Structured Data Capture, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/sdc/ and changes regularly. See the Directory of published versions
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
LinkID | Text | Cardinality | Type | Description & Constraints |
---|---|---|---|---|
FhirPathPrepopSourceQuery | FhirPath based prepopulation example that leverages a source query to extract data outside the launch context | Questionnaire | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-fhirpath-prepop-source-query#4.0.0-ballot | |
grp | null | 0..1 | group | |
part-details | Participant details | 0..1 | group | |
participant-id | Participant ID number | 0..1 | string | |
family-name | Family name | 0..1 | string | |
given-names | Given name(s) | 0..1 | string | |
dob | Date of birth | 0..1 | date | |
condition-count | Number of active Conditions | 0..1 | integer | |
meds | Medications | 0..* | group | |
med-name | Name | 0..1 | string | |
med-status | Status | 0..1 | string | |
med-category | Standard Category | 0..* | choice | Value Set: Medication request category codes |
Documentation for this format |
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