Shared Care Planning (SCP) Implementation Guide
0.2.0 - ci-build

Shared Care Planning (SCP) Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 9.02 Bundle - TTL Representation

Raw ttl | Download

@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "msc-bundle-01"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ]
  ] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:msc-hospitalx"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:msc-hospitalx> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Organization"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:msc-msc"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:msc-msc> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Organization"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:msc-carolinevandijk-hospitalx"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:msc-carolinevandijk-hospitalx> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "PractitionerRole"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:msc-carolinevandijk"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:msc-carolinevandijk> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Practitioner"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:msc-msc-hcs"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:msc-msc-hcs> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "HealthcareService"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:msc-questionnaire-telemonitoring-enrollment-criteria"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:msc-questionnaire-telemonitoring-enrollment-criteria> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Questionnaire"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:msc-questionnaire-patient-details"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:msc-questionnaire-patient-details> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Questionnaire"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:msc-questionnaire-practitioner-details"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:msc-questionnaire-practitioner-details> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Questionnaire"^^xsd:anyURI ]     ]
  ] ) . # 

<urn:uuid:msc-hospitalx> a fhir:Organization ;
  fhir:id [ fhir:v "msc-hospitalx"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"^^xsd:anyURI ;
fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_msc-hospitalx\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization msc-hospitalx</b></p><a name=\"msc-hospitalx\"> </a><a name=\"hcmsc-hospitalx\"> </a><a name=\"msc-hospitalx-en-US\"> </a><p><b>identifier</b>: <code>http://fhir.nl/fhir/NamingSystem/ura</code>/URA-1</p><p><b>name</b>: Hospital X</p><p><b>telecom</b>: <a href=\"tel:+31301234567\">+31301234567</a>, <a href=\"mailto:info@hospitalx.nl\">info@hospitalx.nl</a></p><p><b>address</b>: Koekoekslaan 1 Nieuwegein 3435CM </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/ura"^^xsd:anyURI ] ;
fhir:value [ fhir:v "URA-1" ]
  ] ) ; # 
  fhir:name [ fhir:v "Hospital X"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+31301234567" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@hospitalx.nl" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [
fhir:v "Koekoekslaan 1" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Koekoekslaan" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1" ]       ] )     ] ) ;
fhir:city [ fhir:v "Nieuwegein" ] ;
fhir:postalCode [ fhir:v "3435CM" ]
  ] ) . # 

<urn:uuid:msc-msc> a fhir:Organization ;
  fhir:id [ fhir:v "msc-msc"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"^^xsd:anyURI ;
fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_msc-msc\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization msc-msc</b></p><a name=\"msc-msc\"> </a><a name=\"hcmsc-msc\"> </a><a name=\"msc-msc-en-US\"> </a><p><b>identifier</b>: <code>http://fhir.nl/fhir/NamingSystem/ura</code>/URA-2</p><p><b>name</b>: Medical Service Centre</p><p><b>telecom</b>: <a href=\"tel:+31301234567\">+31301234567</a>, <a href=\"mailto:info@msc.nl\">info@msc.nl</a></p><p><b>address</b>: Herculesplein 38 Utrecht 3584 AA </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/ura"^^xsd:anyURI ] ;
fhir:value [ fhir:v "URA-2" ]
  ] ) ; # 
  fhir:name [ fhir:v "Medical Service Centre"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+31301234567" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@msc.nl" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [
fhir:v "Herculesplein 38" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Herculesplein" ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "38" ]       ] )     ] ) ;
fhir:city [ fhir:v "Utrecht" ] ;
fhir:postalCode [ fhir:v "3584 AA" ]
  ] ) . # 

<urn:uuid:msc-carolinevandijk-hospitalx> a fhir:PractitionerRole ;
  fhir:id [ fhir:v "msc-carolinevandijk-hospitalx"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole"^^xsd:anyURI ;
fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_msc-carolinevandijk-hospitalx\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole msc-carolinevandijk-hospitalx</b></p><a name=\"msc-carolinevandijk-hospitalx\"> </a><a name=\"hcmsc-carolinevandijk-hospitalx\"> </a><a name=\"msc-carolinevandijk-hospitalx-en-US\"> </a><p><b>identifier</b>: <code>http://fhir.nl/fhir/NamingSystem/uzi</code>/UZI-1</p><p><b>practitioner</b>: <a href=\"Bundle-msc-bundle-01.html#urn-uuid-msc-carolinevandijk\">Bundle: type = transaction</a></p><p><b>organization</b>: <a href=\"Bundle-msc-bundle-01.html#urn-uuid-msc-hospitalx\">Bundle: type = transaction</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 17561000}\">Cardiologist</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394579002}\">Cardiology</span></p><p><b>telecom</b>: <a href=\"mailto:c.vandijk@hospitalx.nl\">c.vandijk@hospitalx.nl</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/uzi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "UZI-1" ]
  ] ) ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "urn:uuid:msc-carolinevandijk" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "urn:uuid:msc-hospitalx" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
