CH ORF (R4), published by HL7 Switzerland. This is not an authorized publication; it is the continuous build for version 1.1.0). This version is based on the current content of https://github.com/hl7ch/ch-orf/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://loinc.org/rdf/> . @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 "bundle-order-referral-form"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-document"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-document> ] ) ] ; # fhir:identifier [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:26d3dff7-ab05-4737-a49c-5eccd33595f7" ] ] ; # fhir:type [ fhir:v "document"] ; # fhir:timestamp [ fhir:v "2019-04-01T20:18:41.341+00:00"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Composition/comp-order-referral-form"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Composition/comp-order-referral-form> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/PractitionerRole/SabineMeierPraxisSeeblick"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/PractitionerRole/SabineMeierPraxisSeeblick> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/ServiceRequest/sr-order-referral-form"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/ServiceRequest/sr-order-referral-form> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Questionnaire/order-referral-form"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Questionnaire/order-referral-form> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Patient/ErikaMusterfrau"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Patient/ErikaMusterfrau> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/QuestionnaireResponse/qr-order-referral-form"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/QuestionnaireResponse/qr-order-referral-form> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Practitioner/SabineMeier"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Practitioner/SabineMeier> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/PractitionerRole/HansRoentgenKantonsspital"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/PractitionerRole/HansRoentgenKantonsspital> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Organization/PraxisSeeblick"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Organization/PraxisSeeblick> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Practitioner/HansRoentgen"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Practitioner/HansRoentgen> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Organization/Kantonsspital"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Organization/Kantonsspital> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Binary/pdf"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Binary/pdf> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Coverage/CoverageMusterfrau"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Coverage/CoverageMusterfrau> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Encounter/EncounterMusterfrau"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Encounter/EncounterMusterfrau> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/PractitionerRole/CopyReceiverSabineMeierPraxisSeeblick"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/PractitionerRole/CopyReceiverSabineMeierPraxisSeeblick> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Practitioner/CopyReceiverSabineMeier"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Practitioner/CopyReceiverSabineMeier> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Organization/CopyReceiverPraxisSeeblick"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Organization/CopyReceiverPraxisSeeblick> ) ] ) . # <http://example.com/fhir/Composition/comp-order-referral-form> a fhir:Composition ; fhir:id [ fhir:v "comp-order-referral-form"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"> Order-Referral-Form </div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-precedentdocument"^^xsd:anyURI ] ; fhir:value [ a fhir:Identifier ; fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:1622f2fb-6ba3-4532-9aed-35b158def187" ] ] ] [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-dataenterer"^^xsd:anyURI ] ; ( fhir:extension [ fhir:url [ fhir:v "enterer"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "PractitionerRole/StabiloBossPraxisSeeblick" ] ] ] ) ] [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-urgentnoficationcontactforthisdocument"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "PractitionerRole/NotificationContactHansRoentgen" ] ] ] [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-urgentnoficationcontactfortheresponsetothisdocument"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "PractitionerRole/NotificationContactSabineMeier" ] ] ] [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-receiver"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "PractitionerRole/HansRoentgenKantonsspital" ] ] ] [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-copyreceiver"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "PractitionerRole/CopyReceiverSabineMeierPraxisSeeblick" ] ] ] [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-copyreceiver"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "Patient/ErikaMusterfrau" ] ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:type [ ( fhir:coding [ a sct:419891008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "419891008" ] ; fhir:display [ fhir:v "Record artifact (record artifact)" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ a sct:721963009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "721963009" ] ; fhir:display [ fhir:v "Order (record artifact)" ] ] ) ] ) ; # fhir:subject [ fhir:reference [ fhir:v "Patient/ErikaMusterfrau" ] ] ; # fhir:date [ fhir:v "2019-03-31T11:46:09+02:00"^^xsd:dateTime] ; # fhir:author ( [ fhir:reference [ fhir:v "PractitionerRole/SabineMeierPraxisSeeblick" ] ] ) ; # fhir:title [ fhir:v "Order-Referral-Form"] ; # fhir:section ( [ fhir:title [ fhir:v "Order-Referral" ] ; fhir:code [ ( fhir:coding [ a loinc:93037-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "93037-0" ] ; fhir:display [ fhir:v "Portable medical order form" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"> Order-Referral-Form </div>" ] ; ( fhir:entry [ fhir:reference [ fhir:v "Questionnaire/order-referral-form" ] ] [ fhir:reference [ fhir:v "QuestionnaireResponse/qr-order-referral-form" ] ] [ fhir:reference [ fhir:v "ServiceRequest/sr-order-referral-form" ] ] ) ] [ fhir:title [ fhir:v "Original representation" ] ; fhir:code [ ( fhir:coding [ a loinc:55108-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "55108-5" ] ; fhir:display [ fhir:v "Clinical presentation" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Representation of the original view:\n <img src=\"pdf1\"/>\n </div>" ] ; ( fhir:entry [ fhir:reference [ fhir:v "Binary/pdf" ] ] ) ] ) . # <http://example.com/fhir/PractitionerRole/SabineMeierPraxisSeeblick> a fhir:PractitionerRole ; fhir:id [ fhir:v "SabineMeierPraxisSeeblick"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"SabineMeierPraxisSeeblick\"> </a></p><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\">Resource PractitionerRole "SabineMeierPraxisSeeblick" </p></div><p><b>practitioner</b>: <a href=\"#Practitioner_SabineMeier\">See above (Practitioner/SabineMeier)</a></p><p><b>organization</b>: <a href=\"#Organization_PraxisSeeblick\">See above (Organization/PraxisSeeblick)</a></p></div>" ] ; # fhir:practitioner [ fhir:reference [ fhir:v "Practitioner/SabineMeier" ] ] ; # fhir:organization [ fhir:reference [ fhir:v "Organization/PraxisSeeblick" ] ] . # <http://example.com/fhir/ServiceRequest/sr-order-referral-form> a fhir:ServiceRequest ; fhir:id [ fhir:v "sr-order-referral-form"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"sr-order-referral-form\"> </a></p><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\">Resource ServiceRequest "sr-order-referral-form" </p></div><p><b>CH ORF Requested Encounter Details</b>: <a href=\"#Encounter_EncounterMusterfrau\">See above (Encounter/EncounterMusterfrau)</a></p><p><b>identifier</b>: Placer Identifier: 123, Filler Identifier: 456</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>priority</b>: routine</p><p><b>subject</b>: <a href=\"#Patient_ErikaMusterfrau\">See above (Patient/ErikaMusterfrau)</a></p><p><b>requester</b>: <a href=\"#PractitionerRole_SabineMeierPraxisSeeblick\">See above (PractitionerRole/SabineMeierPraxisSeeblick)</a></p><p><b>insurance</b>: <a href=\"#Coverage_CoverageMusterfrau\">See above (Coverage/CoverageMusterfrau)</a></p><p><b>note</b>: Bemerkung/Kommentar</p></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-requestedencounterdetails"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "Encounter/EncounterMusterfrau" ] ] ] ) ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PLAC" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.999.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "123" ] ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "FILL" ] ] ) ] ; fhir:system [ fhir:v "http://example.com/identifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "456" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:priority [ fhir:v "routine"] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/ErikaMusterfrau" ] ] ; # fhir:requester [ fhir:reference [ fhir:v "PractitionerRole/SabineMeierPraxisSeeblick" ] ] ; # fhir:insurance ( [ fhir:reference [ fhir:v "Coverage/CoverageMusterfrau" ] ] ) ; # fhir:note ( [ fhir:text [ fhir:v "Bemerkung/Kommentar" ] ] ) . # <http://example.com/fhir/Questionnaire/order-referral-form> a fhir:Questionnaire ; fhir:id [ fhir:v "order-referral-form"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-questionnaire"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-questionnaire> ] [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire> ] [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-extr-smap"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-extr-smap> ] [ 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 "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Questionnaire</b><a name=\"order-referral-form\"> </a></p><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\">Resource Questionnaire "order-referral-form" </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-ch-orf-questionnaire.html\">CH ORF Questionnaire</a>, <a href=\"http://hl7.org/fhir/uv/sdc/STU3/StructureDefinition-sdc-questionnaire.html\">SDCBaseQuestionnaire</a>, <a href=\"http://hl7.org/fhir/uv/sdc/STU3/StructureDefinition-sdc-questionnaire-extr-smap.html\">Extractable Questionnaire - StructureMap</a>, <a href=\"http://hl7.org/fhir/uv/sdc/STU3/StructureDefinition-sdc-questionnaire-pop-exp.html\">Populatable Questionnaire - Expression</a></p></div><p><b>Target structure map</b>: <a href=\"http://fhir.ch/ig/ch-orf/StructureMap/OrfQrToBundle\">http://fhir.ch/ig/ch-orf/StructureMap/OrfQrToBundle</a></p><blockquote><p><b>Launch context resources</b></p><blockquote><p><b>url</b></p><code>name</code></blockquote><p><b>value</b>: Patient (Details: http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext code patient = 'Patient', stated as 'null')</p><blockquote><p><b>url</b></p><code>type</code></blockquote><p><b>value</b>: Patient</p></blockquote><blockquote><p><b>Launch context resources</b></p><blockquote><p><b>url</b></p><code>name</code></blockquote><p><b>value</b>: User (Details: http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext code user = 'User', stated as 'User')</p><blockquote><p><b>url</b></p><code>type</code></blockquote><p><b>value</b>: Practitioner</p><blockquote><p><b>url</b></p><code>description</code></blockquote><p><b>value</b>: The practitioner that is to be used to pre-populate the form</p></blockquote><p><b>Assembled From Questionnaire</b>: <a href=\"Questionnaire-ch-orf-module-order.html\">Module Questionnaire Order Form</a></p><p><b>Assembled From Questionnaire</b>: <a href=\"Questionnaire-ch-orf-module-practitioner-nametel.html\">Module Questionnaire Practitioner with Name and Telecom</a></p><p><b>Assembled From Questionnaire</b>: <a href=\"Questionnaire-ch-orf-module-receiver.html\">Module Questionnaire Order Receiver</a></p><p><b>Assembled From Questionnaire</b>: <a href=\"Questionnaire-ch-orf-module-address.html\">Module Questionnaire Address</a></p><p><b>Assembled From Questionnaire</b>: <a href=\"Questionnaire-ch-orf-module-initiator.html\">Module Questionnaire Order Initiator</a></p><p><b>Assembled From Questionnaire</b>: <a href=\"Questionnaire-ch-orf-module-patient.html\">Module Questionnaire Order Patient</a></p><p><b>Assembled From Questionnaire</b>: <a href=\"Questionnaire-ch-orf-module-familydoctor.html\">Module Questionnaire Order Receiver</a></p><p><b>Assembled From Questionnaire</b>: <a href=\"Questionnaire-ch-orf-module-requestedencounter.html\">Module Questionnaire Order Requested Encounter</a></p><p><b>Assembled From Questionnaire</b>: <a href=\"Questionnaire-ch-orf-module-coverage.html\">Module Questionnaire Order Coverage</a></p><p><b>Assembled From Questionnaire</b>: <a href=\"Questionnaire-ch-orf-module-sender.html\">Module Questionnaire Order Sender</a></p><p><b>Assembled From Questionnaire</b>: <a href=\"Questionnaire-ch-orf-module-receivercopy.html\">Module Questionnaire Order Receiver Copy</a></p><p><b>Assembled From Questionnaire</b>: <a href=\"Questionnaire-ch-orf-module-appointment.html\">Module Questionnaire Order Appointment</a></p><p><b>Assembled From Questionnaire</b>: <a href=\"Questionnaire-ch-orf-module-consent.html\">Module Questionnaire Patient Consent</a></p><p><b>url</b>: <code>http://fhir.ch/ig/ch-orf/Questionnaire/order-referral-form</code></p><p><b>version</b>: 1.1.0</p><p><b>name</b>: OrderReferralForm</p><p><b>title</b>: Order Referral Form</p><p><b>status</b>: active</p><p><b>subjectType</b>: Patient</p><p><b>date</b>: 2022-07-07</p><p><b>publisher</b>: HL7 Switzerland</p><p><b>contact</b>: HL7 Switzerland: <a href=\"https://www.hl7.ch/\">https://www.hl7.ch/</a></p><p><b>jurisdiction</b>: Switzerland <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-ISO3166Part1.html\">ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code</a>#CH)</span></p><p><b>copyright</b>: CC-BY-SA-4.0</p><blockquote><p><b>item</b></p><p><b>linkId</b>: order</p><p><b>text</b>: Auftrag</p><p><b>type</b>: group</p><p><b>required</b>: true</p><blockquote><p><b>item</b></p><p><b>linkId</b>: order.placerOrderIdentifier</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-servicerequest.html\">CH ORF ServiceRequest</a></p><p><b>text</b>: Auftragsnummer des Auftraggebers</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>item</b></p><p><b>hidden</b>: true</p><p><b>linkId</b>: order.placerOrderIdentifierDomain</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-servicerequest.html\">CH ORF ServiceRequest</a></p><p><b>text</b>: Identifier Domain der Auftragsnummer des Auftraggebers</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: order.fillerOrderIdentifier</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-servicerequest.html\">CH ORF ServiceRequest</a></p><p><b>text</b>: Auftragsnummer des Auftragsempfängers</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>item</b></p><p><b>hidden</b>: true</p><p><b>linkId</b>: order.fillerOrderIdentifierDomain</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-servicerequest.html\">CH ORF ServiceRequest</a></p><p><b>text</b>: Identifier Domain der Auftragsnummer des Auftragsempfängers</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>item</b></p><p><b>hidden</b>: true</p><p><b>linkId</b>: order.precedentDocumentIdentifier</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-composition.html\">CH ORF Composition</a></p><p><b>text</b>: Identifier des Vorgängerdokuments</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: order.notificationContactDocument</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-composition.html\">CH ORF Composition</a></p><p><b>text</b>: Dringender Benachrichtigungskontakt für dieses Dokument</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: order.notificationContactDocumentResponse</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-composition.html\">CH ORF Composition</a></p><p><b>text</b>: Dringender Benachrichtigungskontakt für die Antwort auf dieses Dokument</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: order.priority</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-servicerequest.html\">CH ORF ServiceRequest</a></p><p><b>text</b>: Auftragspriorität</p><p><b>type</b>: choice</p><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: receiver</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-composition.html\">CH ORF Composition</a></p><p><b>text</b>: Empfänger</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p><p><b>linkId</b>: receiver.practitioner</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-practitionerrole.html\">CH Core PractitionerRole</a></p><p><b>text</b>: Empfangende Person</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>Variable</b>: <span title=\"text/fhirpath\"><code>'receiver.organization.'</code></span>(<b>linkIdPrefix</b>)</p><p><b>linkId</b>: receiver.organization</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-practitionerrole.html\">CH Core PractitionerRole</a></p><p><b>text</b>: Empfangende Organisation</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: initiator</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-composition.html\">CH ORF Composition</a></p><p><b>text</b>: Initiant dieser Anmeldung</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p><p><b>linkId</b>: initiator.legalrelation</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-composition.html\">CH ORF Composition</a></p><p><b>text</b>: Juristische Beziehung zum Patienten</p><p><b>type</b>: choice</p><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: initiator.personalrelation</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-composition.html\">CH ORF Composition</a></p><p><b>text</b>: Persönliche Beziehung zum Patienten?</p><p><b>type</b>: choice</p><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: initiator.practitionerRole</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-practitionerrole.html\">CH Core PractitionerRole</a></p><p><b>text</b>: Gesundheitsfachperson oder -organisation</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: initiator.relatedPerson</p><p><b>definition</b>: <a href=\"http://hl7.org/fhir/R4/relatedperson.html\">RelatedPerson</a></p><p><b>text</b>: Andere Person</p><p><b>type</b>: group</p><p><b>repeats</b>: true</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>Variable</b>: <span title=\"text/fhirpath\"><code>'patient.'</code></span>(<b>linkIdPrefix</b>)</p><p><b>Variable</b>: <span title=\"text/fhirpath\"><code>%patient.address</code></span>(<b>address</b>)</p><p><b>linkId</b>: patient</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-composition.html\">CH ORF Composition</a></p><p><b>text</b>: Patient</p><p><b>type</b>: group</p><p><b>required</b>: true</p><blockquote><p><b>item</b></p><p><b>initial.exists().not()</b>: <span title=\"text/fhirpath\"><code>%patient.name.where(use='official').family</code></span></p><p><b>linkId</b>: patient.familyName</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p><p><b>text</b>: Name</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>item</b></p><p><b>initial.exists().not()</b>: <span title=\"text/fhirpath\"><code>%patient.name.where(use='maiden').family</code></span></p><p><b>linkId</b>: patient.maidenName</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p><p><b>text</b>: Ledigname</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>item</b></p><p><b>initial.exists().not()</b>: <span title=\"text/fhirpath\"><code>%patient.name.where(use='official').given</code></span></p><p><b>linkId</b>: patient.givenName</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p><p><b>text</b>: Vorname</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>item</b></p><p><b>initial.exists().not()</b>: <span title=\"text/fhirpath\"><code>%patient.identifier.where(type.coding.where(system='http://terminology.hl7.org/CodeSystem/v2-0203' and code='MR').exists()).value</code></span></p><p><b>linkId</b>: patient.localPid</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p><p><b>text</b>: Lokale Patienten-ID</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>item</b></p><p><b>hidden</b>: true</p><p><b>linkId</b>: patient.localPidDomain</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p><p><b>text</b>: Lokale Patienten-ID Domain</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>item</b></p><p><b>initial.exists().not()</b>: <span title=\"text/fhirpath\"><code>%patient.birthDate</code></span></p><p><b>linkId</b>: patient.birthDate</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p><p><b>text</b>: Geburtsdatum</p><p><b>type</b>: date</p></blockquote><blockquote><p><b>item</b></p><p><b>initial.exists().not()</b>: <span title=\"text/fhirpath\"><code>%questionnaire.repeat(item).where(linkId='patient.gender').answerOption.valueCoding.where(code=%patient.gender)</code></span></p><p><b>linkId</b>: patient.gender</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p><p><b>text</b>: Geschlecht</p><p><b>type</b>: choice</p><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>initial.exists().not()</b>: <span title=\"text/fhirpath\"><code>%patient.maritalStatus</code></span></p><p><b>linkId</b>: patient.maritalStatus</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p><p><b>text</b>: Zivilstand</p><p><b>type</b>: choice</p><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>initial.exists().not()</b>: <span title=\"text/fhirpath\"><code>%patient.telecom.where(system='phone').value</code></span></p><p><b>linkId</b>: patient.phone</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p><p><b>text</b>: Telefon</p><p><b>type</b>: string</p><p><b>repeats</b>: true</p></blockquote><blockquote><p><b>item</b></p><p><b>initial.exists().not()</b>: <span title=\"text/fhirpath\"><code>%patient.telecom.where(system='email').value</code></span></p><p><b>linkId</b>: patient.email</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p><p><b>text</b>: E-Mail</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>item</b></p><p><b>initial.exists().not()</b>: <span title=\"text/fhirpath\"><code>%address.line</code></span></p><p><b>linkId</b>: patient.streetAddressLine</p><p><b>text</b>: Strasse, Hausnummer, Postfach etc.</p><p><b>type</b>: string</p><p><b>repeats</b>: true</p></blockquote><blockquote><p><b>item</b></p><p><b>initial.exists().not()</b>: <span title=\"text/fhirpath\"><code>%address.postalCode</code></span></p><p><b>linkId</b>: patient.postalCode</p><p><b>text</b>: PLZ</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>item</b></p><p><b>initial.exists().not()</b>: <span title=\"text/fhirpath\"><code>%address.city</code></span></p><p><b>linkId</b>: patient.city</p><p><b>text</b>: Ort</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>item</b></p><p><b>initial.exists().not()</b>: <span title=\"text/fhirpath\"><code>%address.country</code></span></p><p><b>linkId</b>: patient.country</p><p><b>text</b>: Land</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>item</b></p><p><b>initial.exists().not()</b>: <span title=\"text/fhirpath\"><code>%patient.communication.where(preferred=true).language.coding</code></span></p><p><b>linkId</b>: patient.languageOfCorrespondence</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p><p><b>text</b>: Korrespondenzsprache</p><p><b>type</b>: choice</p><p><b>answerValueSet</b>: <a href=\"http://fhir.ch/ig/ch-epr-term/2.0.8/ValueSet-DocumentEntry.languageCode.html\">DocumentEntry.languageCode</a></p></blockquote><blockquote><p><b>item</b></p><p><b>Variable</b>: <span title=\"text/fhirpath\"><code>%patient.contact</code></span>(<b>contact</b>)</p><p><b>linkId</b>: patient.contactperson</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p><p><b>text</b>: Kontaktperson</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: familydoctor</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p><p><b>text</b>: Hausarzt</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: requestedEncounter</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-servicerequest.html\">CH ORF ServiceRequest</a></p><p><b>text</b>: Patientenaufnahme</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p><p><b>linkId</b>: requestedEncounter.class</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-encounter.html\">CH ORF Requested Encounter</a></p><p><b>text</b>: Voraussichtlich: Ambulant / Stationär / Notfall</p><p><b>type</b>: choice</p><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: requestedEncounter.desiredAccommodation</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-encounter.html\">CH ORF Requested Encounter</a></p><p><b>text</b>: Zimmerkategorie</p><p><b>type</b>: choice</p><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: coverage</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-servicerequest.html\">CH ORF ServiceRequest</a></p><p><b>text</b>: Kostenträger</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p><p><b>linkId</b>: coverage.beneficiary</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-coverage.html\">CH ORF Coverage</a></p><p><b>text</b>: Begünstigter (Patient)</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: coverage.kvg</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-coverage.html\">CH ORF Coverage</a></p><p><b>text</b>: Krankenkasse (nach KVG)</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: coverage.uvg</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-coverage.html\">CH ORF Coverage</a></p><p><b>text</b>: Unfallversicherung (nach UVG)</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: coverage.vvg</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-coverage.html\">CH ORF Coverage</a></p><p><b>text</b>: Zusatzversicherung (nach VVG)</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: coverage.iv</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-coverage.html\">CH ORF Coverage</a></p><p><b>text</b>: Invalidenversicherung (IV)</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: coverage.mv</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-coverage.html\">CH ORF Coverage</a></p><p><b>text</b>: Militärversicherung (MV)</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: coverage.self</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-coverage.html\">CH ORF Coverage</a></p><p><b>text</b>: Selbstzahler</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: coverage.other</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-coverage.html\">CH ORF Coverage</a></p><p><b>text</b>: Anderer Kostenträger</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: sender</p><p><b>text</b>: Absender</p><p><b>type</b>: group</p><p><b>required</b>: true</p><blockquote><p><b>item</b></p><p><b>Variable</b>: <span title=\"application/x-fhir-query\"><code>PractitionerRole?practitioner={{%user.id}}</code></span>(<b>senderPractitionerRoles</b>)</p><p><b>Variable</b>: <span title=\"text/fhirpath\"><code>%senderPractitionerRoles.entry[0].resource</code></span>(<b>senderPractitionerRole</b>)</p><p><b>Variable</b>: <span title=\"application/x-fhir-query\"><code>Organization?_id={{%senderPractitionerRole.organization.reference}}</code></span>(<b>senderOrganizations</b>)</p><p><b>Variable</b>: <span title=\"text/fhirpath\"><code>%senderOrganizations.entry[0].resource</code></span>(<b>senderOrganization</b>)</p><p><b>Variable</b>: <span title=\"text/fhirpath\"><code>%senderOrganization.address</code></span>(<b>address</b>)</p><p><b>linkId</b>: sender.author</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-composition.html\">CH ORF Composition</a></p><p><b>text</b>: Verantwortlicher</p><p><b>type</b>: group</p><p><b>required</b>: true</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: sender.dataenterer</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-composition.html\">CH ORF Composition</a></p><p><b>text</b>: Erfasser</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: receiverCopy</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-composition.html\">CH ORF Composition</a></p><p><b>text</b>: Kopieempfänger (Kopie dieses Auftrags und aller daraus resultierenden Resultate)</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p><p><b>linkId</b>: receiverCopy.practitionerRole</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-practitionerrole.html\">CH Core PractitionerRole</a></p><p><b>text</b>: Gesundheitsfachperson oder -organisation</p><p><b>type</b>: group</p><p><b>repeats</b>: true</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: receiverCopy.patient</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p><p><b>text</b>: Patient selbst</p><p><b>type</b>: boolean</p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: receiverCopy.relatedPerson</p><p><b>definition</b>: <a href=\"http://hl7.org/fhir/R4/relatedperson.html\">RelatedPerson</a></p><p><b>text</b>: Andere Person</p><p><b>type</b>: group</p><p><b>repeats</b>: true</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: antecedentEpisodeOfCare</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-composition.html\">CH ORF Composition</a></p><p><b>text</b>: Vorgängiger Aufenthalt in Spital / Heim</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p><p><b>linkId</b>: antecedentEpisodeOfCare.start</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-episodeofcare.html\">CH ORF Episode of Care</a></p><p><b>text</b>: Von</p><p><b>type</b>: dateTime</p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: antecedentEpisodeOfCare.end</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-episodeofcare.html\">CH ORF Episode of Care</a></p><p><b>text</b>: Bis</p><p><b>type</b>: dateTime</p></blockquote><blockquote><p><b>item</b></p><p><b>Variable</b>: <span title=\"text/fhirpath\"><code>'antecedentEpisodeOfCare.managingOrganization.'</code></span>(<b>linkIdPrefix</b>)</p><p><b>linkId</b>: antecedentEpisodeOfCare.managingOrganization</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-episodeofcare.html\">CH ORF Episode of Care</a></p><p><b>text</b>: Spital /Heim</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: appointment</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-servicerequest.html\">CH ORF ServiceRequest</a></p><p><b>text</b>: Ort und Zeit der Durchführung der angeforderten Leistung</p><p><b>type</b>: group</p><p><b>repeats</b>: true</p><blockquote><p><b>item</b></p><p><b>Variable</b>: <span title=\"text/fhirpath\"><code>'appointment.location.'</code></span>(<b>linkIdPrefix</b>)</p><p><b>linkId</b>: appointment.location</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-appointment.html\">CH ORF Appointment</a></p><p><b>text</b>: Ort der Durchführung</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: appointment.requestedPeriod</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-appointment.html\">CH ORF Appointment</a></p><p><b>text</b>: Datum und Zeit, wann der Termin bevorzugt geplant werden soll</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: appointment.status</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-appointment.html\">CH ORF Appointment</a></p><p><b>text</b>: Status</p><p><b>type</b>: choice</p><p><b>required</b>: true</p><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: appointment.patientInstruction</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-appointment.html\">CH ORF Appointment</a></p><p><b>text</b>: Patienteninformation für diesen Termin</p><p><b>type</b>: string</p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: consent</p><p><b>definition</b>: <a href=\"StructureDefinition-ch-orf-composition.html\">CH ORF Composition</a></p><p><b>text</b>: Einverständniserklärung</p><p><b>type</b>: group</p><blockquote><p><b>item</b></p><p><b>linkId</b>: patient.consent.statement</p><p><b>text</b>: Ist der Patient über die Anmeldung informiert und explizit einverstanden?</p><p><b>type</b>: choice</p><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>answerOption</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: note</p><p><b>text</b>: Bemerkungen</p><p><b>type</b>: group</p><p><b>repeats</b>: true</p><h3>Items</h3><table class=\"grid\"><tr><td>-</td><td><b>LinkId</b></td><td><b>Definition</b></td><td><b>Text</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>note.text</td><td><a href=\"StructureDefinition-ch-orf-servicerequest.html\">CH ORF ServiceRequest</a></td><td>Kommentar</td><td>string</td></tr></table></blockquote></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-targetStructureMap"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://fhir.ch/ig/ch-orf/StructureMap/OrfQrToBundle"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/StructureMap/OrfQrToBundle> ] ] [ 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 "patient" ] ] ] [ fhir:url [ fhir:v "type"^^xsd:anyURI ] ; fhir:value [ fhir:v "Patient" ] ] ) ] [ 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-assembledFrom"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-order|1.1.0"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-order|1.1.0> ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembledFrom"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-practitioner-nametel|1.1.0"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-practitioner-nametel|1.1.0> ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembledFrom"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-receiver|1.1.0"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-receiver|1.1.0> ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembledFrom"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-address|1.1.0"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-address|1.1.0> ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembledFrom"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-initiator|1.1.0"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-initiator|1.1.0> ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembledFrom"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-patient|1.1.0"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-patient|1.1.0> ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembledFrom"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-familydoctor|1.1.0"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-familydoctor|1.1.0> ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembledFrom"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-requestedencounter|1.1.0"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-requestedencounter|1.1.0> ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembledFrom"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-coverage|1.1.0"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-coverage|1.1.0> ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembledFrom"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-sender|1.1.0"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-sender|1.1.0> ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembledFrom"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-receivercopy|1.1.0"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-receivercopy|1.1.0> ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembledFrom"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-appointment|1.1.0"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-appointment|1.1.0> ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembledFrom"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-consent|1.1.0"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-consent|1.1.0> ] ] ) ; # fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/Questionnaire/order-referral-form"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.1.0"] ; # fhir:name [ fhir:v "OrderReferralForm"] ; # fhir:title [ fhir:v "Order Referral Form"] ; # fhir:status [ fhir:v "active"] ; # fhir:subjectType ( [ fhir:v "Patient"] ) ; # fhir:date [ fhir:v "2022-07-07"^^xsd:date] ; # fhir:publisher [ fhir:v "HL7 Switzerland"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 Switzerland" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.hl7.ch/" ] ] ) ] ) ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "CH" ] ] ) ] ) ; # fhir:copyright [ fhir:v "CC-BY-SA-4.0"] ; # fhir:item ( [ fhir:linkId [ fhir:v "order" ] ; fhir:text [ fhir:v "Auftrag" ] ; fhir:type [ fhir:v "group" ] ; fhir:required [ fhir:v "true"^^xsd:boolean ] ; ( fhir:item [ fhir:linkId [ fhir:v "order.placerOrderIdentifier" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-servicerequest#ServiceRequest.identifier:placerOrderIdentifier.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Auftragsnummer des Auftraggebers" ] ; fhir:type [ fhir:v "string" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ; fhir:linkId [ fhir:v "order.placerOrderIdentifierDomain" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-servicerequest#ServiceRequest.identifier:placerOrderIdentifier.system"^^xsd:anyURI ] ; fhir:text [ fhir:v "Identifier Domain der Auftragsnummer des Auftraggebers" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.fillerOrderIdentifier" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-servicerequest#ServiceRequest.identifier:fillerOrderIdentifier.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Auftragsnummer des Auftragsempfängers" ] ; fhir:type [ fhir:v "string" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ; fhir:linkId [ fhir:v "order.fillerOrderIdentifierDomain" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-servicerequest#ServiceRequest.identifier:fillerOrderIdentifier.system"^^xsd:anyURI ] ; fhir:text [ fhir:v "Identifier Domain der Auftragsnummer des Auftragsempfängers" ] ; fhir:type [ fhir:v "string" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ; fhir:linkId [ fhir:v "order.precedentDocumentIdentifier" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition#Composition.extension:precedentDocument"^^xsd:anyURI ] ; fhir:text [ fhir:v "Identifier des Vorgängerdokuments" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocument" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition#Composition.extension:urgentNoficationContactForThisDocument"^^xsd:anyURI ] ; fhir:text [ fhir:v "Dringender Benachrichtigungskontakt für dieses Dokument" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "linkIdPrefix" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "'order.notificationContactDocument.practitioner.'" ] ] ] ) ; fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole.practitioner"^^xsd:anyURI ] ; fhir:text [ fhir:v "Zu benachrichtigende Person" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.title" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.prefix"^^xsd:anyURI ] ; fhir:text [ fhir:v "Titel" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.familyName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.family"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.givenName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.given"^^xsd:anyURI ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.phone" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.email" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition#Composition.extension:urgentNoficationContactForTheResponseToThisDocument"^^xsd:anyURI ] ; fhir:text [ fhir:v "Dringender Benachrichtigungskontakt für die Antwort auf dieses Dokument" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "linkIdPrefix" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "'order.notificationContactDocumentResponse.practitioner.'" ] ] ] ) ; fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole.practitioner"^^xsd:anyURI ] ; fhir:text [ fhir:v "Zu benachrichtigende Person" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.title" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.prefix"^^xsd:anyURI ] ; fhir:text [ fhir:v "Titel" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.familyName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.family"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.givenName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.given"^^xsd:anyURI ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.phone" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.email" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "order.priority" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-servicerequest#ServiceRequest.priority"^^xsd:anyURI ] ; fhir:text [ fhir:v "Auftragspriorität" ] ; fhir:type [ fhir:v "choice" ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org/fhir/request-priority"^^xsd:anyURI ] ; fhir:code [ fhir:v "routine" ] ; fhir:display [ fhir:v "Die Anfrage hat normale Priorität." ] ] ; fhir:initialSelected [ fhir:v "true"^^xsd:boolean ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org/fhir/request-priority"^^xsd:anyURI ] ; fhir:code [ fhir:v "urgent" ] ; fhir:display [ fhir:v "Die Anfrage sollte dringend bearbeitet werden - höhere Priorität als normal." ] ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org/fhir/request-priority"^^xsd:anyURI ] ; fhir:code [ fhir:v "asap" ] ; fhir:display [ fhir:v "Die Anfrage sollte so schnell wie möglich bearbeitet werden - höhere Priorität als dringend." ] ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org/fhir/request-priority"^^xsd:anyURI ] ; fhir:code [ fhir:v "stat" ] ; fhir:display [ fhir:v "Die Anfrage sollte sofort bearbeitet werden - höchstmögliche Priorität. Z.B. bei einem Notfall." ] ] ] ) ] ) ] [ fhir:linkId [ fhir:v "receiver" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition#Composition.extension:receiver"^^xsd:anyURI ] ; fhir:text [ fhir:v "Empfänger" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiver.practitioner" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole.practitioner"^^xsd:anyURI ] ; fhir:text [ fhir:v "Empfangende Person" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiver.practitioner.title" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.prefix"^^xsd:anyURI ] ; fhir:text [ fhir:v "Titel" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiver.practitioner.familyName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.family"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiver.practitioner.givenName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.given"^^xsd:anyURI ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiver.practitioner.gln" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.identifier:GLN.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "GLN" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiver.practitioner.zsr" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.identifier:ZSR.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "ZSR" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiver.practitioner.phone" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiver.practitioner.email" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "linkIdPrefix" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "'receiver.organization.'" ] ] ] ) ; fhir:linkId [ fhir:v "receiver.organization" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole.organization"^^xsd:anyURI ] ; fhir:text [ fhir:v "Empfangende Organisation" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiver.organization.name" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization#Organization.name"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name der Organisation" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiver.organization.gln" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization#Organization.identifier:GLN"^^xsd:anyURI ] ; fhir:text [ fhir:v "GLN" ] ; 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 "%address.line" ] ] ] ) ; fhir:linkId [ fhir:v "receiver.organization.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ 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 "%address.postalCode" ] ] ] ) ; fhir:linkId [ fhir:v "receiver.organization.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; 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 "%address.city" ] ] ] ) ; fhir:linkId [ fhir:v "receiver.organization.city" ] ; fhir:text [ fhir:v "Ort" ] ; 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 "%address.country" ] ] ] ) ; fhir:linkId [ fhir:v "receiver.organization.country" ] ; fhir:text [ fhir:v "Land" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "initiator" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition#Composition.extension:initiator"^^xsd:anyURI ] ; fhir:text [ fhir:v "Initiant dieser Anmeldung" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "initiator.legalrelation" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition#Composition.extension:initator"^^xsd:anyURI ] ; fhir:text [ fhir:v "Juristische Beziehung zum Patienten" ] ; fhir:type [ fhir:v "choice" ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, sct:373068000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "373068000" ] ; fhir:display [ fhir:v "Nicht definiert" ] ] ] [ fhir:value [ a fhir:Coding, sct:58626002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "58626002" ] ; fhir:display [ fhir:v "Gesetzlicher Vertreter" ] ] ] ) ] [ fhir:linkId [ fhir:v "initiator.personalrelation" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition#Composition.extension:initator"^^xsd:anyURI ] ; fhir:text [ fhir:v "Persönliche Beziehung zum Patienten?" ] ; fhir:type [ fhir:v "choice" ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, sct:66089001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "66089001" ] ; fhir:display [ fhir:v "Tochter" ] ] ] [ fhir:value [ a fhir:Coding, sct:65616008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "65616008" ] ; fhir:display [ fhir:v "Sohn" ] ] ] [ fhir:value [ a fhir:Coding, sct:127849001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "127849001" ] ; fhir:display [ fhir:v "Ehemann" ] ] ] [ fhir:value [ a fhir:Coding, sct:127850001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "127850001" ] ; fhir:display [ fhir:v "Ehefrau" ] ] ] [ fhir:value [ a fhir:Coding, sct:394921008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "394921008" ] ; fhir:display [ fhir:v "Partner (eingetragene Partnerschaft)" ] ] ] [ fhir:value [ a fhir:Coding, sct:70924004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "70924004" ] ; fhir:display [ fhir:v "Bruder" ] ] ] [ fhir:value [ a fhir:Coding, sct:27733009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "27733009" ] ; fhir:display [ fhir:v "Schwester" ] ] ] [ fhir:value [ a fhir:Coding, sct:72705000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "72705000" ] ; fhir:display [ fhir:v "Mutter" ] ] ] [ fhir:value [ a fhir:Coding, sct:66839005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "66839005" ] ; fhir:display [ fhir:v "Vater" ] ] ] [ fhir:value [ a fhir:Coding, sct:48385004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "48385004" ] ; fhir:display [ fhir:v "Bekannt" ] ] ] ) ] [ fhir:linkId [ fhir:v "initiator.practitionerRole" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole.practitioner"^^xsd:anyURI ] ; fhir:text [ fhir:v "Gesundheitsfachperson oder -organisation" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "linkIdPrefix" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "'initiator.practitionerRole.practitioner.'" ] ] ] ) ; fhir:linkId [ fhir:v "initiator.practitionerRole.practitioner" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole.practitioner"^^xsd:anyURI ] ; fhir:text [ fhir:v "Gesundheitsfachperson" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "initiator.practitionerRole.practitioner.title" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.prefix"^^xsd:anyURI ] ; fhir:text [ fhir:v "Titel" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "initiator.practitionerRole.practitioner.familyName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.family"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "initiator.practitionerRole.practitioner.givenName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.given"^^xsd:anyURI ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "initiator.practitionerRole.practitioner.phone" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "initiator.practitionerRole.practitioner.email" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "linkIdPrefix" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "'initiator.practitionerRole.organization.'" ] ] ] ) ; fhir:linkId [ fhir:v "initiator.practitionerRole.organization" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole.organization"^^xsd:anyURI ] ; fhir:text [ fhir:v "Gesundheitsorganisatiton" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "initiator.practitionerRole.organization.name" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization#Organization.name"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name der Organisation" ] ; 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 "%address.line" ] ] ] ) ; fhir:linkId [ fhir:v "initiator.practitionerRole.organization.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ 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 "%address.postalCode" ] ] ] ) ; fhir:linkId [ fhir:v "initiator.practitionerRole.organization.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; 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 "%address.city" ] ] ] ) ; fhir:linkId [ fhir:v "initiator.practitionerRole.organization.city" ] ; fhir:text [ fhir:v "Ort" ] ; 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 "%address.country" ] ] ] ) ; fhir:linkId [ fhir:v "initiator.practitionerRole.organization.country" ] ; fhir:text [ fhir:v "Land" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "initiator.relatedPerson" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson"^^xsd:anyURI ] ; fhir:text [ fhir:v "Andere Person" ] ; fhir:type [ fhir:v "group" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:item [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "linkIdPrefix" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "'initiator.relatedPerson.'" ] ] ] ) ; fhir:linkId [ fhir:v "initiator.relatedPerson.familyName" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.name.family"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "initiator.relatedPerson.givenName" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.name.given"^^xsd:anyURI ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "initiator.relatedPerson.phone" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ] [ fhir:linkId [ fhir:v "initiator.relatedPerson.email" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "E-Mail" ] ; 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 "%address.line" ] ] ] ) ; fhir:linkId [ fhir:v "initiator.relatedPerson.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ 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 "%address.postalCode" ] ] ] ) ; fhir:linkId [ fhir:v "initiator.relatedPerson.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; 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 "%address.city" ] ] ] ) ; fhir:linkId [ fhir:v "initiator.relatedPerson.city" ] ; fhir:text [ fhir:v "Ort" ] ; 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 "%address.country" ] ] ] ) ; fhir:linkId [ fhir:v "initiator.relatedPerson.country" ] ; fhir:text [ fhir:v "Land" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "linkIdPrefix" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "'patient.'" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "address" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "%patient.address" ] ] ] ) ; fhir:linkId [ fhir:v "patient" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition#Composition.subject"^^xsd:anyURI ] ; fhir:text [ fhir:v "Patient" ] ; fhir:type [ fhir:v "group" ] ; fhir:required [ 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 "%patient.name.where(use='official').family" ] ] ] ) ; fhir:linkId [ fhir:v "patient.familyName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.name.family"^^xsd:anyURI ] ; fhir:text [ fhir:v "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.where(use='maiden').family" ] ] ] ) ; fhir:linkId [ fhir:v "patient.maidenName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.name.family"^^xsd:anyURI ] ; fhir:text [ fhir:v "Ledigname" ] ; 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.where(use='official').given" ] ] ] ) ; fhir:linkId [ fhir:v "patient.givenName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.name.given"^^xsd:anyURI ] ; fhir:text [ fhir:v "Vorname" ] ; 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(type.coding.where(system='http://terminology.hl7.org/CodeSystem/v2-0203' and code='MR').exists()).value" ] ] ] ) ; fhir:linkId [ fhir:v "patient.localPid" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.identifier:LocalPid.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Lokale Patienten-ID" ] ; fhir:type [ fhir:v "string" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ; fhir:linkId [ fhir:v "patient.localPidDomain" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.identifier:LocalPid.system"^^xsd:anyURI ] ; fhir:text [ fhir:v "Lokale Patienten-ID Domain" ] ; 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 "patient.birthDate" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.birthDate"^^xsd:anyURI ] ; fhir:text [ fhir:v "Geburtsdatum" ] ; 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 "%questionnaire.repeat(item).where(linkId='patient.gender').answerOption.valueCoding.where(code=%patient.gender)" ] ] ] ) ; fhir:linkId [ fhir:v "patient.gender" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.gender"^^xsd:anyURI ] ; fhir:text [ fhir:v "Geschlecht" ] ; fhir:type [ fhir:v "choice" ] ; ( fhir:answerOption [ 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 "Männlich" ] ] ; fhir:initialSelected [ fhir:v "true"^^xsd:boolean ] ] [ 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 "Weiblich" ] ] ] [ 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 "Anderes" ] ] ] ) ] [ ( 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.maritalStatus" ] ] ] ) ; fhir:linkId [ fhir:v "patient.maritalStatus" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.maritalStatus"^^xsd:anyURI ] ; fhir:text [ fhir:v "Zivilstand" ] ; fhir:type [ fhir:v "choice" ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "ledig" ] ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "verheiratet" ] ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "3" ] ; fhir:display [ fhir:v "verwitwet" ] ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "4" ] ; fhir:display [ fhir:v "geschieden" ] ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "5" ] ; fhir:display [ fhir:v "unverheiratet" ] ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "6" ] ; fhir:display [ fhir:v "in eingetragener Partnerschaft" ] ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "7" ] ; fhir:display [ fhir:v "aufgelöste Partnerschaft" ] ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "9" ] ; fhir:display [ fhir:v "unbekannt" ] ] ] ) ] [ ( 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 "patient.phone" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ 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.telecom.where(system='email').value" ] ] ] ) ; fhir:linkId [ fhir:v "patient.email" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "E-Mail" ] ; 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 "%address.line" ] ] ] ) ; fhir:linkId [ fhir:v "patient.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ 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 "%address.postalCode" ] ] ] ) ; fhir:linkId [ fhir:v "patient.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; 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 "%address.city" ] ] ] ) ; fhir:linkId [ fhir:v "patient.city" ] ; fhir:text [ fhir:v "Ort" ] ; 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 "%address.country" ] ] ] ) ; fhir:linkId [ fhir:v "patient.country" ] ; fhir:text [ fhir:v "Land" ] ; 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.communication.where(preferred=true).language.coding" ] ] ] ) ; fhir:linkId [ fhir:v "patient.languageOfCorrespondence" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.communication:languageOfCorrespondence"^^xsd:anyURI ] ; fhir:text [ fhir:v "Korrespondenzsprache" ] ; fhir:type [ fhir:v "choice" ] ; fhir:answerValueSet [ fhir:v "http://fhir.ch/ig/ch-epr-term/ValueSet/DocumentEntry.languageCode"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-epr-term/ValueSet/DocumentEntry.languageCode> ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "contact" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "%patient.contact" ] ] ] ) ; fhir:linkId [ fhir:v "patient.contactperson" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.contact"^^xsd:anyURI ] ; fhir:text [ fhir:v "Kontaktperson" ] ; fhir:type [ fhir:v "group" ] ; ( 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 "%contact.relationship.text" ] ] ] ) ; fhir:linkId [ fhir:v "patient.contactperson.relationship" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.contact.relationship.text"^^xsd:anyURI ] ; fhir:text [ fhir:v "Beziehung" ] ; 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 "%contact.name.family" ] ] ] ) ; fhir:linkId [ fhir:v "patient.contactperson.familyName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.contact.name.family"^^xsd:anyURI ] ; fhir:text [ fhir:v "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 "%contact.name.given" ] ] ] ) ; fhir:linkId [ fhir:v "patient.contactperson.givenName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.contact.name.given"^^xsd:anyURI ] ; fhir:text [ fhir:v "Vorname" ] ; 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 "%contact.telecom.where(system='phone').value" ] ] ] ) ; fhir:linkId [ fhir:v "patient.contactperson.phone" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.contact.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ 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 "%contact.telecom.where(system='email').value" ] ] ] ) ; fhir:linkId [ fhir:v "patient.contactperson.email" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.contact.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ fhir:linkId [ fhir:v "familydoctor" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.generalPractitioner"^^xsd:anyURI ] ; fhir:text [ fhir:v "Hausarzt" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "familydoctor.practitioner" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole.practitioner"^^xsd:anyURI ] ; fhir:text [ fhir:v "Hausarzt Person" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "familydoctor.practitioner.title" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.prefix"^^xsd:anyURI ] ; fhir:text [ fhir:v "Titel" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "familydoctor.practitioner.familyName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.family"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "familydoctor.practitioner.givenName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.given"^^xsd:anyURI ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "familydoctor.practitioner.gln" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.identifier:GLN.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "GLN" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "familydoctor.practitioner.zsr" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.identifier:ZSR.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "ZSR" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "familydoctor.practitioner.phone" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "familydoctor.practitioner.email" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "linkIdPrefix" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "'familydoctor.organization.'" ] ] ] ) ; fhir:linkId [ fhir:v "familydoctor.organization" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole.organization"^^xsd:anyURI ] ; fhir:text [ fhir:v "Hausarzt Organisation" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "familydoctor.organization.name" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization#Organization.name"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name der Organisation" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "familydoctor.organization.gln" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization#Organization.identifier:GLN"^^xsd:anyURI ] ; fhir:text [ fhir:v "GLN" ] ; 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 "%address.line" ] ] ] ) ; fhir:linkId [ fhir:v "familydoctor.organization.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ 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 "%address.postalCode" ] ] ] ) ; fhir:linkId [ fhir:v "familydoctor.organization.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; 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 "%address.city" ] ] ] ) ; fhir:linkId [ fhir:v "familydoctor.organization.city" ] ; fhir:text [ fhir:v "Ort" ] ; 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 "%address.country" ] ] ] ) ; fhir:linkId [ fhir:v "familydoctor.organization.country" ] ; fhir:text [ fhir:v "Land" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "requestedEncounter" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-servicerequest#ServiceRequest.extension:requestedEncounterDetails"^^xsd:anyURI ] ; fhir:text [ fhir:v "Patientenaufnahme" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "requestedEncounter.class" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-encounter#Encounter.class"^^xsd:anyURI ] ; fhir:text [ fhir:v "Voraussichtlich: Ambulant / Stationär / Notfall" ] ; fhir:type [ fhir:v "choice" ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "AMB" ] ; fhir:display [ fhir:v "Ambulant" ] ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "IMP" ] ; fhir:display [ fhir:v "Stationär" ] ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "EMER" ] ; fhir:display [ fhir:v "Notfall" ] ] ] ) ] [ fhir:linkId [ fhir:v "requestedEncounter.desiredAccommodation" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-encounter#Encounter.extension:desiredAccommodation"^^xsd:anyURI ] ; fhir:text [ fhir:v "Zimmerkategorie" ] ; fhir:type [ fhir:v "choice" ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-21-encountertype"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "allgemein" ] ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-21-encountertype"^^xsd:anyURI ] ; fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "halbprivat" ] ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-21-encountertype"^^xsd:anyURI ] ; fhir:code [ fhir:v "3" ] ; fhir:display [ fhir:v "privat" ] ] ] ) ] ) ] [ fhir:linkId [ fhir:v "coverage" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-servicerequest#ServiceRequest.insurance"^^xsd:anyURI ] ; fhir:text [ fhir:v "Kostenträger" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "coverage.beneficiary" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.beneficiary"^^xsd:anyURI ] ; fhir:text [ fhir:v "Begünstigter (Patient)" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "coverage.beneficiary.ahvn13" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.identifier:AHVN13"^^xsd:anyURI ] ; fhir:text [ fhir:v "AHV-Nr. des Patienten" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ fhir:linkId [ fhir:v "coverage.kvg" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.type"^^xsd:anyURI ] ; fhir:text [ fhir:v "Krankenkasse (nach KVG)" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "coverage.kvg.name" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.payor"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name der Versicherung" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "coverage.kvg.insuranceCardNumber" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.identifier"^^xsd:anyURI ] ; fhir:text [ fhir:v "Kennnummer der Versichertenkarte" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ fhir:linkId [ fhir:v "coverage.uvg" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.type"^^xsd:anyURI ] ; fhir:text [ fhir:v "Unfallversicherung (nach UVG)" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "coverage.uvg.name" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.payor"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name der Versicherung" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "coverage.uvg.claimNumber" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.identifier"^^xsd:anyURI ] ; fhir:text [ fhir:v "Schadennummer" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ fhir:linkId [ fhir:v "coverage.vvg" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.type"^^xsd:anyURI ] ; fhir:text [ fhir:v "Zusatzversicherung (nach VVG)" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "coverage.vvg.name" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.payor"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name der Versicherung" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "coverage.vvg.insuranceCardNumber" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.identifier"^^xsd:anyURI ] ; fhir:text [ fhir:v "Kennnummer der Versichertenkarte" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ fhir:linkId [ fhir:v "coverage.iv" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.type"^^xsd:anyURI ] ; fhir:text [ fhir:v "Invalidenversicherung (IV)" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "coverage.iv.verfuegungsnummer" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.identifier"^^xsd:anyURI ] ; fhir:text [ fhir:v "IV-Verfügungsnummer" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ fhir:linkId [ fhir:v "coverage.mv" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.type"^^xsd:anyURI ] ; fhir:text [ fhir:v "Militärversicherung (MV)" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "coverage.mv.versichertennummer" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.identifier"^^xsd:anyURI ] ; fhir:text [ fhir:v "MV-Versichertennummer" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ fhir:linkId [ fhir:v "coverage.self" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.type"^^xsd:anyURI ] ; fhir:text [ fhir:v "Selbstzahler" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "coverage.self.patient" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.payor"^^xsd:anyURI ] ; fhir:text [ fhir:v "Patient selbst" ] ; fhir:type [ fhir:v "boolean" ] ] [ fhir:linkId [ fhir:v "coverage.self.patientRelatedPerson" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.payor"^^xsd:anyURI ] ; fhir:text [ fhir:v "Andere Person" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "coverage.self.patient" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "false"^^xsd:boolean ] ] ) ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "linkIdPrefix" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "'coverage.self.relatedPerson.'" ] ] ] ) ; fhir:linkId [ fhir:v "coverage.self.relatedPerson" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.payor"^^xsd:anyURI ] ; fhir:text [ fhir:v "Andere Person" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "coverage.self.patientRelatedPerson" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "coverage.self.relatedPerson.familyName" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.name.family"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "coverage.self.relatedPerson.givenName" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.name.given"^^xsd:anyURI ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "coverage.self.relatedPerson.phone" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ] [ fhir:linkId [ fhir:v "coverage.self.relatedPerson.email" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "E-Mail" ] ; 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 "%address.line" ] ] ] ) ; fhir:linkId [ fhir:v "coverage.self.relatedPerson.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ 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 "%address.postalCode" ] ] ] ) ; fhir:linkId [ fhir:v "coverage.self.relatedPerson.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; 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 "%address.city" ] ] ] ) ; fhir:linkId [ fhir:v "coverage.self.relatedPerson.city" ] ; fhir:text [ fhir:v "Ort" ] ; 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 "%address.country" ] ] ] ) ; fhir:linkId [ fhir:v "coverage.self.relatedPerson.country" ] ; fhir:text [ fhir:v "Land" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "coverage.other" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.type"^^xsd:anyURI ] ; fhir:text [ fhir:v "Anderer Kostenträger" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "coverage.other.name" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.payor"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name des Kostenträgers" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "coverage.other.id" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.identifier"^^xsd:anyURI ] ; fhir:text [ fhir:v "Beliebige ID" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "coverage.other.id.note" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage#Coverage.identifier.type.text"^^xsd:anyURI ] ; fhir:text [ fhir:v "Bemerkung zur ID" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "sender" ] ; fhir:text [ fhir:v "Absender" ] ; fhir:type [ fhir:v "group" ] ; fhir:required [ fhir:v "true"^^xsd:boolean ] ; ( fhir:item [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "senderPractitionerRoles" ] ; fhir:language [ fhir:v "application/x-fhir-query" ] ; fhir:expression [ fhir:v "PractitionerRole?practitioner={{%user.id}}" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "senderPractitionerRole" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "%senderPractitionerRoles.entry[0].resource" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "senderOrganizations" ] ; fhir:language [ fhir:v "application/x-fhir-query" ] ; fhir:expression [ fhir:v "Organization?_id={{%senderPractitionerRole.organization.reference}}" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "senderOrganization" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "%senderOrganizations.entry[0].resource" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "address" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "%senderOrganization.address" ] ] ] ) ; fhir:linkId [ fhir:v "sender.author" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition#Composition.author"^^xsd:anyURI ] ; fhir:text [ fhir:v "Verantwortlicher" ] ; fhir:type [ fhir:v "group" ] ; fhir:required [ fhir:v "true"^^xsd:boolean ] ; ( fhir:item [ fhir:linkId [ fhir:v "sender.author.practitioner" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole.practitioner"^^xsd:anyURI ] ; fhir:text [ fhir:v "Verantwortliche Person" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "sender.author.practitioner.title" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.prefix"^^xsd:anyURI ] ; fhir:text [ fhir:v "Titel" ] ; 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 "%user.name.family" ] ] ] ) ; fhir:linkId [ fhir:v "sender.author.practitioner.familyName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.family"^^xsd:anyURI ] ; fhir:text [ fhir:v "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 "%user.name.given" ] ] ] ) ; fhir:linkId [ fhir:v "sender.author.practitioner.givenName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.given"^^xsd:anyURI ] ; fhir:text [ fhir:v "Vorname" ] ; 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 "%user.identifier.where(system='urn:oid:2.51.1.3').value" ] ] ] ) ; fhir:linkId [ fhir:v "sender.author.practitioner.gln" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.identifier:GLN.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "GLN" ] ; 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 "%user.identifier.where(system='urn:oid:2.16.756.5.30.1.123.100.2.1.1').value" ] ] ] ) ; fhir:linkId [ fhir:v "sender.author.practitioner.zsr" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.identifier:ZSR.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "ZSR" ] ; 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 "%user.telecom.where(system='phone').value" ] ] ] ) ; fhir:linkId [ fhir:v "sender.author.practitioner.phone" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Telefon" ] ; 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 "%user.telecom.where(system='email').value" ] ] ] ) ; fhir:linkId [ fhir:v "sender.author.practitioner.email" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "linkIdPrefix" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "'sender.author.organization.'" ] ] ] ) ; fhir:linkId [ fhir:v "sender.author.organization" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole.organization"^^xsd:anyURI ] ; fhir:text [ fhir:v "Verantwortliche Organisation" ] ; fhir:type [ fhir:v "group" ] ; ( 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 "%senderOrganization.name" ] ] ] ) ; fhir:linkId [ fhir:v "sender.author.organization.name" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization#Organization.name"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name der Organisation" ] ; 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 "%senderOrganization.identifier.where(system='urn:oid:2.51.1.3').value" ] ] ] ) ; fhir:linkId [ fhir:v "sender.author.organization.gln" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization#Organization.identifier:GLN"^^xsd:anyURI ] ; fhir:text [ fhir:v "GLN" ] ; 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 "%address.line" ] ] ] ) ; fhir:linkId [ fhir:v "sender.author.organization.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ 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 "%address.postalCode" ] ] ] ) ; fhir:linkId [ fhir:v "sender.author.organization.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; 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 "%address.city" ] ] ] ) ; fhir:linkId [ fhir:v "sender.author.organization.city" ] ; fhir:text [ fhir:v "Ort" ] ; 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 "%address.country" ] ] ] ) ; fhir:linkId [ fhir:v "sender.author.organization.country" ] ; fhir:text [ fhir:v "Land" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "sender.dataenterer" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition#Composition.extension:dataEnterer"^^xsd:anyURI ] ; fhir:text [ fhir:v "Erfasser" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "linkIdPrefix" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "'sender.dataenterer.practitioner.'" ] ] ] ) ; fhir:linkId [ fhir:v "sender.dataenterer.practitioner" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole.practitioner"^^xsd:anyURI ] ; fhir:text [ fhir:v "Erfassende Person" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner.title" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.prefix"^^xsd:anyURI ] ; fhir:text [ fhir:v "Titel" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner.familyName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.family"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner.givenName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.given"^^xsd:anyURI ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner.phone" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner.email" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "receiverCopy" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition#Composition.extension:copyReceiver"^^xsd:anyURI ] ; fhir:text [ fhir:v "Kopieempfänger (Kopie dieses Auftrags und aller daraus resultierenden Resultate)" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole"^^xsd:anyURI ] ; fhir:text [ fhir:v "Gesundheitsfachperson oder -organisation" ] ; fhir:type [ fhir:v "group" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:item [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "linkIdPrefix" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "'receiverCopy.practitionerRole.practitioner.'" ] ] ] ) ; fhir:linkId [ fhir:v "receiverCopy.practitionerRole.practitioner" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole.practitioner"^^xsd:anyURI ] ; fhir:text [ fhir:v "Gesundheitsfachperson" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.practitioner.title" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.prefix"^^xsd:anyURI ] ; fhir:text [ fhir:v "Titel" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.practitioner.familyName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.family"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.practitioner.givenName" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.name.given"^^xsd:anyURI ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.practitioner.phone" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.practitioner.email" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner#Practitioner.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "linkIdPrefix" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "'receiverCopy.practitionerRole.organization.'" ] ] ] ) ; fhir:linkId [ fhir:v "receiverCopy.practitionerRole.organization" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole.organization"^^xsd:anyURI ] ; fhir:text [ fhir:v "Gesundheitsorganisatiton" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.organization.name" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization#Organization.name"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name der Organisation" ] ; 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 "%address.line" ] ] ] ) ; fhir:linkId [ fhir:v "receiverCopy.practitionerRole.organization.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ 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 "%address.postalCode" ] ] ] ) ; fhir:linkId [ fhir:v "receiverCopy.practitionerRole.organization.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; 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 "%address.city" ] ] ] ) ; fhir:linkId [ fhir:v "receiverCopy.practitionerRole.organization.city" ] ; fhir:text [ fhir:v "Ort" ] ; 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 "%address.country" ] ] ] ) ; fhir:linkId [ fhir:v "receiverCopy.practitionerRole.organization.country" ] ; fhir:text [ fhir:v "Land" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.patient" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient"^^xsd:anyURI ] ; fhir:text [ fhir:v "Patient selbst" ] ; fhir:type [ fhir:v "boolean" ] ] [ fhir:linkId [ fhir:v "receiverCopy.relatedPerson" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson"^^xsd:anyURI ] ; fhir:text [ fhir:v "Andere Person" ] ; fhir:type [ fhir:v "group" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:item [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "linkIdPrefix" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "'receiverCopy.relatedPerson.'" ] ] ] ) ; fhir:linkId [ fhir:v "receiverCopy.relatedPerson.familyName" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.name.family"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiverCopy.relatedPerson.givenName" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.name.given"^^xsd:anyURI ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiverCopy.relatedPerson.phone" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ] [ fhir:linkId [ fhir:v "receiverCopy.relatedPerson.email" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "E-Mail" ] ; 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 "%address.line" ] ] ] ) ; fhir:linkId [ fhir:v "receiverCopy.relatedPerson.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ 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 "%address.postalCode" ] ] ] ) ; fhir:linkId [ fhir:v "receiverCopy.relatedPerson.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; 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 "%address.city" ] ] ] ) ; fhir:linkId [ fhir:v "receiverCopy.relatedPerson.city" ] ; fhir:text [ fhir:v "Ort" ] ; 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 "%address.country" ] ] ] ) ; fhir:linkId [ fhir:v "receiverCopy.relatedPerson.country" ] ; fhir:text [ fhir:v "Land" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "antecedentEpisodeOfCare" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition#Composition.extension:antecedentEpisodeOfCare"^^xsd:anyURI ] ; fhir:text [ fhir:v "Vorgängiger Aufenthalt in Spital / Heim" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "antecedentEpisodeOfCare.start" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-episodeofcare#EpisodeOfCare.Period.end"^^xsd:anyURI ] ; fhir:text [ fhir:v "Von" ] ; fhir:type [ fhir:v "dateTime" ] ] [ fhir:linkId [ fhir:v "antecedentEpisodeOfCare.end" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-episodeofcare#EpisodeOfCare.Period.end"^^xsd:anyURI ] ; fhir:text [ fhir:v "Bis" ] ; fhir:type [ fhir:v "dateTime" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "linkIdPrefix" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "'antecedentEpisodeOfCare.managingOrganization.'" ] ] ] ) ; fhir:linkId [ fhir:v "antecedentEpisodeOfCare.managingOrganization" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-episodeofcare#EpisodeOfCare.managingOrganization"^^xsd:anyURI ] ; fhir:text [ fhir:v "Spital /Heim" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "antecedentEpisodeOfCare.managingOrganization.name" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization#Organization.name"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name der Organisation" ] ; 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 "%address.line" ] ] ] ) ; fhir:linkId [ fhir:v "antecedentEpisodeOfCare.managingOrganization.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ 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 "%address.postalCode" ] ] ] ) ; fhir:linkId [ fhir:v "antecedentEpisodeOfCare.managingOrganization.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; 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 "%address.city" ] ] ] ) ; fhir:linkId [ fhir:v "antecedentEpisodeOfCare.managingOrganization.city" ] ; fhir:text [ fhir:v "Ort" ] ; 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 "%address.country" ] ] ] ) ; fhir:linkId [ fhir:v "antecedentEpisodeOfCare.managingOrganization.country" ] ; fhir:text [ fhir:v "Land" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "appointment" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-servicerequest#ServiceRequest.extension:locationAndTime"^^xsd:anyURI ] ; fhir:text [ fhir:v "Ort und Zeit der Durchführung der angeforderten Leistung" ] ; fhir:type [ fhir:v "group" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:item [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/variable"^^xsd:anyURI ] ; fhir:value [ a fhir:Expression ; fhir:name [ fhir:v "linkIdPrefix" ] ; fhir:language [ fhir:v "text/fhirpath" ] ; fhir:expression [ fhir:v "'appointment.location.'" ] ] ] ) ; fhir:linkId [ fhir:v "appointment.location" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-appointment#Appointment.participant.actor"^^xsd:anyURI ] ; fhir:text [ fhir:v "Ort der Durchführung" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "appointment.location.name" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-location#Location.name"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ; fhir:required [ fhir:v "true"^^xsd:boolean ] ] [ fhir:linkId [ fhir:v "appointment.location.phone" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-location#Location.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "appointment.location.email" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-location#Location.telecom.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "E-Mail" ] ; 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 "%address.line" ] ] ] ) ; fhir:linkId [ fhir:v "appointment.location.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ 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 "%address.postalCode" ] ] ] ) ; fhir:linkId [ fhir:v "appointment.location.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; 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 "%address.city" ] ] ] ) ; fhir:linkId [ fhir:v "appointment.location.city" ] ; fhir:text [ fhir:v "Ort" ] ; 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 "%address.country" ] ] ] ) ; fhir:linkId [ fhir:v "appointment.location.country" ] ; fhir:text [ fhir:v "Land" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ fhir:linkId [ fhir:v "appointment.requestedPeriod" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-appointment#Appointment.requestedPeriod"^^xsd:anyURI ] ; fhir:text [ fhir:v "Datum und Zeit, wann der Termin bevorzugt geplant werden soll" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "appointment.requestedPeriod.start" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-appointment#Appointment.requestedPeriod.start"^^xsd:anyURI ] ; fhir:text [ fhir:v "Von" ] ; fhir:type [ fhir:v "dateTime" ] ] [ fhir:linkId [ fhir:v "appointment.requestedPeriod.end" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-appointment#Appointment.requestedPeriod.end"^^xsd:anyURI ] ; fhir:text [ fhir:v "Bis" ] ; fhir:type [ fhir:v "dateTime" ] ] ) ] [ fhir:linkId [ fhir:v "appointment.status" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-appointment#Appointment.status"^^xsd:anyURI ] ; fhir:text [ fhir:v "Status" ] ; fhir:type [ fhir:v "choice" ] ; fhir:required [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org/fhir/appointmentstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "proposed" ] ; fhir:display [ fhir:v "Wunsch des Patienten (vorgeschlagen)" ] ] ; fhir:initialSelected [ fhir:v "true"^^xsd:boolean ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org/fhir/appointmentstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "pending" ] ; fhir:display [ fhir:v "Vom Patienten bestätigt, aber vom Leistungserbringer noch nicht (ausstehend)" ] ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org/fhir/appointmentstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "booked" ] ; fhir:display [ fhir:v "Vom Patienten und Leistungserbringer bestätigt (gebucht)" ] ] ] ) ] [ fhir:linkId [ fhir:v "appointment.patientInstruction" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-appointment#Appointment.patientInstruction"^^xsd:anyURI ] ; fhir:text [ fhir:v "Patienteninformation für diesen Termin" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ fhir:linkId [ fhir:v "consent" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition#Composition.extension:patientConsent"^^xsd:anyURI ] ; fhir:text [ fhir:v "Einverständniserklärung" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "patient.consent.statement" ] ; fhir:text [ fhir:v "Ist der Patient über die Anmeldung informiert und explizit einverstanden?" ] ; fhir:type [ fhir:v "choice" ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-consentstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "ExplicitAgreement" ] ; fhir:display [ fhir:v "Patient is informed and has explicitly agreed" ] ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-consentstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "Other" ] ; fhir:display [ fhir:v "Other situation such as 'implicit agreement', 'agreed by legal guardian' etc." ] ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "patient.consent.statement.note" ] ; fhir:text [ fhir:v "Anmerkung" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "note" ] ; fhir:text [ fhir:v "Bemerkungen" ] ; fhir:type [ fhir:v "group" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:item [ fhir:linkId [ fhir:v "note.text" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-servicerequest#ServiceRequest.note.text"^^xsd:anyURI ] ; fhir:text [ fhir:v "Kommentar" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) . # <http://example.com/fhir/Patient/ErikaMusterfrau> a fhir:Patient ; fhir:id [ fhir:v "ErikaMusterfrau"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b><a name=\"ErikaMusterfrau\"> </a></p><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\">Resource Patient "ErikaMusterfrau" </p></div><p><b>identifier</b>: Medical record number: 11.22.33.4567</p><p><b>name</b>: Erika Musterfrau (OFFICIAL), Ledigname (MAIDEN)</p><p><b>telecom</b>: ph: 079 979 79 79, <a href=\"mailto:erika@musterfrau.ch\">erika@musterfrau.ch</a></p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1970-03-14</p><p><b>address</b>: Musterweg 6a Zürich 8000 Schweiz </p><p><b>maritalStatus</b>: ledig <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://build.fhir.org/ig/hl7ch/ch-core//CodeSystem-ech-11-maritalstatus.html\">eCH-011 MaritalStatus</a>#1)</span></p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Guter Freund <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td><td>Max Freund </td><td>ph: 079 111 22 33, <a href=\"mailto:max@freund.ch\">max@freund.ch</a></td></tr></table><h3>Communications</h3><table class=\"grid\"><tr><td>-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td>Deutsch (Schweiz) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#de-CH)</span></td><td>true</td></tr></table></div>" ] ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.999.1.2"^^xsd:anyURI ] ; fhir:value [ fhir:v "11.22.33.4567" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Musterfrau" ; ( fhir:extension [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name"^^xsd:anyURI ] ; fhir:value [ fhir:v "officialName" ] ] ) ] ; ( fhir:given [ fhir:v "Erika" ; ( fhir:extension [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-firstname"^^xsd:anyURI ] ; fhir:value [ fhir:v "officialFirstName" ] ] ) ] ) ] [ fhir:use [ fhir:v "maiden" ] ; fhir:family [ fhir:v "Ledigname" ; ( fhir:extension [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name"^^xsd:anyURI ] ; fhir:value [ fhir:v "originalName" ] ] ) ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "079 979 79 79" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "erika@musterfrau.ch" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1970-03-14"^^xsd:date] ; # fhir:address ( [ ( fhir:line [ fhir:v "Musterweg" ] [ fhir:v "6a" ] ) ; fhir:city [ fhir:v "Zürich" ] ; fhir:postalCode [ fhir:v "8000" ] ; fhir:country [ fhir:v "Schweiz" ] ] ) ; # fhir:maritalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "ledig" ] ] ) ] ; # fhir:contact ( [ ( fhir:relationship [ fhir:text [ fhir:v "Guter Freund" ] ] ) ; fhir:name [ fhir:family [ fhir:v "Freund" ] ; ( fhir:given [ fhir:v "Max" ] ) ] ; ( fhir:telecom [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "079 111 22 33" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "max@freund.ch" ] ] ) ] ) ; # fhir:communication ( [ fhir:language [ ( fhir:coding [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "de-CH" ] ; fhir:display [ fhir:v "Deutsch (Schweiz)" ] ] ) ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] ) . # <http://example.com/fhir/QuestionnaireResponse/qr-order-referral-form> a fhir:QuestionnaireResponse ; fhir:id [ fhir:v "qr-order-referral-form"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: QuestionnaireResponse</b><a name=\"qr-order-referral-form\"> </a></p><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\">Resource QuestionnaireResponse "qr-order-referral-form" </p></div><p><b>questionnaire</b>: <a href=\"Bundle-external-diagnostics-order.html\">Order Referral Form</a></p><p><b>status</b>: completed</p><blockquote><p><b>item</b></p><p><b>linkId</b>: order</p><p><b>text</b>: Auftrag</p><blockquote><p><b>item</b></p><p><b>linkId</b>: order.placerOrderIdentifier</p><p><b>text</b>: Auftragsnummer des Auftraggebers</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: order.placerOrderIdentifierDomain</p><p><b>text</b>: Identifier Domain der Auftragsnummer des Auftraggebers</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: order.fillerOrderIdentifier</p><p><b>text</b>: Auftragsnummer des Auftragsempfängers</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: order.fillerOrderIdentifierDomain</p><p><b>text</b>: Identifier Domain der Auftragsnummer des Auftragsempfängers</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: order.precedentDocumentIdentifier</p><p><b>text</b>: Identifier des Vorgängerdokuments</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: order.notificationContactDocument</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-practitionerrole.html\">CH Core PractitionerRole</a></p><p><b>text</b>: Dringender Benachrichtigungskontakt für dieses Dokument</p><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: order.notificationContactDocumentResponse</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-practitionerrole.html\">CH Core PractitionerRole</a></p><p><b>text</b>: Dringender Benachrichtigungskontakt für die Antwort auf dieses Dokument</p><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: order.priority</p><p><b>text</b>: Auftragspriorität</p><blockquote><p><b>answer</b></p></blockquote></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: receiver</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-practitionerrole.html\">CH Core PractitionerRole</a></p><p><b>text</b>: Empfänger</p><blockquote><p><b>item</b></p><p><b>linkId</b>: receiver.practitioner</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-practitioner.html\">CH Core Practitioner</a></p><p><b>text</b>: Empfangende Person</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: receiver.organization</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-organization.html\">CH Core Organization</a></p><p><b>text</b>: Empfangende Organisation</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: patient</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p><p><b>text</b>: Patient</p><blockquote><p><b>item</b></p><p><b>linkId</b>: patient.familyName</p><p><b>text</b>: Name</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: patient.maidenName</p><p><b>text</b>: Ledigname</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: patient.givenName</p><p><b>text</b>: Vorname</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: patient.localPid</p><p><b>text</b>: Lokale Patienten-ID</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: patient.birthDate</p><p><b>text</b>: Geburtsdatum</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: patient.gender</p><p><b>text</b>: Geschlecht</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: patient.maritalStatus</p><p><b>text</b>: Zivilstand</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: patient.phone</p><p><b>text</b>: Telefon</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: patient.email</p><p><b>text</b>: E-Mail</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: patient.streetAddressLine</p><p><b>text</b>: Strasse, Hausnummer, Postfach etc.</p><blockquote><p><b>answer</b></p></blockquote><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: patient.postalCode</p><p><b>text</b>: PLZ</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: patient.city</p><p><b>text</b>: Ort</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: patient.country</p><p><b>text</b>: Land</p><blockquote><p><b>answer</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: patient.languageOfCorrespondence</p><p><b>text</b>: Korrespondenzsprache</p><blockquote><p><b>answer</b></p></blockquote></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: sender</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-practitionerrole.html\">CH Core PractitionerRole</a></p><p><b>text</b>: Absender</p><blockquote><p><b>item</b></p><p><b>linkId</b>: sender.author</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-practitioner.html\">CH Core Practitioner</a></p><p><b>text</b>: Verantwortlicher</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: sender.dataenterer</p><p><b>definition</b>: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core//StructureDefinition-ch-core-practitionerrole.html\">CH Core PractitionerRole</a></p><p><b>text</b>: Erfasser</p><blockquote><p><b>item</b></p></blockquote></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: receiverCopy</p><p><b>text</b>: Kopieempfänger (Kopie dieses Auftrags und aller daraus resultierenden Resultate)</p><blockquote><p><b>item</b></p><p><b>linkId</b>: receiverCopy.practitionerRole</p><p><b>text</b>: Gesundheitsfachperson oder -organisation</p><blockquote><p><b>item</b></p></blockquote><blockquote><p><b>item</b></p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: receiverCopy.patient</p><p><b>text</b>: Patient selbst</p><blockquote><p><b>answer</b></p></blockquote></blockquote></blockquote></div>" ] ; # fhir:questionnaire [ fhir:v "http://fhir.ch/ig/ch-orf/Questionnaire/order-referral-form"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/Questionnaire/order-referral-form> ] ; # fhir:status [ fhir:v "completed"] ; # fhir:item ( [ fhir:linkId [ fhir:v "order" ] ; fhir:text [ fhir:v "Auftrag" ] ; ( fhir:item [ fhir:linkId [ fhir:v "order.placerOrderIdentifier" ] ; fhir:text [ fhir:v "Auftragsnummer des Auftraggebers" ] ; ( fhir:answer [ fhir:value [ fhir:v "123" ] ] ) ] [ fhir:linkId [ fhir:v "order.placerOrderIdentifierDomain" ] ; fhir:text [ fhir:v "Identifier Domain der Auftragsnummer des Auftraggebers" ] ; ( fhir:answer [ fhir:value [ fhir:v "urn:oid:2.16.756.5.30" ] ] ) ] [ fhir:linkId [ fhir:v "order.fillerOrderIdentifier" ] ; fhir:text [ fhir:v "Auftragsnummer des Auftragsempfängers" ] ; ( fhir:answer [ fhir:value [ fhir:v "456" ] ] ) ] [ fhir:linkId [ fhir:v "order.fillerOrderIdentifierDomain" ] ; fhir:text [ fhir:v "Identifier Domain der Auftragsnummer des Auftragsempfängers" ] ; ( fhir:answer [ fhir:value [ fhir:v "http://example.com/identifier" ] ] ) ] [ fhir:linkId [ fhir:v "order.precedentDocumentIdentifier" ] ; fhir:text [ fhir:v "Identifier des Vorgängerdokuments" ] ; ( fhir:answer [ fhir:value [ fhir:v "1622f2fb-6ba3-4532-9aed-35b158def187" ] ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocument" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole"^^xsd:anyURI ] ; fhir:text [ fhir:v "Dringender Benachrichtigungskontakt für dieses Dokument" ] ; ( fhir:item [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner"^^xsd:anyURI ] ; fhir:text [ fhir:v "Zu benachrichtigende Person" ] ; ( fhir:item [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.title" ] ; fhir:text [ fhir:v "Titel" ] ; ( fhir:answer [ fhir:value [ fhir:v "Dr. med." ] ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.familyName" ] ; fhir:text [ fhir:v "Name" ] ; ( fhir:answer [ fhir:value [ fhir:v "Röntgen" ] ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Hans" ] ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; ( fhir:answer [ fhir:value [ fhir:v "044 412 00 99" ] ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; ( fhir:answer [ fhir:value [ fhir:v "hans.roentgen@kantonsspital.ch" ] ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole"^^xsd:anyURI ] ; fhir:text [ fhir:v "Dringender Benachrichtigungskontakt für die Antwort auf dieses Dokument" ] ; ( fhir:item [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner"^^xsd:anyURI ] ; fhir:text [ fhir:v "Zu benachrichtigende Person" ] ; ( fhir:item [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.title" ] ; fhir:text [ fhir:v "Titel" ] ; ( fhir:answer [ fhir:value [ fhir:v "Dr. med." ] ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.familyName" ] ; fhir:text [ fhir:v "Name" ] ; ( fhir:answer [ fhir:value [ fhir:v "Meier" ] ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Sabine" ] ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; ( fhir:answer [ fhir:value [ fhir:v "044 333 22 11" ] ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; ( fhir:answer [ fhir:value [ fhir:v "sabine.meier@praxisseeblick.ch" ] ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "order.priority" ] ; fhir:text [ fhir:v "Auftragspriorität" ] ; ( fhir:answer [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org/fhir/request-priority"^^xsd:anyURI ] ; fhir:code [ fhir:v "routine" ] ; fhir:display [ fhir:v "Die Anfrage hat normale Priorität." ] ] ] ) ] ) ] [ fhir:linkId [ fhir:v "receiver" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole"^^xsd:anyURI ] ; fhir:text [ fhir:v "Empfänger" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiver.practitioner" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner"^^xsd:anyURI ] ; fhir:text [ fhir:v "Empfangende Person" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiver.practitioner.title" ] ; fhir:text [ fhir:v "Titel" ] ; ( fhir:answer [ fhir:value [ fhir:v "Dr. med." ] ] ) ] [ fhir:linkId [ fhir:v "receiver.practitioner.familyName" ] ; fhir:text [ fhir:v "Name" ] ; ( fhir:answer [ fhir:value [ fhir:v "Röntgen" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.practitioner.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Hans" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.practitioner.gln" ] ; fhir:text [ fhir:v "GLN" ] ; ( fhir:answer [ fhir:value [ fhir:v "7601000201041" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.practitioner.zsr" ] ; fhir:text [ fhir:v "ZSR" ] ; ( fhir:answer [ fhir:value [ fhir:v "A123262" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.practitioner.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; ( fhir:answer [ fhir:value [ fhir:v "044 412 00 99" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.practitioner.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; ( fhir:answer [ fhir:value [ fhir:v "hans.roentgen@kantonsspital.ch" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "receiver.organization" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization"^^xsd:anyURI ] ; fhir:text [ fhir:v "Empfangende Organisation" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiver.organization.name" ] ; fhir:text [ fhir:v "Name der Organisation" ] ; ( fhir:answer [ fhir:value [ fhir:v "Kantonsspital" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.organization.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; ( fhir:answer [ fhir:value [ fhir:v "Kantonsstrasse 14" ] ] [ fhir:value [ fhir:v "Postfach 14" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.organization.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; ( fhir:answer [ fhir:value [ fhir:v "8000" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.organization.city" ] ; fhir:text [ fhir:v "Ort" ] ; ( fhir:answer [ fhir:value [ fhir:v "Zürich" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.organization.country" ] ; fhir:text [ fhir:v "Land" ] ; ( fhir:answer [ fhir:value [ fhir:v "Schweiz" ] ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "patient" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"^^xsd:anyURI ] ; fhir:text [ fhir:v "Patient" ] ; ( fhir:item [ fhir:linkId [ fhir:v "patient.familyName" ] ; fhir:text [ fhir:v "Name" ] ; ( fhir:answer [ fhir:value [ fhir:v "Musterfrau" ] ] ) ] [ fhir:linkId [ fhir:v "patient.maidenName" ] ; fhir:text [ fhir:v "Ledigname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Ledigname" ] ] ) ] [ fhir:linkId [ fhir:v "patient.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Erika" ] ] ) ] [ fhir:linkId [ fhir:v "patient.localPid" ] ; fhir:text [ fhir:v "Lokale Patienten-ID" ] ; ( fhir:answer [ fhir:value [ fhir:v "11.22.33.4567" ] ] ) ] [ fhir:linkId [ fhir:v "patient.birthDate" ] ; fhir:text [ fhir:v "Geburtsdatum" ] ; ( fhir:answer [ fhir:value [ fhir:v "1970-03-14"^^xsd:date ] ] ) ] [ fhir:linkId [ fhir:v "patient.gender" ] ; fhir:text [ fhir:v "Geschlecht" ] ; ( fhir:answer [ 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 "Weiblich" ] ] ] ) ] [ fhir:linkId [ fhir:v "patient.maritalStatus" ] ; fhir:text [ fhir:v "Zivilstand" ] ; ( fhir:answer [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "ledig" ] ] ] ) ] [ fhir:linkId [ fhir:v "patient.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; ( fhir:answer [ fhir:value [ fhir:v "079 979 79 79" ] ] ) ] [ fhir:linkId [ fhir:v "patient.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; ( fhir:answer [ fhir:value [ fhir:v "erika@musterfrau.ch" ] ] ) ] [ fhir:linkId [ fhir:v "patient.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; ( fhir:answer [ fhir:value [ fhir:v "Musterweg" ] ] [ fhir:value [ fhir:v "6a" ] ] ) ] [ fhir:linkId [ fhir:v "patient.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; ( fhir:answer [ fhir:value [ fhir:v "8000" ] ] ) ] [ fhir:linkId [ fhir:v "patient.city" ] ; fhir:text [ fhir:v "Ort" ] ; ( fhir:answer [ fhir:value [ fhir:v "Zürich" ] ] ) ] [ fhir:linkId [ fhir:v "patient.country" ] ; fhir:text [ fhir:v "Land" ] ; ( fhir:answer [ fhir:value [ fhir:v "Schweiz" ] ] ) ] [ fhir:linkId [ fhir:v "patient.languageOfCorrespondence" ] ; fhir:text [ fhir:v "Korrespondenzsprache" ] ; ( fhir:answer [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "de-CH" ] ; fhir:display [ fhir:v "Deutsch (Schweiz)" ] ] ] ) ] ) ] [ fhir:linkId [ fhir:v "sender" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole"^^xsd:anyURI ] ; fhir:text [ fhir:v "Absender" ] ; ( fhir:item [ fhir:linkId [ fhir:v "sender.author" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner"^^xsd:anyURI ] ; fhir:text [ fhir:v "Verantwortlicher" ] ; ( fhir:item [ fhir:linkId [ fhir:v "sender.author.practitioner" ] ; fhir:text [ fhir:v "Verantwortliche Person" ] ; ( fhir:item [ fhir:linkId [ fhir:v "sender.author.practitioner.title" ] ; fhir:text [ fhir:v "Titel" ] ; ( fhir:answer [ fhir:value [ fhir:v "Dr. med." ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.practitioner.familyName" ] ; fhir:text [ fhir:v "Name" ] ; ( fhir:answer [ fhir:value [ fhir:v "Meier" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.practitioner.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Sabine" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.practitioner.gln" ] ; fhir:text [ fhir:v "GLN" ] ; ( fhir:answer [ fhir:value [ fhir:v "7601000618627" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.practitioner.zsr" ] ; fhir:text [ fhir:v "ZSR" ] ; ( fhir:answer [ fhir:value [ fhir:v "A123321" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.practitioner.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; ( fhir:answer [ fhir:value [ fhir:v "044 333 22 11" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.practitioner.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; ( fhir:answer [ fhir:value [ fhir:v "sabine.meier@praxisseeblick.ch" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "sender.author.organization" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization"^^xsd:anyURI ] ; fhir:text [ fhir:v "Verantwortliche Organisation" ] ; ( fhir:item [ fhir:linkId [ fhir:v "sender.author.organization.name" ] ; fhir:text [ fhir:v "Name der Organisation" ] ; ( fhir:answer [ fhir:value [ fhir:v "Praxis Seeblick" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.organization.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; ( fhir:answer [ fhir:value [ fhir:v "Seestrasse 133" ] ] [ fhir:value [ fhir:v "Haus C" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.organization.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; ( fhir:answer [ fhir:value [ fhir:v "8000" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.organization.city" ] ; fhir:text [ fhir:v "Ort" ] ; ( fhir:answer [ fhir:value [ fhir:v "Zürich" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.organization.country" ] ; fhir:text [ fhir:v "Land" ] ; ( fhir:answer [ fhir:value [ fhir:v "Schweiz" ] ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "sender.dataenterer" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole"^^xsd:anyURI ] ; fhir:text [ fhir:v "Erfasser" ] ; ( fhir:item [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner"^^xsd:anyURI ] ; fhir:text [ fhir:v "Erfassende Person" ] ; ( fhir:item [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner.familyName" ] ; fhir:text [ fhir:v "Name" ] ; ( fhir:answer [ fhir:value [ fhir:v "Boss" ] ] ) ] [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Stabilo" ] ] ) ] [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; ( fhir:answer [ fhir:value [ fhir:v "044 333 22 12" ] ] ) ] [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; ( fhir:answer [ fhir:value [ fhir:v "stabilo.boss@praxisseeblick.ch" ] ] ) ] ) ] ) ] ) # Author: The person\/organization responsible for Form Content ] [ fhir:linkId [ fhir:v "receiverCopy" ] ; fhir:text [ fhir:v "Kopieempfänger (Kopie dieses Auftrags und aller daraus resultierenden Resultate)" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole" ] ; fhir:text [ fhir:v "Gesundheitsfachperson oder -organisation" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.practitioner" ] ; fhir:text [ fhir:v "Gesundheitsfachperson" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.practitioner.title" ] ; fhir:text [ fhir:v "Titel" ] ; ( fhir:answer [ fhir:value [ fhir:v "Dr. med." ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.practitioner.familyName" ] ; fhir:text [ fhir:v "Name" ] ; ( fhir:answer [ fhir:value [ fhir:v "Meier" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.practitioner.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Sabine" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.practitioner.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; ( fhir:answer [ fhir:value [ fhir:v "044 333 22 11" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.practitioner.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; ( fhir:answer [ fhir:value [ fhir:v "sabine.meier@praxisseeblick.ch" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.organization" ] ; fhir:text [ fhir:v "Gesundheitsorganisatiton" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.organization.name" ] ; fhir:text [ fhir:v "Name der Organisation" ] ; ( fhir:answer [ fhir:value [ fhir:v "Praxis Seeblick" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.organization.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; ( fhir:answer [ fhir:value [ fhir:v "Seestrasse 133" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.organization.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; ( fhir:answer [ fhir:value [ fhir:v "8000" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.organization.city" ] ; fhir:text [ fhir:v "Ort" ] ; ( fhir:answer [ fhir:value [ fhir:v "Zürich" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.organization.country" ] ; fhir:text [ fhir:v "Land" ] ; ( fhir:answer [ fhir:value [ fhir:v "Schweiz" ] ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.patient" ] ; fhir:text [ fhir:v "Patient selbst" ] ; ( fhir:answer [ fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ] ) ] ) . # <http://example.com/fhir/Practitioner/SabineMeier> a fhir:Practitioner ; fhir:id [ fhir:v "SabineMeier"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"SabineMeier\"> </a></p><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\">Resource Practitioner "SabineMeier" </p></div><p><b>identifier</b>: id: 7601000618627, id: A123321</p><p><b>name</b>: Sabine Meier </p><p><b>telecom</b>: ph: 044 333 22 11, <a href=\"mailto:sabine.meier@praxisseeblick.ch\">sabine.meier@praxisseeblick.ch</a></p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:2.51.1.3"^^xsd:anyURI ] ; fhir:value [ fhir:v "7601000618627" ] ] [ fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.123.100.2.1.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "A123321" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Meier" ] ; ( fhir:given [ fhir:v "Sabine" ] ) ; ( fhir:prefix [ fhir:v "Dr. med." ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "AC" ] ] ) ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "044 333 22 11" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "sabine.meier@praxisseeblick.ch" ] ] ) . # <http://example.com/fhir/PractitionerRole/HansRoentgenKantonsspital> a fhir:PractitionerRole ; fhir:id [ fhir:v "HansRoentgenKantonsspital"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"HansRoentgenKantonsspital\"> </a></p><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\">Resource PractitionerRole "HansRoentgenKantonsspital" </p></div><p><b>practitioner</b>: <a href=\"#Practitioner_HansRoentgen\">See above (Practitioner/HansRoentgen)</a></p><p><b>organization</b>: <a href=\"#Organization_Kantonsspital\">See above (Organization/Kantonsspital)</a></p></div>" ] ; # fhir:practitioner [ fhir:reference [ fhir:v "Practitioner/HansRoentgen" ] ] ; # fhir:organization [ fhir:reference [ fhir:v "Organization/Kantonsspital" ] ] . # <http://example.com/fhir/Organization/PraxisSeeblick> a fhir:Organization ; fhir:id [ fhir:v "PraxisSeeblick"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"PraxisSeeblick\"> </a></p><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\">Resource Organization "PraxisSeeblick" </p></div><p><b>name</b>: Praxis Seeblick</p><p><b>address</b>: Seestrasse 133 Haus C Zürich 8000 Schweiz </p></div>" ] ; # fhir:name [ fhir:v "Praxis Seeblick"] ; # fhir:address ( [ ( fhir:line [ fhir:v "Seestrasse 133" ] [ fhir:v "Haus C" ] ) ; fhir:city [ fhir:v "Zürich" ] ; fhir:postalCode [ fhir:v "8000" ] ; fhir:country [ fhir:v "Schweiz" ] ] ) . # <http://example.com/fhir/Practitioner/HansRoentgen> a fhir:Practitioner ; fhir:id [ fhir:v "HansRoentgen"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"HansRoentgen\"> </a></p><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\">Resource Practitioner "HansRoentgen" </p></div><p><b>identifier</b>: id: 7601000201041, id: A123262</p><p><b>name</b>: Hans Röntgen </p><p><b>telecom</b>: ph: 044 412 00 99, <a href=\"mailto:hans.roentgen@kantonsspital.ch\">hans.roentgen@kantonsspital.ch</a></p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:2.51.1.3"^^xsd:anyURI ] ; fhir:value [ fhir:v "7601000201041" ] ] [ fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.123.100.2.1.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "A123262" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Röntgen" ] ; ( fhir:given [ fhir:v "Hans" ] ) ; ( fhir:prefix [ fhir:v "Dr. med." ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "AC" ] ] ) ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "044 412 00 99" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hans.roentgen@kantonsspital.ch" ] ] ) . # <http://example.com/fhir/Organization/Kantonsspital> a fhir:Organization ; fhir:id [ fhir:v "Kantonsspital"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"Kantonsspital\"> </a></p><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\">Resource Organization "Kantonsspital" </p></div><p><b>name</b>: Kantonsspital</p><p><b>address</b>: Kantonsstrasse 14 Postfach 14 Zürich 8000 Schweiz </p></div>" ] ; # fhir:name [ fhir:v "Kantonsspital"] ; # fhir:address ( [ ( fhir:line [ fhir:v "Kantonsstrasse 14" ] [ fhir:v "Postfach 14" ] ) ; fhir:city [ fhir:v "Zürich" ] ; fhir:postalCode [ fhir:v "8000" ] ; fhir:country [ fhir:v "Schweiz" ] ] ) . # <http://example.com/fhir/Binary/pdf> a fhir:Binary ; fhir:id [ fhir:v "pdf"] ; # fhir:language [ fhir:v "de-CH"] ; # fhir:contentType [ fhir:v "application/pdf"] ; # fhir:data [ fhir:v "VEJEOiBQREYvQS0xIG9yIFBERi9BLTIsIGJhc2U2NCBlbmNvZGVk"^^xsd:base64Binary] . # TBD: PDF/A-1 or PDF/A-2, base64 encoded <http://example.com/fhir/Coverage/CoverageMusterfrau> a fhir:Coverage ; fhir:id [ fhir:v "CoverageMusterfrau"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Coverage</b><a name=\"CoverageMusterfrau\"> </a></p><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\">Resource Coverage "CoverageMusterfrau" </p></div><p><b>identifier</b>: Insurance Card Number: 80756015090002647590</p><p><b>status</b>: active</p><p><b>type</b>: According to KVG <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ch-orf-cs-coveragetype.html\">Coverage Type</a>#KVG)</span></p><p><b>beneficiary</b>: <a href=\"#Patient_ErikaMusterfrau\">See above (Patient/ErikaMusterfrau)</a></p><p><b>payor</b>: <a name=\"sanitas\"> </a></p><blockquote><p/><p><a name=\"sanitas\"> </a></p><p><b>name</b>: Sanitas</p></blockquote><hr/><blockquote><p><b>Generated Narrative: Organization #sanitas</b><a name=\"sanitas\"> </a></p><p><b>name</b>: Sanitas</p></blockquote></div>" ] ; # fhir:contained ( [ a fhir:Organization ; fhir:id [ fhir:v "sanitas" ] ; fhir:name [ fhir:v "Sanitas" ] ] ) ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coverageidentifiertype"^^xsd:anyURI ] ; fhir:code [ fhir:v "VeKa" ] ] ) ] ; fhir:value [ fhir:v "80756015090002647590" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coveragetype"^^xsd:anyURI ] ; fhir:code [ fhir:v "KVG" ] ; fhir:display [ fhir:v "According to KVG" ] ] ) ] ; # fhir:beneficiary [ fhir:reference [ fhir:v "Patient/ErikaMusterfrau" ] ] ; # fhir:payor ( [ fhir:reference [ fhir:v "#sanitas" ] ] ) . # <http://example.com/fhir/Encounter/EncounterMusterfrau> a fhir:Encounter ; fhir:id [ fhir:v "EncounterMusterfrau"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"EncounterMusterfrau\"> </a></p><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\">Resource Encounter "EncounterMusterfrau" </p></div><p><b>CH ORF Desired Accommodation</b>: halbprivat (Details: http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-21-encountertype code 2 = 'halbprivat', stated as 'halbprivat')</p><p><b>status</b>: planned</p><p><b>class</b>: emergency (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code EMER = 'emergency', stated as 'emergency')</p><p><b>subject</b>: <a href=\"#Patient_ErikaMusterfrau\">See above (Patient/ErikaMusterfrau)</a></p></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-desiredaccommodation"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-21-encountertype"^^xsd:anyURI ] ; fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "halbprivat" ] ] ] ) ; # fhir:status [ fhir:v "planned"] ; # fhir:class [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "EMER" ] ; fhir:display [ fhir:v "emergency" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/ErikaMusterfrau" ] ] . # <http://example.com/fhir/PractitionerRole/CopyReceiverSabineMeierPraxisSeeblick> a fhir:PractitionerRole ; fhir:id [ fhir:v "CopyReceiverSabineMeierPraxisSeeblick"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"CopyReceiverSabineMeierPraxisSeeblick\"> </a></p><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\">Resource PractitionerRole "CopyReceiverSabineMeierPraxisSeeblick" </p></div><p><b>practitioner</b>: <a href=\"#Practitioner_CopyReceiverSabineMeier\">See above (Practitioner/CopyReceiverSabineMeier)</a></p><p><b>organization</b>: <a href=\"#Organization_CopyReceiverPraxisSeeblick\">See above (Organization/CopyReceiverPraxisSeeblick)</a></p></div>" ] ; # fhir:practitioner [ fhir:reference [ fhir:v "Practitioner/CopyReceiverSabineMeier" ] ] ; # fhir:organization [ fhir:reference [ fhir:v "Organization/CopyReceiverPraxisSeeblick" ] ] . # <http://example.com/fhir/Practitioner/CopyReceiverSabineMeier> a fhir:Practitioner ; fhir:id [ fhir:v "CopyReceiverSabineMeier"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"CopyReceiverSabineMeier\"> </a></p><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\">Resource Practitioner "CopyReceiverSabineMeier" </p></div><p><b>name</b>: Sabine Meier </p><p><b>telecom</b>: ph: 044 333 22 11, <a href=\"mailto:sabine.meier@praxisseeblick.ch\">sabine.meier@praxisseeblick.ch</a></p></div>" ] ; # fhir:name ( [ fhir:family [ fhir:v "Meier" ] ; ( fhir:given [ fhir:v "Sabine" ] ) ; ( fhir:prefix [ fhir:v "Dr. med." ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "AC" ] ] ) ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "044 333 22 11" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "sabine.meier@praxisseeblick.ch" ] ] ) . # <http://example.com/fhir/Organization/CopyReceiverPraxisSeeblick> a fhir:Organization ; fhir:id [ fhir:v "CopyReceiverPraxisSeeblick"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"CopyReceiverPraxisSeeblick\"> </a></p><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\">Resource Organization "CopyReceiverPraxisSeeblick" </p></div><p><b>name</b>: Praxis Seeblick</p><p><b>address</b>: Seestrasse 133 Zürich 8000 Schweiz </p></div>" ] ; # fhir:name [ fhir:v "Praxis Seeblick"] ; # fhir:address ( [ ( fhir:line [ fhir:v "Seestrasse 133" ] ) ; fhir:city [ fhir:v "Zürich" ] ; fhir:postalCode [ fhir:v "8000" ] ; fhir:country [ fhir:v "Schweiz" ] ] ) . #
IG © 2020+ HL7 Switzerland. Package ch.fhir.ig.ch-orf#1.1.0 based on FHIR 4.0.1. Generated 2023-05-31
Links: Table of Contents |
QA Report
| Propose a change