Resource Mapper
Maps QuestionnaireResponse s to FHIR resources and vice versa.
The process of converting QuestionnaireResponse s to other FHIR resources is called extraction. The reverse process of converting existing FHIR resources to QuestionnaireResponse s to be used to pre-fill the UI is called population.
Definition-based extraction and expression-based population are used because these approaches are generic enough to work with any FHIR resource types, and at the same time relatively easy to implement.
WARNING: This is not production-ready.
Functions
Extract a FHIR resource from the questionnaire and questionnaireResponse.
Returns a QuestionnaireResponse
to the questionnaire that is pre-filled from the resources See http://build.fhir.org/ig/HL7/sdc/populate.html#expression-based-population.