a sct:17561000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "17561000" ] ;
fhir:display [ fhir:v "Cardiologist" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
a sct:394579002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394579002" ] ;
fhir:display [ fhir:v "Cardiology" ]     ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "c.vandijk@hospitalx.nl" ]
  ] ) . # 

<urn:uuid:msc-carolinevandijk> a fhir:Practitioner ;
  fhir:id [ fhir:v "msc-carolinevandijk"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner"^^xsd:anyURI ;
fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_msc-carolinevandijk\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner msc-carolinevandijk</b></p><a name=\"msc-carolinevandijk\"> </a><a name=\"hcmsc-carolinevandijk\"> </a><a name=\"msc-carolinevandijk-en-US\"> </a><p><b>name</b>: Caroline van Dijk(Official)</p><p><b>telecom</b>: <a href=\"tel:+31688888888\">+31688888888</a>, <a href=\"mailto:caroline@vandijk.nl\">caroline@vandijk.nl</a></p></div>"
  ] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Caroline van Dijk" ] ;
fhir:family [ fhir:v "van Dijk" ] ;
    ( fhir:given [ fhir:v "Caroline" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+31688888888" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "caroline@vandijk.nl" ]
  ] ) . # 

<urn:uuid:msc-msc-hcs> a fhir:HealthcareService ;
  fhir:id [ fhir:v "msc-msc-hcs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"HealthcareService_msc-msc-hcs\"> </a><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService msc-msc-hcs</b></p><a name=\"msc-msc-hcs\"> </a><a name=\"hcmsc-msc-hcs\"> </a><a name=\"msc-msc-hcs-en-US\"> </a><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Bundle-msc-bundle-01.html#urn-uuid-msc-msc\">Bundle: type = transaction</a></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 719858009}\">monitoren via telegeneeskunde (regime/therapie)</span>, <span title=\"Codes:{http://snomed.info/sct 715191006}\">monitoren van asthma via telegeneeskunde (regime/therapie)</span>, <span title=\"Codes:{http://snomed.info/sct 879780004}\">monitoren van chronisch hartfalen via telegeneeskunde (regime/therapie)</span>, <span title=\"Codes:{http://snomed.info/sct 473199000}\">monitoren van chronische ziekte via telegeneeskunde (regime/therapie)</span>, <span title=\"Codes:{http://snomed.info/sct 716358000}\">monitoren van chronische obstructieve longziekte via telegeneeskunde (regime/therapie)</span></p><p><b>name</b>: Medical Service Centre - Telemonitoring Services</p></div>"
  ] ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:providedBy [
fhir:reference [ fhir:v "urn:uuid:msc-msc" ]
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:719858009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "719858009" ] ;
fhir:display [ fhir:v "monitoren via telegeneeskunde (regime/therapie)" ]     ] )
  ] [
    ( fhir:coding [
a sct:715191006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "715191006" ] ;
fhir:display [ fhir:v "monitoren van asthma via telegeneeskunde (regime/therapie)" ]     ] )
  ] [
    ( fhir:coding [
a sct:879780004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "879780004" ] ;
fhir:display [ fhir:v "monitoren van chronisch hartfalen via telegeneeskunde (regime/therapie)" ]     ] )
  ] [
    ( fhir:coding [
a sct:473199000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "473199000" ] ;
fhir:display [ fhir:v "monitoren van chronische ziekte via telegeneeskunde (regime/therapie)" ]     ] )
  ] [
    ( fhir:coding [
a sct:716358000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "716358000" ] ;
fhir:display [ fhir:v "monitoren van chronische obstructieve longziekte via telegeneeskunde (regime/therapie)" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Medical Service Centre - Telemonitoring Services"] . # 

<urn:uuid:msc-questionnaire-telemonitoring-enrollment-criteria> a fhir:Questionnaire ;
  fhir:id [ fhir:v "msc-questionnaire-telemonitoring-enrollment-criteria"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2024-09-02T13:40:17Z"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://decor.nictiz.nl/fhir/4.0/sansa-"^^xsd:anyURI ] ;
    ( fhir:tag [
fhir:system [ fhir:v "http://hl7.org/fhir/FHIR-version"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4.0.1" ]     ] )
  ] ; # 
  fhir:language [ fhir:v "nl-NL"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"nl-NL\" lang=\"nl-NL\"><a name=\"Questionnaire_msc-questionnaire-telemonitoring-enrollment-criteria\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Questionnaire msc-questionnaire-telemonitoring-enrollment-criteria</b></p><a name=\"msc-questionnaire-telemonitoring-enrollment-criteria\"> </a><a name=\"hcmsc-questionnaire-telemonitoring-enrollment-criteria\"> </a><a name=\"msc-questionnaire-telemonitoring-enrollment-criteria-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2024-09-02 13:40:17+0000; Language: nl-NL; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://decor.nictiz.nl/fhir/4.0/sansa-\">http://decor.nictiz.nl/fhir/4.0/sansa-</a></p><p style=\"margin-bottom: 0px\">Tag: 4.0.1 (Details: FHIRVersion code 4.0.1  = ' 4.0.1 ', stated as ' null ')</p></div></div>"
  ] ; # 
  fhir:url [ fhir:v "http://decor.nictiz.nl/fhir/Questionnaire/2.16.840.1.113883.2.4.3.11.60.909.26.34-1--20240902134017"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.11.60.909.26.34-1" ]
  ] ) ; # 
  fhir:name [ fhir:v "Telemonitoring - enrollment criteria"] ; # 
  fhir:title [ fhir:v "Telemonitoring - enrollment criteria"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-02T13:40:17Z"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Medical Service Centre"] ; # 
  fhir:effectivePeriod [
fhir:start [ fhir:v "2024-09-02T13:40:17Z"^^xsd:dateTime ]
  ] ; # 
  fhir:item ( [
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2208" ] ;
fhir:text [ fhir:v "Patient heeft smartphone" ] ;
fhir:type [ fhir:v "boolean" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^xsd:boolean ]
  ] [
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2209" ] ;
fhir:text [ fhir:v "Patient of mantelzorger leest e-mail op smartphone" ] ;
fhir:type [ fhir:v "boolean" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^xsd:boolean ]
  ] [
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2210" ] ;
fhir:text [ fhir:v "Patient of mantelzorger kan apps installeren op smartphone" ] ;
fhir:type [ fhir:v "boolean" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^xsd:boolean ]
  ] [
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2211" ] ;
fhir:text [ fhir:v "Patient of mantelzorger is Nederlandse taal machtig" ] ;
fhir:type [ fhir:v "boolean" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^xsd:boolean ]
  ] [
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2212" ] ;
fhir:text [ fhir:v "Patient beschikt over een weegschaal of bloeddrukmeter (of gaat deze aanschaffen)" ] ;
fhir:type [ fhir:v "boolean" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^xsd:boolean ]
  ] ) . # 

<urn:uuid:msc-questionnaire-patient-details> a fhir:Questionnaire ;
  fhir:id [ fhir:v "msc-questionnaire-patient-details"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2024-09-02T13:40:17Z"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://decor.nictiz.nl/fhir/4.0/sansa-"^^xsd:anyURI ] ;
    ( 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:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-render"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-render>     ] ) ;
    ( fhir:tag [
fhir:system [ fhir:v "http://hl7.org/fhir/FHIR-version"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4.0.1" ]     ] )
  ] ; # 
  fhir:language [ fhir:v "nl-NL"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"nl-NL\" lang=\"nl-NL\"><a name=\"Questionnaire_msc-questionnaire-patient-details\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Questionnaire msc-questionnaire-patient-details</b></p><a name=\"msc-questionnaire-patient-details\"> </a><a name=\"hcmsc-questionnaire-patient-details\"> </a><a name=\"msc-questionnaire-patient-details-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2024-09-02 13:40:17+0000; Language: nl-NL; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://decor.nictiz.nl/fhir/4.0/sansa-\">http://decor.nictiz.nl/fhir/4.0/sansa-</a></p><p style=\"margin-bottom: 0px\">Profiles: <code>http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-pop-exp</code>, <code>http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-render</code></p><p style=\"margin-bottom: 0px\">Tag: 4.0.1 (Details: FHIRVersion code 4.0.1  = ' 4.0.1 ', stated as ' null ')</p></div></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: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:url [ fhir:v "http://decor.nictiz.nl/fhir/Questionnaire/2.16.840.1.113883.2.4.3.11.60.909.26.34-2--20240902134017"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.11.60.909.26.34-2" ]
  ] ) ; # 
  fhir:name [ fhir:v "patient contactdetails"] ; # 
  fhir:title [ fhir:v "patient contactdetails"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-02T13:40:17Z"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Medical Service Centre"] ; # 
  fhir:effectivePeriod [
fhir:start [ fhir:v "2024-09-02T13:40:17Z"^^xsd:dateTime ]
  ] ; # 
  fhir:item ( [
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2233" ] ;
fhir:text [
fhir:v "Naamgegevens" ;
      ( fhir:extension [
        ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]         ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NameInformation" ]         ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]       ] )     ] ;
fhir:type [ fhir:v "group" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^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 "%patient.name.given.first()" ]         ]       ] ) ;
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2234" ] ;
fhir:text [
fhir:v "Voornamen" ;
        ( fhir:extension [
          ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]           ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "FirstNames" ]           ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]         ] )       ] ;
fhir:type [ fhir:v "string" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "true"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^xsd:boolean ]     ] [
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2238" ] ;
fhir:text [
fhir:v "Geslachtsnaam" ;
        ( fhir:extension [
          ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]           ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "LastName" ]           ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]         ] )       ] ;
fhir:type [ fhir:v "group" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "true"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^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 "%patient.name.given.last()" ]           ]         ] ) ;
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2239" ] ;
fhir:text [
fhir:v "Voorvoegsels" ;
          ( fhir:extension [
            ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]             ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Prefix" ]             ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]           ] )         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:required [ fhir:v "false"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^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.name.family" ]           ]         ] ) ;
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2240" ] ;
fhir:text [
fhir:v "Achternaam" ;
          ( fhir:extension [
            ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]             ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "LastName" ]             ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]           ] )         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^xsd:boolean ]       ] )     ] )
  ] [
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2257" ] ;
fhir:text [
fhir:v "Contactgegevens" ;
      ( fhir:extension [
        ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]         ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ContactInformation" ]         ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]       ] )     ] ;
fhir:type [ fhir:v "group" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^xsd:boolean ] ;
    ( fhir:item [
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2258" ] ;
fhir:text [
fhir:v "Telefoonnummers" ;
        ( fhir:extension [
          ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]           ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "TelephoneNumbers" ]           ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]         ] )       ] ;
fhir:type [ fhir:v "group" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^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 "%patient.telecom.where(system='phone').value" ]           ]         ] ) ;
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2259" ] ;
fhir:text [
fhir:v "Telefoonnummer" ;
          ( fhir:extension [
            ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]             ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "TelephoneNumber" ]             ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]           ] )         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^xsd:boolean ]       ] )     ] [
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2263" ] ;
fhir:text [
fhir:v "EmailAdressen" ;
        ( fhir:extension [
          ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]           ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "EmailAddresses" ]           ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]         ] )       ] ;
