| Package | hl7.fhir.uv.sdc |
| Resource Type | Questionnaire |
| Id | questionnaire-sdc-test-fhirpath-prepop-initialexpression |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/Questionnaire-questionnaire-sdc-test-fhirpath-prepop-initialexpression.html |
| URL | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-fhirpath-prepop-initialexpression |
| Version | 4.0.0-ballot |
| Status | active |
| Date | 2025-08-07T06:58:13+00:00 |
| Name | FhirPathPrepopSimple |
| Title | Questionnaire Pre-Population |
| Realm | uv |
| Authority | hl7 |
| Description | FhirPath based prepopulation simple example |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire questionnaire-sdc-test-fhirpath-prepop-initialexpression
| LinkID | Text | Cardinality | Type | Flags | Description & Constraints |
|---|---|---|---|---|---|
![]() | FhirPath based prepopulation simple example | Questionnaire | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-fhirpath-prepop-initialexpression#4.0.0-ballot | ||
![]() ![]() | null | 0..1 | group | ||
![]() ![]() ![]() | Participant details | 0..1 | group | ||
![]() ![]() ![]() ![]() | Participant ID number | 0..1 | string | ||
![]() ![]() ![]() ![]() | Medicare number | 1..1 | string | ||
![]() ![]() ![]() ![]() | DVA number | 0..1 | string | ||
![]() ![]() ![]() ![]() | Family name | 0..1 | string | ||
![]() ![]() ![]() ![]() | Given name(s) | 0..1 | string | ||
![]() ![]() ![]() ![]() | Date of birth | 0..1 | date | ||
![]() ![]() ![]() ![]() | Contact telephone number | 0..1 | string | ||
![]() ![]() ![]() ![]() ![]() | (mobile or land line including area code) | 0..1 | text | ||
![]() ![]() ![]() | Provider details | 0..1 | group | ||
![]() ![]() ![]() ![]() | Provider number for payment | 0..1 | string | ||
![]() ![]() ![]() ![]() | Date of consultation | 0..1 | date | ||
![]() ![]() ![]() ![]() | Name | 0..1 | string | ||
{
"resourceType": "Questionnaire",
"id": "questionnaire-sdc-test-fhirpath-prepop-initialexpression",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-pop-exp"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Questionnaire.versionAlgorithm[x]",
"valueCoding": {
"system": "http://hl7.org/fhir/version-algorithm",
"code": "semver"
}
},
{
"extension": [
{
"url": "name",
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext",
"code": "patient",
"display": "Patient"
}
},
{
"url": "type",
"valueCode": "Patient"
},
{
"url": "description",
"valueString": "The patient that is to be used to pre-populate the form"
}
],
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext"
},
{
"extension": [
{
"url": "name",
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext",
"code": "user",
"display": "User"
}
},
{
"url": "type",
"valueCode": "Practitioner"
},
{
"url": "description",
"valueString": "The practitioner that is to be used to pre-populate the form"
}
],
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext"
}
],
"url": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-fhirpath-prepop-initialexpression",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.17.35.22"
}
],
"version": "4.0.0-ballot",
"name": "FhirPathPrepopSimple",
"title": "Questionnaire Pre-Population",
"status": "active",
"experimental": true,
"subjectType": [
"Patient"
],
"date": "2025-08-07T06:58:13+00:00",
"publisher": "HL7 International / FHIR Infrastructure",
"contact": [
{
"name": "HL7 International / FHIR Infrastructure",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
},
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "FhirPath based prepopulation simple example",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"item": [
{
"linkId": "grp",
"type": "group",
"item": [
{
"linkId": "part-details",
"text": "Participant details",
"type": "group",
"repeats": false,
"item": [
{
"linkId": "participant-id",
"text": "Participant ID number",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%patient.identifier.where(system='http://ns.electronichealth.net.au/id/medicare-number').value.first()"
}
}
],
"linkId": "medicare-number",
"text": "Medicare number",
"type": "string",
"required": true
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%patient.identifier.where(system='http://ns.electronichealth.net.au/id/dva').value.first()"
}
}
],
"linkId": "dva-number",
"text": "DVA number",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%patient.name.first().family.first()"
}
}
],
"linkId": "family-name",
"text": "Family name",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%patient.name.first().given.first()"
}
}
],
"linkId": "given-names",
"text": "Given name(s)",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%patient.birthDate"
}
}
],
"linkId": "dob",
"text": "Date of birth",
"type": "date"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%patient.telecom.where(system='phone').select(($this.where(use='mobile') | $this.where(use='home')).first().value)"
}
}
],
"linkId": "contact-number",
"text": "Contact telephone number",
"type": "string",
"item": [
{
"linkId": "contact-number-tooltip",
"text": "(mobile or land line including area code)",
"type": "text"
}
]
}
]
},
{
"linkId": "provider-details",
"text": "Provider details",
"type": "group",
"repeats": false,
"readOnly": true,
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%user.identifier.where(system='http://ns.electronichealth.net.au/id/hi/prn').first().value"
}
}
],
"linkId": "provider-number",
"text": "Provider number for payment",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "today()"
}
}
],
"linkId": "date-consult",
"text": "Date of consultation",
"type": "date"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%user.name.first().select(given.first() + ' ' + family.first())"
}
}
],
"linkId": "provider-name",
"text": "Name",
"type": "string",
"readOnly": true
}
]
}
]
}
]
}