NOTE: This library is still under development.
This is an implementation of resource mapping parts of the FHIR Structured Data Capture specification, (Data Extraction and Automatic Population), using types supplied from the Firely SDK.
The implementation is heavily based upon the Android FHIR SDC implementation.
The population functionality should follow the FHIR SDC specification, but at this point only expression-based population is implemented.
The library should be able to populate QuestionnareResponse
based on a given Questionnaire
and a list of required resources. A possible future feature will be to parse a Questionnaire
and return a list of required resources (not the resources themselves but the details of how to fetch them, the library won't do any calls to a FHIR server itself).
The extraction functionality should follow the FHIR SDC specification, but at this point only definition-based extraction is implemented.
The library should be able to extract FHIR resources from a QuestionnareResponse
based on a given Questionnaire
.
dotnet add package BSC.Fhir.ResourceMapping