Structured Data Capture
3.0.0 - STU 3 International flag

This page is part of the Structured Data Capture FHIR IG (v3.0.0: STU 3) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Questionnaire: SDC Test Form - Source Query (Experimental)

Official URL: http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-fhirpath-prepop-source-query Version: 3.0.0
Standards status: Informative Computable Name: FhirPathPrepopSourceQuery

FhirPath based prepopulation example that leverages a source query to extract data outside the launch context

LinkIdTextCardinalityTypeDescription & Constraintsdoco
.. FhirPathPrepopSourceQueryFhirPath based prepopulation example that leverages a source query to extract data outside the launch contextQuestionnairehttp://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-fhirpath-prepop-source-query#3.0.0
... grpnull0..1group
.... part-detailsParticipant details0..1group
..... participant-idParticipant ID number0..1string
..... family-nameFamily name0..1stringExpressions:
..... given-namesGiven name(s)0..1stringExpressions:
..... dobDate of birth0..1dateExpressions:
..... condition-countNumber of active Conditions0..1integerExpressions:
.... medsMedications0..*groupExpressions:
..... med-nameName0..1stringExpressions:
  • Initial Value: %mrItem.medication.select(iif(text.exists(), text, coding.display.first()))
..... med-statusStatus0..1stringExpressions:
..... med-categoryStandard Category0..*choiceValue Set: Medication request category codes
Expressions:
  • Initial Value: %mrItem.category.coding.where(system='http://terminology.hl7.org/CodeSystem/medicationrequest-category').code

doco Documentation for this format