Package | hl7.fhir.uv.sdc.r4b |
Type | Questionnaire |
Id | questionnaire-sdc-test-fhirpath-prepop-initialexpression |
FHIR Version | R4B |
Source | http://hl7.org/fhir/uv/sdc/http://hl7.org/fhir/uv/sdc/STU3/Questionnaire-questionnaire-sdc-test-fhirpath-prepop-initialexpression.html |
URL | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-fhirpath-prepop-initialexpression |
Version | 3.0.0 |
Status | active |
Date | 2022-03-08T18:37:19+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
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#3.0.0 | ||
![]() ![]() ![]() | null | 0..1 | group | ||
![]() ![]() ![]() ![]() | Participant details | 0..1 | group | ||
![]() ![]() ![]() ![]() ![]() | Participant ID number | 0..1 | string | ||
![]() ![]() ![]() ![]() ![]() | Medicare number | 1..1 | string | Expressions:
| |
![]() ![]() ![]() ![]() ![]() | DVA number | 0..1 | string | Expressions:
| |
![]() ![]() ![]() ![]() ![]() | Family name | 0..1 | string | Expressions:
| |
![]() ![]() ![]() ![]() ![]() | Given name(s) | 0..1 | string | Expressions:
| |
![]() ![]() ![]() ![]() ![]() | Date of birth | 0..1 | date | Expressions:
| |
![]() ![]() ![]() ![]() ![]() | Contact telephone number | 0..1 | string | Expressions:
| |
![]() ![]() ![]() ![]() ![]() ![]() | (mobile or land line including area code) | 0..1 | text | ||
![]() ![]() ![]() ![]() | Provider details | 0..1 | group | ![]() | |
![]() ![]() ![]() ![]() ![]() | Provider number for payment | 0..1 | string | Expressions:
| |
![]() ![]() ![]() ![]() ![]() | Date of consultation | 0..1 | date | Expressions:
| |
![]() ![]() ![]() ![]() ![]() | Name | 0..1 | string | ![]() | Expressions:
|
![]() |
{ "resourceType": "Questionnaire", "id": "questionnaire-sdc-test-fhirpath-prepop-initialexpression", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "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", "version": "3.0.0", "name": "FhirPathPrepopSimple", "title": "Questionnaire Pre-Population", "status": "active", "experimental": true, "subjectType": [ "Patient" ], "date": "2022-03-08T18:37:19+00:00", "publisher": "HL7 International - FHIR Infrastructure Work Group", "contact": [ { "telecom": [ { "system": "url", "value": "http://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" } ] } ], "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 } ] } ] } ] }