Structured Data Capture
4.0.0-ballot - STU 4 ballot International flag

This page is part of the Structured Data Capture FHIR IG (v4.0.0-ballot: STU 4 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.0.0. 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: 4.0.0-ballot
Standards status: Informative Computable Name: FhirPathPrepopSourceQuery
Other Identifiers: OID:2.16.840.1.113883.4.642.40.17.35.23

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

Generated Narrative: Questionnaire questionnaire-sdc-test-fhirpath-prepop-source-query

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#4.0.0-ballot
... grpnull0..1group
.... part-detailsParticipant details0..1group
..... participant-idParticipant ID number0..1string
..... family-nameFamily name0..1string
..... given-namesGiven name(s)0..1string
..... dobDate of birth0..1date
..... condition-countNumber of active Conditions0..1integer
.... medsMedications0..*group
..... med-nameName0..1string
..... med-statusStatus0..1string
..... med-categoryStandard Category0..*choiceValue Set: Medication request category codes

doco Documentation for this format

Contained Resources


Bundle #PrePopQuery

Bundle PrePopQuery of type batch


Entry 1 - fullUrl = urn:uuid:43c8e58d-099f-425c-a219-564266a518dc

Request:

GET Patient?_id={{%37patient.id}}

Entry 2 - fullUrl = urn:uuid:88f151c0-a954-468a-88bd-5ae15c08e059

Request:

GET Condition?patient={{%37patient.id}}&active=true

Entry 3 - fullUrl = urn:uuid:88f151c0-a954-468a-88bd-5ae15c08e060

Request:

GET MedicationStatement?patient={{%37patient.id}}&active=true&_include=MedicationStatement:medication