fhir:type [ fhir:v "group" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^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 "%patient.telecom.where(system='email').value" ]           ]         ] ) ;
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2264" ] ;
fhir:text [
fhir:v "EmailAdres" ;
          ( fhir:extension [
            ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]             ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "EmailAddress" ]             ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]           ] )         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^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://fhir.nl/fhir/NamingSystem/bsn').value" ]       ]     ] ) ;
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2266" ] ;
fhir:text [
fhir:v "Burgerservicenummer (OID: 2.16.840.1.113883.2.4.6.3)" ;
      ( fhir:extension [
        ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]         ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Burgerservicenummer (OID: 2.16.840.1.113883.2.4.6.3)" ]         ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]       ] )     ] ;
fhir:type [ fhir:v "string" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^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.birthDate" ]       ]     ] ) ;
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2267" ] ;
fhir:text [
fhir:v "Geboortedatum" ;
      ( fhir:extension [
        ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]         ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DateOfBirth" ]         ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]       ] )     ] ;
fhir:type [ fhir:v "dateTime" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^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.gender" ]       ]     ] ) ;
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2268" ] ;
fhir:text [
fhir:v "Geslacht" ;
      ( fhir:extension [
        ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]         ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Gender" ]         ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]       ] )     ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^xsd:boolean ] ;
    ( fhir:answerOption [
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ;
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Other" ]       ]     ] [
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ;
fhir:code [ fhir:v "male" ] ;
fhir:display [ fhir:v "Male" ]       ]     ] [
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ;
fhir:code [ fhir:v "female" ] ;
fhir:display [ fhir:v "Female" ]       ]     ] [
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ;
fhir:code [ fhir:v "unknown" ] ;
fhir:display [ fhir:v "Unknown" ]       ]     ] )
  ] ) . # 

<urn:uuid:msc-questionnaire-practitioner-details> a fhir:Questionnaire ;
  fhir:id [ fhir:v "msc-questionnaire-practitioner-details"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2024-09-02T13:40:17Z"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://decor.nictiz.nl/fhir/4.0/sansa-"^^xsd:anyURI ] ;
    ( 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:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-render"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-render>     ] ) ;
    ( fhir:tag [
fhir:system [ fhir:v "http://hl7.org/fhir/FHIR-version"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4.0.1" ]     ] )
  ] ; # 
  fhir:language [ fhir:v "nl-NL"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"nl-NL\" lang=\"nl-NL\"><a name=\"Questionnaire_msc-questionnaire-practitioner-details\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Questionnaire msc-questionnaire-practitioner-details</b></p><a name=\"msc-questionnaire-practitioner-details\"> </a><a name=\"hcmsc-questionnaire-practitioner-details\"> </a><a name=\"msc-questionnaire-practitioner-details-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2024-09-02 13:40:17+0000; Language: nl-NL; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://decor.nictiz.nl/fhir/4.0/sansa-\">http://decor.nictiz.nl/fhir/4.0/sansa-</a></p><p style=\"margin-bottom: 0px\">Profiles: <code>http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-pop-exp</code>, <code>http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-render</code></p><p style=\"margin-bottom: 0px\">Tag: 4.0.1 (Details: FHIRVersion code 4.0.1  = ' 4.0.1 ', stated as ' null ')</p></div></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 "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 user 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://decor.nictiz.nl/fhir/Questionnaire/2.16.840.1.113883.2.4.3.11.60.909.26.34-3--20240902134017"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.11.60.909.26.34-3" ]
  ] ) ; # 
  fhir:name [ fhir:v "practitioner details"] ; # 
  fhir:title [ fhir:v "practitioner details"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-02T13:40:17Z"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Medical Service Centre"] ; # 
  fhir:effectivePeriod [
fhir:start [ fhir:v "2024-09-02T13:40:17Z"^^xsd:dateTime ]
  ] ; # 
  fhir:item ( [
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2274" ] ;
fhir:text [
fhir:v "Naamgegevens" ;
      ( fhir:extension [
        ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]         ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NameInformation" ]         ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]       ] )     ] ;
fhir:type [ fhir:v "group" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^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.name.given.first()" ]         ]       ] ) ;
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2275" ] ;
fhir:text [
fhir:v "Voornamen" ;
        ( fhir:extension [
          ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]           ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "FirstNames" ]           ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]         ] )       ] ;
fhir:type [ fhir:v "string" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "true"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^xsd:boolean ]     ] [
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2279" ] ;
fhir:text [
fhir:v "Geslachtsnaam" ;
        ( fhir:extension [
          ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]           ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "LastName" ]           ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]         ] )       ] ;
fhir:type [ fhir:v "group" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "true"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^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.name.given.last()" ]           ]         ] ) ;
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2280" ] ;
fhir:text [
fhir:v "Voorvoegsels" ;
          ( fhir:extension [
            ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]             ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Prefix" ]             ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]           ] )         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^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 "%user.name.family" ]           ]         ] ) ;
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2281" ] ;
fhir:text [
fhir:v "Achternaam" ;
          ( fhir:extension [
            ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]             ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "LastName" ]             ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]           ] )         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^xsd:boolean ]       ] )     ] )
  ] [
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2300" ] ;
fhir:text [
fhir:v "Contactgegevens" ;
      ( fhir:extension [
        ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]         ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ContactInformation" ]         ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]       ] )     ] ;
fhir:type [ fhir:v "group" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^xsd:boolean ] ;
    ( fhir:item [
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2306" ] ;
fhir:text [
fhir:v "EmailAdressen" ;
        ( fhir:extension [
          ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]           ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "EmailAddresses" ]           ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]         ] )       ] ;
fhir:type [ fhir:v "group" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^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.telecom.where(system='email').value" ]           ]         ] ) ;
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2307" ] ;
fhir:text [
fhir:v "EmailAdres" ;
          ( fhir:extension [
            ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]             ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "EmailAddress" ]             ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]           ] )         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^xsd:boolean ]       ] )     ] )
  ] [
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2309" ] ;
fhir:text [
fhir:v "Zorgaanbieder" ;
      ( fhir:extension [
        ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]         ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HealthcareProvider" ]         ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]       ] )     ] ;
fhir:type [ fhir:v "group" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^xsd:boolean ] ;
    ( fhir:item [
fhir:linkId [ fhir:v "2.16.840.1.113883.2.4.3.11.60.909.2.2.2310" ] ;
fhir:text [
fhir:v "Zorgaanbieder" ;
        ( fhir:extension [
          ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "en-US" ]           ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HealthcareProvider" ]           ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]         ] )       ] ;
fhir:type [ fhir:v "group" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:readOnly [ fhir:v "false"^^xsd:boolean ]     ] )
  ] ) . #