Structured Data Capture, published by HL7 International - FHIR Infrastructure Work Group. This is not an authorized publication; it is the continuous build for version 3.0.0). This version is based on the current content of https://github.com/HL7/sdc/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Questionnaire ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "questionnaire-sdc-test-fhirpath-prepop-initialexpression"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-pop-exp"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-pop-exp> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "name"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext"^^xsd:anyURI ] ;
fhir:code [ fhir:v "patient" ] ;
fhir:display [ fhir:v "Patient" ] ] ] [
fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Patient" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "The patient that is to be used to pre-populate the form" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "name"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext"^^xsd:anyURI ] ;
fhir:code [ fhir:v "user" ] ;
fhir:display [ fhir:v "User" ] ] ] [
fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Practitioner" ] ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "The practitioner that is to be used to pre-populate the form" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext"^^xsd:anyURI ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-fhirpath-prepop-initialexpression"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.0.0"] ; #
fhir:name [ fhir:v "FhirPathPrepopSimple"] ; #
fhir:title [ fhir:v "Questionnaire Pre-Population"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:subjectType ( [ fhir:v "Patient"] ) ; #
fhir:date [ fhir:v "2023-09-21T07:17:21+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International - FHIR Infrastructure Work Group"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/fiwg" ] ] )
] ) ; #
fhir:description [ fhir:v "FhirPath based prepopulation simple example"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:item ( [
fhir:linkId [ fhir:v "grp" ] ;
fhir:type [ fhir:v "group" ] ;
( fhir:item [
fhir:linkId [ fhir:v "part-details" ] ;
fhir:text [ fhir:v "Participant details" ] ;
fhir:type [ fhir:v "group" ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
( fhir:item [
fhir:linkId [ fhir:v "participant-id" ] ;
fhir:text [ fhir:v "Participant ID number" ] ;
fhir:type [ fhir:v "string" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression"^^xsd:anyURI ] ;
fhir:value [
a fhir:Expression ;
fhir:language [ fhir:v "text/fhirpath" ] ;
fhir:expression [ fhir:v "%patient.identifier.where(system='http://ns.electronichealth.net.au/id/medicare-number').value.first()" ] ] ] ) ;
fhir:linkId [ fhir:v "medicare-number" ] ;
fhir:text [ fhir:v "Medicare number" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression"^^xsd:anyURI ] ;
fhir:value [
a fhir:Expression ;
fhir:language [ fhir:v "text/fhirpath" ] ;
fhir:expression [ fhir:v "%patient.identifier.where(system='http://ns.electronichealth.net.au/id/dva').value.first()" ] ] ] ) ;
fhir:linkId [ fhir:v "dva-number" ] ;
fhir:text [ fhir:v "DVA number" ] ;
fhir:type [ fhir:v "string" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression"^^xsd:anyURI ] ;
fhir:value [
a fhir:Expression ;
fhir:language [ fhir:v "text/fhirpath" ] ;
fhir:expression [ fhir:v "%patient.name.first().family.first()" ] ] ] ) ;
fhir:linkId [ fhir:v "family-name" ] ;
fhir:text [ fhir:v "Family name" ] ;
fhir:type [ fhir:v "string" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression"^^xsd:anyURI ] ;
fhir:value [
a fhir:Expression ;
fhir:language [ fhir:v "text/fhirpath" ] ;
fhir:expression [ fhir:v "%patient.name.first().given.first()" ] ] ] ) ;
fhir:linkId [ fhir:v "given-names" ] ;
fhir:text [ fhir:v "Given name(s)" ] ;
fhir:type [ fhir:v "string" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression"^^xsd:anyURI ] ;
fhir:value [
a fhir:Expression ;
fhir:language [ fhir:v "text/fhirpath" ] ;
fhir:expression [ fhir:v "%patient.birthDate" ] ] ] ) ;
fhir:linkId [ fhir:v "dob" ] ;
fhir:text [ fhir:v "Date of birth" ] ;
fhir:type [ fhir:v "date" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression"^^xsd:anyURI ] ;
fhir:value [
a fhir:Expression ;
fhir:language [ fhir:v "text/fhirpath" ] ;
fhir:expression [ fhir:v "%patient.telecom.where(system='phone').select(($this.where(use='mobile') | $this.where(use='home')).first().value)" ] ] ] ) ;
fhir:linkId [ fhir:v "contact-number" ] ;
fhir:text [ fhir:v "Contact telephone number" ] ;
fhir:type [ fhir:v "string" ] ;
( fhir:item [
fhir:linkId [ fhir:v "contact-number-tooltip" ] ;
fhir:text [ fhir:v "(mobile or land line including area code)" ] ;
fhir:type [ fhir:v "text" ] ] ) ] ) ] [
fhir:linkId [ fhir:v "provider-details" ] ;
fhir:text [ fhir:v "Provider details" ] ;
fhir:type [ fhir:v "group" ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "true"^^xsd:boolean ] ;
( fhir:item [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression"^^xsd:anyURI ] ;
fhir:value [
a fhir:Expression ;
fhir:language [ fhir:v "text/fhirpath" ] ;
fhir:expression [ fhir:v "%user.identifier.where(system='http://ns.electronichealth.net.au/id/hi/prn').first().value" ] ] ] ) ;
fhir:linkId [ fhir:v "provider-number" ] ;
fhir:text [ fhir:v "Provider number for payment" ] ;
fhir:type [ fhir:v "string" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression"^^xsd:anyURI ] ;
fhir:value [
a fhir:Expression ;
fhir:language [ fhir:v "text/fhirpath" ] ;
fhir:expression [ fhir:v "today()" ] ] ] ) ;
fhir:linkId [ fhir:v "date-consult" ] ;
fhir:text [ fhir:v "Date of consultation" ] ;
fhir:type [ fhir:v "date" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression"^^xsd:anyURI ] ;
fhir:value [
a fhir:Expression ;
fhir:language [ fhir:v "text/fhirpath" ] ;
fhir:expression [ fhir:v "%user.name.first().select(given.first() + ' ' + family.first())" ] ] ] ) ;
fhir:linkId [ fhir:v "provider-name" ] ;
fhir:text [ fhir:v "Name" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:readOnly [ fhir:v "true"^^xsd:boolean ] ] ) ] )
] ) . #
IG © 2022+ HL7 International - FHIR Infrastructure Work Group. Package hl7.fhir.uv.sdc#3.0.0 based on FHIR 4.0.1. Generated 2023-09-21
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change