CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ 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 "ch-lab-order-with-sr-and-form"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2019-04-01T20:18:41.341+00:00"^^xsd:dateTime ] ; ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-document-with-sr-and-form"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-document-with-sr-and-form> ] ) ] ; # fhir:language [ fhir:v "en"] ; # fhir:identifier [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:26d3dff7-ab05-4737-a49c-5eccd33595f8" ] ] ; # 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/ch-lab-order-composition-with-sr-and-form"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Composition/ch-lab-order-composition-with-sr-and-form> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Patient/HansGuggindieluft"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Patient/HansGuggindieluft> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Patient/FranzMuster"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Patient/FranzMuster> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Patient/BeatBorer"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Patient/BeatBorer> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Practitioner/MarcMustermann"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Practitioner/MarcMustermann> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Organization/Gruppenpraxis"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Organization/Gruppenpraxis> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/PractitionerRole/MarcMustermannGruppenpraxis"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/PractitionerRole/MarcMustermannGruppenpraxis> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Practitioner/EvaErlenmeyer"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Practitioner/EvaErlenmeyer> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Organization/LaborPipette"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Organization/LaborPipette> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/PractitionerRole/EvaErlenmeyerLaborPipette"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/PractitionerRole/EvaErlenmeyerLaborPipette> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Practitioner/PeterPresto"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Practitioner/PeterPresto> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/PractitionerRole/PeterPrestoGruppenpraxis"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/PractitionerRole/PeterPrestoGruppenpraxis> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Coverage/HealthInsuranceCard"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Coverage/HealthInsuranceCard> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Specimen/Serum"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Specimen/Serum> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/Questionnaire/LabOrder-form"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/Questionnaire/LabOrder-form> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/QuestionnaireResponse/LabOrder-qr"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/QuestionnaireResponse/LabOrder-qr> ) ] [ fhir:fullUrl [ fhir:v "http://example.com/fhir/ServiceRequest/LabOrder-potassium"^^xsd:anyURI ] ; ( fhir:resource <http://example.com/fhir/ServiceRequest/LabOrder-potassium> ) ] ) . # <http://example.com/fhir/Composition/ch-lab-order-composition-with-sr-and-form> a fhir:Composition ; fhir:id [ fhir:v "ch-lab-order-composition-with-sr-and-form"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2021-02-18T17:04:38.520+00:00"^^xsd:dateTime ] ; ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-composition-with-sr-and-form"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-composition-with-sr-and-form> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div>Laboratory Order</div></div>" ] ; # fhir:extension ( [ ( fhir:extension [ fhir:url [ fhir:v "enterer"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "PractitionerRole/MarcMustermannGruppenpraxis" ] ] ] ) ; fhir:url [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-dataenterer"^^xsd:anyURI ] ] [ 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/EvaErlenmeyerLaborPipette" ] ] ] [ 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/MarcMustermannGruppenpraxis" ] ] ] [ 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/EvaErlenmeyerLaborPipette" ] ] ] [ 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/PeterPrestoGruppenpraxis" ] ] ] [ 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/HansGuggindieluft" ] ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:type [ ( fhir:coding [ a sct:721965002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "721965002" ] ; fhir:display [ fhir:v "Laboratory order (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/HansGuggindieluft" ] ] ; # fhir:date [ fhir:v "2019-03-31T11:46:09+02:00"^^xsd:dateTime] ; # fhir:author ( [ fhir:reference [ fhir:v "PractitionerRole/MarcMustermannGruppenpraxis" ] ] ) ; # fhir:title [ fhir:v "Laborauftrag"] ; # fhir:section ( [ fhir:title [ fhir:v "Auftrag für Laboruntersuchung" ] ; 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/LabOrder-form" ] ] [ fhir:reference [ fhir:v "QuestionnaireResponse/LabOrder-qr" ] ] [ fhir:reference [ fhir:v "ServiceRequest/LabOrder-potassium" ] ] ) ] ) . # <http://example.com/fhir/Patient/HansGuggindieluft> a fhir:Patient ; fhir:id [ fhir:v "HansGuggindieluft"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>id</b>: HansGuggindieluft</p><p><b>meta</b>:</p><p><b>identifier</b>: 012/08.111111</p><p><b>name</b>: Hans Guggindieluft</p><p><b>gender</b>: MALE</p><p><b>birthDate</b>: Jan 01, 1981</p><p><b>maritalStatus</b>: unverheiratet <span style=\"background: LightGoldenRodYellow\">(Details : {$ech-11-maritalstatus code '5' = '5', given as 'unverheiratet'})</span></p><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\">(Details : {urn:ietf:bcp:47 code 'de-CH' = 'German (Region=Schweiz))</span></td><td>true</td></tr></table></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ] ; fhir:value [ a fhir:Address ; fhir:city [ fhir:v "Zürich" ] ; fhir:country [ fhir:v "Schweiz" ] ] ] [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin"^^xsd:anyURI ] ; fhir:value [ a fhir:Address ; fhir:city [ fhir:v "Breitenbach" ] ; fhir:state [ fhir:v "BL" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-religion"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation"^^xsd:anyURI ] ; fhir:code [ fhir:v "1007" ] ; fhir:display [ fhir:v "Atheism" ] ] ) ] ] ) ; # 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.16.756.5.30.999999.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "012/08.111111" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Guggindieluft" ] ; ( fhir:given [ fhir:v "Hans" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "079 979 79 79" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hans.guggindieluft@example.ch" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1981-01-01"^^xsd:date] ; # fhir:maritalStatus [ ( 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:communication ( [ fhir:language [ ( fhir:coding [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "de-CH" ] ] ) ; fhir:text [ fhir:v "Deutsch (Schweiz)" ] ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] ) . # <http://example.com/fhir/Patient/FranzMuster> a fhir:Patient ; fhir:id [ fhir:v "FranzMuster"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>id</b>: FranzMuster</p><p><b>meta</b>:</p><p><b>identifier</b>: 012/08.111111</p><p><b>name</b>: Franz Muster</p><p><b>gender</b>: MALE</p><p><b>birthDate</b>: Jan 27, 1995</p><p><b>maritalStatus</b>: in eingetragener Partnerschaft <span style=\"background: LightGoldenRodYellow\">(Details : {$ech-11-maritalstatus code '6' = '6', given as 'in eingetragener Partnerschaft'})</span></p><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\">(Details : {urn:ietf:bcp:47 code 'de-CH' = 'German (Region=Schweiz))</span></td><td>true</td></tr></table></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ] ; fhir:value [ a fhir:Address ; fhir:city [ fhir:v "Paris" ] ; fhir:country [ fhir:v "Frankreich" ] ] ] [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin"^^xsd:anyURI ] ; fhir:value [ a fhir:Address ; fhir:city [ fhir:v "Köniz" ] ; fhir:state [ fhir:v "BE" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-religion"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation"^^xsd:anyURI ] ; fhir:code [ fhir:v "1077" ] ; fhir:display [ fhir:v "Protestant" ] ] ) ] ] ) ; # 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.16.756.5.30.999999.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "012/08.111111" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Muster" ] ; ( fhir:given [ fhir:v "Franz" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+41 32 321 61 11" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "franz.muster@example.ch" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1995-01-27"^^xsd:date] ; # fhir:maritalStatus [ ( 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:communication ( [ fhir:language [ ( fhir:coding [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "de-CH" ] ] ) ; fhir:text [ fhir:v "Deutsch (Schweiz)" ] ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] ) . # <http://example.com/fhir/Patient/BeatBorer> a fhir:Patient ; fhir:id [ fhir:v "BeatBorer"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>id</b>: BeatBorer</p><p><b>meta</b>:</p><p><b>identifier</b>: 012/08.111115</p><p><b>name</b>: Beat Borer</p><p><b>gender</b>: MALE</p><p><b>birthDate</b>: Jun 06, 1986</p><p><b>maritalStatus</b>: verheiratet <span style=\"background: LightGoldenRodYellow\">(Details : {$ech-11-maritalstatus code '6' = '6', given as 'in eingetragener Partnerschaft'})</span></p><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\">(Details : {urn:ietf:bcp:47 code 'de-CH' = 'German (Region=Schweiz))</span></td><td>true</td></tr></table></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ] ; fhir:value [ a fhir:Address ; fhir:city [ fhir:v "Lausanne" ] ; fhir:country [ fhir:v "Schweiz" ] ] ] [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin"^^xsd:anyURI ] ; fhir:value [ a fhir:Address ; fhir:city [ fhir:v "Köniz" ] ; fhir:state [ fhir:v "BE" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-religion"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation"^^xsd:anyURI ] ; fhir:code [ fhir:v "1077" ] ; fhir:display [ fhir:v "Protestant" ] ] ) ] ] ) ; # 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.16.756.5.30.999999.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "012/08.111115" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Borer" ] ; ( fhir:given [ fhir:v "Beat" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+41 36 123 45 67" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "beat.borer@example.ch" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1986-06-06"^^xsd:date] ; # fhir:maritalStatus [ ( 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:communication ( [ fhir:language [ ( fhir:coding [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "de-CH" ] ] ) ; fhir:text [ fhir:v "Deutsch (Schweiz)" ] ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] ) . # <http://example.com/fhir/Practitioner/MarcMustermann> a fhir:Practitioner ; fhir:id [ fhir:v "MarcMustermann"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_MarcMustermann\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner MarcMustermann</b></p><a name=\"MarcMustermann\"> </a><a name=\"hcMarcMustermann\"> </a><a name=\"MarcMustermann-en-US\"> </a><p><b>identifier</b>: <a href=\"https://www.gs1.org/standards/id-keys/gln\" title=\"Global Location Number\">GLN</a>/7601000050700, <code>urn:oid:2.16.756.5.30.1.123.100.2.1.1</code>/A123309</p><p><b>name</b>: Marc Mustermann (Official)</p><p><b>telecom</b>: ph: 033 444 22 11(Work), <a href=\"mailto:marc.mustermann@gruppenpraxis.ch\">marc.mustermann@gruppenpraxis.ch</a></p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:2.51.1.3"^^xsd:anyURI ] ; fhir:value [ fhir:v "7601000050700" ] ] [ fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.123.100.2.1.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "A123309" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Mustermann" ] ; ( fhir:given [ fhir:v "Marc" ] ) ; ( 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 "033 444 22 11" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "marc.mustermann@gruppenpraxis.ch" ] ; fhir:use [ fhir:v "work" ] ] ) . # <http://example.com/fhir/Organization/Gruppenpraxis> a fhir:Organization ; fhir:id [ fhir:v "Gruppenpraxis"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization-epr"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization-epr> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_Gruppenpraxis\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization Gruppenpraxis</b></p><a name=\"Gruppenpraxis\"> </a><a name=\"hcGruppenpraxis\"> </a><a name=\"Gruppenpraxis-en-US\"> </a><p><b>identifier</b>: <a href=\"https://www.gs1.org/standards/id-keys/gln\" title=\"Global Location Number\">GLN</a>/7601000241115</p><p><b>name</b>: Gruppenpraxis Olten</p><p><b>telecom</b>: <a href=\"tel:+41555556677\">+41555556677</a>, <a href=\"mailto:info@gruppenpraxis.ch\">info@gruppenpraxis.ch</a>, <a href=\"http://www.gruppenpraxis.ch\">http://www.gruppenpraxis.ch</a></p><p><b>address</b>: Gerbergasse 12 Olten 4600 CH </p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:2.51.1.3"^^xsd:anyURI ] ; fhir:value [ fhir:v "7601000241115" ] ] ) ; # fhir:name [ fhir:v "Gruppenpraxis Olten"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+41555556677" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@gruppenpraxis.ch" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.gruppenpraxis.ch" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ ( fhir:line [ fhir:v "Gerbergasse 12" ] ) ; fhir:city [ fhir:v "Olten" ] ; fhir:postalCode [ fhir:v "4600" ] ; fhir:country [ fhir:v "CH" ] ] ) . # <http://example.com/fhir/PractitionerRole/MarcMustermannGruppenpraxis> a fhir:PractitionerRole ; fhir:id [ fhir:v "MarcMustermannGruppenpraxis"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_MarcMustermannGruppenpraxis\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole MarcMustermannGruppenpraxis</b></p><a name=\"MarcMustermannGruppenpraxis\"> </a><a name=\"hcMarcMustermannGruppenpraxis\"> </a><a name=\"MarcMustermannGruppenpraxis-en-US\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-MarcMustermann.html\">Practitioner Marc Mustermann (official)</a></p><p><b>organization</b>: <a href=\"Organization-Gruppenpraxis.html\">Organization Gruppenpraxis Olten</a></p></div>" ] ; # fhir:practitioner [ fhir:reference [ fhir:v "Practitioner/MarcMustermann" ] ] ; # fhir:organization [ fhir:reference [ fhir:v "Organization/Gruppenpraxis" ] ] . # <http://example.com/fhir/Practitioner/EvaErlenmeyer> a fhir:Practitioner ; fhir:id [ fhir:v "EvaErlenmeyer"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_EvaErlenmeyer\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner EvaErlenmeyer</b></p><a name=\"EvaErlenmeyer\"> </a><a name=\"hcEvaErlenmeyer\"> </a><a name=\"EvaErlenmeyer-en-US\"> </a><p><b>identifier</b>: <a href=\"https://www.gs1.org/standards/id-keys/gln\" title=\"Global Location Number\">GLN</a>/7601000050717, <code>urn:oid:2.16.756.5.30.1.123.100.2.1.1</code>/A123315</p><p><b>name</b>: Eva Erlenmeyer (Official)</p><p><b>telecom</b>: ph: 033 444 55 66(Work), <a href=\"mailto:eva.erlenmeyer@labor-pipette.ch\">eva.erlenmeyer@labor-pipette.ch</a></p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:2.51.1.3"^^xsd:anyURI ] ; fhir:value [ fhir:v "7601000050717" ] ] [ fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.123.100.2.1.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "A123315" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Erlenmeyer" ] ; ( fhir:given [ fhir:v "Eva" ] ) ; ( 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 "033 444 55 66" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "eva.erlenmeyer@labor-pipette.ch" ] ; fhir:use [ fhir:v "work" ] ] ) . # <http://example.com/fhir/Organization/LaborPipette> a fhir:Organization ; fhir:id [ fhir:v "LaborPipette"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_LaborPipette\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization LaborPipette</b></p><a name=\"LaborPipette\"> </a><a name=\"hcLaborPipette\"> </a><a name=\"LaborPipette-en-US\"> </a><p><b>identifier</b>: <a href=\"https://www.gs1.org/standards/id-keys/gln\" title=\"Global Location Number\">GLN</a>/7601000234407</p><p><b>name</b>: Labor Pipette</p><p><b>telecom</b>: <a href=\"tel:+41223345566\">+41223345566</a>, <a href=\"mailto:info@labor-pipette.ch\">info@labor-pipette.ch</a>, <a href=\"http://www.labor-pipette.ch\">http://www.labor-pipette.ch</a></p><p><b>address</b>: Laborstrasse 23 Olten 4600 CH </p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:2.51.1.3"^^xsd:anyURI ] ; fhir:value [ fhir:v "7601000234407" ] ] ) ; # fhir:name [ fhir:v "Labor Pipette"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+41223345566" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@labor-pipette.ch" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.labor-pipette.ch" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ ( fhir:line [ fhir:v "Laborstrasse 23" ] ) ; fhir:city [ fhir:v "Olten" ] ; fhir:postalCode [ fhir:v "4600" ] ; fhir:country [ fhir:v "CH" ] ] ) . # <http://example.com/fhir/PractitionerRole/EvaErlenmeyerLaborPipette> a fhir:PractitionerRole ; fhir:id [ fhir:v "EvaErlenmeyerLaborPipette"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_EvaErlenmeyerLaborPipette\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole EvaErlenmeyerLaborPipette</b></p><a name=\"EvaErlenmeyerLaborPipette\"> </a><a name=\"hcEvaErlenmeyerLaborPipette\"> </a><a name=\"EvaErlenmeyerLaborPipette-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.756.5.30.1.123.100.2.1.1</code>/A123444</p><p><b>practitioner</b>: <a href=\"Practitioner-EvaErlenmeyer.html\">Practitioner Eva Erlenmeyer (official)</a></p><p><b>organization</b>: <a href=\"Organization-LaborPipette.html\">Organization Labor Pipette</a></p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.123.100.2.1.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "A123444" ] ] ) ; # fhir:practitioner [ fhir:reference [ fhir:v "Practitioner/EvaErlenmeyer" ] ] ; # fhir:organization [ fhir:reference [ fhir:v "Organization/LaborPipette" ] ] . # <http://example.com/fhir/Practitioner/PeterPresto> a fhir:Practitioner ; fhir:id [ fhir:v "PeterPresto"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner-epr"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner-epr> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_PeterPresto\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner PeterPresto</b></p><a name=\"PeterPresto\"> </a><a name=\"hcPeterPresto\"> </a><a name=\"PeterPresto-en-US\"> </a><p><b>identifier</b>: <a href=\"https://www.gs1.org/standards/id-keys/gln\" title=\"Global Location Number\">GLN</a>/7601022050702, <code>urn:oid:2.16.756.5.30.1.123.100.2.1.1</code>/A123303</p><p><b>name</b>: Peter Presto (Official)</p><p><b>telecom</b>: ph: 032 333 22 33(Work), <a href=\"mailto:peter.presto@arztpraxis.ch\">peter.presto@arztpraxis.ch</a></p></div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:2.51.1.3"^^xsd:anyURI ] ; fhir:value [ fhir:v "7601022050702" ] ] [ fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.123.100.2.1.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "A123303" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Presto" ] ; ( fhir:given [ fhir:v "Peter" ] ) ; ( 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 "032 333 22 33" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "peter.presto@arztpraxis.ch" ] ; fhir:use [ fhir:v "work" ] ] ) . # <http://example.com/fhir/PractitionerRole/PeterPrestoGruppenpraxis> a fhir:PractitionerRole ; fhir:id [ fhir:v "PeterPrestoGruppenpraxis"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_PeterPrestoGruppenpraxis\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole PeterPrestoGruppenpraxis</b></p><a name=\"PeterPrestoGruppenpraxis\"> </a><a name=\"hcPeterPrestoGruppenpraxis\"> </a><a name=\"PeterPrestoGruppenpraxis-en-US\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-PeterPresto.html\">Practitioner Peter Presto (official)</a></p><p><b>organization</b>: <a href=\"Organization-Gruppenpraxis.html\">Organization Gruppenpraxis Olten</a></p></div>" ] ; # fhir:practitioner [ fhir:reference [ fhir:v "Practitioner/PeterPresto" ] ] ; # fhir:organization [ fhir:reference [ fhir:v "Organization/Gruppenpraxis" ] ] . # <http://example.com/fhir/Coverage/HealthInsuranceCard> a fhir:Coverage ; fhir:id [ fhir:v "HealthInsuranceCard"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Coverage_HealthInsuranceCard\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Coverage HealthInsuranceCard</b></p><a name=\"HealthInsuranceCard\"> </a><a name=\"hcHealthInsuranceCard\"> </a><a name=\"HealthInsuranceCard-en-US\"> </a><p><b>identifier</b>: Insurance Card Number/A123456780</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coveragetype KVG}\">According to KVG</span></p><p><b>subscriber</b>: <a href=\"Patient-FranzMuster.html\">Franz Muster Male, DoB: 1995-01-27 ( Medical record number)</a></p><p><b>beneficiary</b>: <a href=\"Patient-FranzMuster.html\">Franz Muster Male, DoB: 1995-01-27 ( Medical record number)</a></p><p><b>period</b>: ?? --> 2024-12-31</p><p><b>payor</b>: Identifier: <code>http://ehic.com/insurer</code>/123456789</p></div>" ] ; # 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:system [ fhir:v "http://ehic.com/insurer/123456789/member"^^xsd:anyURI ] ; fhir:value [ fhir:v "A123456780" ] ] ) ; # 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:subscriber [ fhir:reference [ fhir:v "Patient/FranzMuster" ] ] ; # fhir:beneficiary [ fhir:reference [ fhir:v "Patient/FranzMuster" ] ] ; # fhir:period [ fhir:end [ fhir:v "2024-12-31"^^xsd:date ] ] ; # fhir:payor ( [ fhir:identifier [ fhir:system [ fhir:v "http://ehic.com/insurer"^^xsd:anyURI ] ; fhir:value [ fhir:v "123456789" ] ] ] ) . # <http://example.com/fhir/Specimen/Serum> a fhir:Specimen ; fhir:id [ fhir:v "Serum"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Specimen_Serum\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Specimen Serum</b></p><a name=\"Serum\"> </a><a name=\"hcSerum\"> </a><a name=\"Serum-en-US\"> </a><p><b>identifier</b>: 48736-12345-75465</p><p><b>accessionIdentifier</b>: 4e88a-12345-dd888</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119364003}\">Serum specimen (specimen)</span></p><p><b>subject</b>: <a href=\"Patient-BeatBorer.html\">Beat Borer Male, DoB: 1986-06-06 ( Medical record number)</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td><td><b>BodySite</b></td><td><b>FastingStatus[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-MarcMustermann.html\">Practitioner Marc Mustermann (official)</a></td><td>2015-08-16 06:40:17+0000</td><td><span title=\"Codes:{http://snomed.info/sct 49852007}\">Structure of median cubital vein (body structure)</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0916 F}\">Patient was fasting prior to the procedure.</span></td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 706053007}\">General specimen container (physical object)</span></td></tr></table></div>" ] ; # fhir:identifier ( [ fhir:value [ fhir:v "48736-12345-75465" ] ] ) ; # fhir:accessionIdentifier [ fhir:value [ fhir:v "4e88a-12345-dd888" ] ] ; # fhir:status [ fhir:v "available"] ; # fhir:type [ ( fhir:coding [ a sct:119364003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "119364003" ] ; fhir:display [ fhir:v "Serum specimen (specimen)" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/BeatBorer" ] ] ; # fhir:collection [ fhir:collector [ fhir:reference [ fhir:v "Practitioner/MarcMustermann" ] ] ; fhir:collected [ fhir:v "2015-08-16T06:40:17Z"^^xsd:dateTime ] ; fhir:bodySite [ ( fhir:coding [ a sct:49852007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "49852007" ] ; fhir:display [ fhir:v "Structure of median cubital vein (body structure)" ] ] ) ] ; fhir:fastingStatus [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0916"^^xsd:anyURI ] ; fhir:code [ fhir:v "F" ] ; fhir:display [ fhir:v "Patient was fasting prior to the procedure." ] ] ) ] ] ; # fhir:container ( [ fhir:type [ ( fhir:coding [ a sct:706053007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "706053007" ] ; fhir:display [ fhir:v "General specimen container (physical object)" ] ] ) ] ] ) . # <http://example.com/fhir/Questionnaire/LabOrder-form> a fhir:Questionnaire ; fhir:id [ fhir:v "LabOrder-form"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2022-10-21T20:17:53.340+00:00"^^xsd:dateTime ] ; ( 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 "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Questionnaire_LabOrder-form\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Questionnaire LabOrder-form</b></p><a name=\"LabOrder-form\"> </a><a name=\"hcLabOrder-form\"> </a><a name=\"LabOrder-form-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2022-10-21 20:17:53+0000</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://fhir.ch/ig/ch-orf/2.0.1/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></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-sourceStructureMap"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://fhir.ch/ig/ch-orf/StructureMap/OrfPrepopBundleToQr"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/StructureMap/OrfPrepopBundleToQr> ] ] [ ( 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-launchContext"^^xsd:anyURI ] ] ) ; # fhir:url [ fhir:v "http://fhir.ch/ig/ch-lab-order/Questionnaire/LabOrder-form"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0-assembled"] ; # fhir:name [ fhir:v "LabOrderFormCaseStudies"] ; # fhir:title [ fhir:v "Questionnaire Lab Order Case Studies"] ; # fhir:status [ fhir:v "active"] ; # fhir:subjectType ( [ fhir:v "Patient"] ) ; # fhir:date [ fhir:v "2022-10-10"^^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:name [ fhir:v "Marcel Hanselmann" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "laborprojektgruppe@gmail.com" ] ; fhir:use [ fhir:v "work" ] ] ) ] ) ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "CH" ] ] ) ] ) ; # fhir:copyright [ fhir:v "CC0-1.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: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:text [ fhir:v "Identifier Domain der Auftragsnummer des Auftraggebers" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.fillerOrderIdentifier" ] ; 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: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:text [ fhir:v "Identifier des Vorgängerdokuments" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocument" ] ; fhir:text [ fhir:v "Dringender Benachrichtigungskontakt für dieses Dokument" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner" ] ; fhir:text [ fhir:v "Zu benachrichtigende Person" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.title" ] ; fhir:text [ fhir:v "Titel" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.familyName" ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse" ] ; fhir:text [ fhir:v "Dringender Benachrichtigungskontakt für die Antwort auf dieses Dokument" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner" ] ; fhir:text [ fhir:v "Zu benachrichtigende Person" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.title" ] ; fhir:text [ fhir:v "Titel" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.familyName" ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "order.priority" ] ; 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 "Routine" ] ] ; 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 "Urgent" ] ] ] [ 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 "ASAP" ] ] ] [ 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 "STAT" ] ] ] ) ] ) ] [ fhir:linkId [ fhir:v "receiver" ] ; fhir:text [ fhir:v "Empfänger" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiver.practitioner" ] ; fhir:text [ fhir:v "Empfangende Person" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiver.practitioner.title" ] ; fhir:text [ fhir:v "Titel" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiver.practitioner.familyName" ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiver.practitioner.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiver.practitioner.gln" ] ; fhir:text [ fhir:v "GLN" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiver.practitioner.zsr" ] ; fhir:text [ fhir:v "ZSR" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiver.practitioner.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiver.practitioner.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.organization" ] ; fhir:text [ fhir:v "Empfangende Organisation" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiver.organization.name" ] ; fhir:text [ fhir:v "Name der Organisation" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receciver.organization.gln" ] ; fhir:definition [ fhir:v "GLNIdentifier"^^xsd:anyURI ] ; fhir:text [ fhir:v "GLN" ] ; fhir:type [ fhir:v "string" ] ] [ 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:linkId [ fhir:v "receiver.organization.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiver.organization.city" ] ; fhir:text [ fhir:v "Ort" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiver.organization.country" ] ; fhir:text [ fhir:v "Land" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "patient" ] ; fhir:text [ fhir:v "Patient" ] ; fhir:type [ fhir:v "group" ] ; fhir:required [ fhir:v "true"^^xsd:boolean ] ; ( fhir:item [ fhir:linkId [ fhir:v "patient.familyName" ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "patient.maidenName" ] ; fhir:text [ fhir:v "Ledigname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "patient.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "patient.localPid" ] ; fhir:text [ fhir:v "Lokale Patienten-ID" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "patient.birthDate" ] ; fhir:text [ fhir:v "Geburtsdatum" ] ; fhir:type [ fhir:v "date" ] ] [ fhir:linkId [ fhir:v "patient.gender" ] ; 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 "Male" ] ] ; 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 "Female" ] ] ] [ fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ; fhir:code [ fhir:v "other" ] ; fhir:display [ fhir:v "Other" ] ] ] ) ] [ fhir: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:linkId [ fhir:v "patient.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "patient.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] [ 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:linkId [ fhir:v "patient.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "patient.city" ] ; fhir:text [ fhir:v "Ort" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "patient.country" ] ; fhir:text [ fhir:v "Land" ] ; fhir:type [ fhir:v "string" ] ] [ 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: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: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: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: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: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 "sender" ] ; fhir:text [ fhir:v "Absender" ] ; fhir:type [ fhir:v "group" ] ; fhir:required [ fhir:v "true"^^xsd:boolean ] ; ( fhir:item [ fhir:linkId [ fhir:v "sender.author" ] ; 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:text [ fhir:v "Verantwortliche Person" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "sender.author.practitioner.title" ] ; fhir:text [ fhir:v "Titel" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "sender.author.practitioner.familyName" ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "sender.author.practitioner.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "sender.author.practitioner.gln" ] ; fhir:text [ fhir:v "GLN" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "sender.author.practitioner.zsr" ] ; fhir:text [ fhir:v "ZSR" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "sender.author.practitioner.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "sender.author.practitioner.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.organization" ] ; fhir:text [ fhir:v "Verantwortliche Organisation" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "sender.author.organization.name" ] ; fhir:text [ fhir:v "Name der Organisation" ] ; fhir:type [ fhir:v "string" ] ] [ 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:linkId [ fhir:v "sender.author.organization.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "sender.author.organization.city" ] ; fhir:text [ fhir:v "Ort" ] ; fhir:type [ fhir:v "string" ] ] [ 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:text [ fhir:v "Erfasser" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner" ] ; fhir:text [ fhir:v "Erfassende Person" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner.familyName" ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "receiverCopies" ] ; fhir:text [ fhir:v "Kopieempfänger" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiverCopy" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole"^^xsd:anyURI ] ; fhir:text [ fhir:v "Kopieempfangende Organisation oder Person" ] ; fhir:type [ fhir:v "group" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiverCopy.organization.name" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole.practitioner"^^xsd:anyURI ] ; fhir:text [ fhir:v "Name der Organisation" ] ; fhir:type [ fhir:v "string" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.practitioner.title" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-humanname#HumanName.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-humanname#HumanName.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-humanname#HumanName.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://hl7.org/fhir/StructureDefinition/ContactPoint#ContactPoint.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://hl7.org/fhir/StructureDefinition/ContactPoint#ContactPoint.value"^^xsd:anyURI ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.title" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole#PractitionerRole.organization"^^xsd:anyURI ] ; fhir:text [ fhir:v "Titel" ] ; fhir:type [ fhir:v "string" ] ; ( 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:linkId [ fhir:v "receiverCopy.practitionerRole.organization.streetAddressLine" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-address#Address.line"^^xsd:anyURI ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ] [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.organization.postalCode" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-address#Address.postalCode"^^xsd:anyURI ] ; fhir:text [ fhir:v "PLZ" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.organization.city" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-address#Address.city"^^xsd:anyURI ] ; fhir:text [ fhir:v "Ort" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiverCopy.practitionerRole.organization.country" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-address#Address.country"^^xsd:anyURI ] ; fhir:text [ fhir:v "Land" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.familyName" ] ; fhir:text [ fhir:v "Name" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiverCopy.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiverCopy.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiverCopy.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiverCopy.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ] [ fhir:linkId [ fhir:v "receiverCopy.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiverCopy.city" ] ; fhir:text [ fhir:v "Ort" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiverCopy.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: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 "Vorame" ] ; 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:linkId [ fhir:v "receiverCopy.relatedPerson.streetAddressLine" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.address.line"^^xsd:anyURI ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ] [ fhir:linkId [ fhir:v "receiverCopy.relatedPerson.postalCode" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.address.postalCode"^^xsd:anyURI ] ; fhir:text [ fhir:v "PLZ" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiverCopy.relatedPerson.city" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.address.city"^^xsd:anyURI ] ; fhir:text [ fhir:v "Ort" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "receiverCopy.relatedPerson.country" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson#RelatedPerson.address.country"^^xsd:anyURI ] ; fhir:text [ fhir:v "Land" ] ; fhir:type [ fhir:v "string" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "consent" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-servicerequest#ServiceRequest.supportingInfo"^^xsd:anyURI ] ; fhir:text [ fhir:v "Einverständniserklärung" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "consent.treatment" ] ; fhir:text [ fhir:v "Einverständnis des Patienten zur Behandlung" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "consent.patientPrivacy" ] ; fhir:text [ fhir:v "Einverständnis des Patienten zum Datenschutz" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "consent.research" ] ; fhir:text [ fhir:v "Einverständnis des Patienten zur Forschung" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "consent.advancedCareDirective" ] ; fhir:text [ fhir:v "Patientenverfügung" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ fhir:linkId [ fhir:v "coverage" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-servicerequest#ServiceRequest.insurance"^^xsd:anyURI ] ; fhir:text [ fhir:v "Kostenträger" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "coverage.uvg" ] ; fhir:text [ fhir:v "Unfallversicherung (nach UVG)" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "coverage.kvg" ] ; fhir:text [ fhir:v "Grundversicherung (nach KVG)" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "coverage.vvg" ] ; fhir:text [ fhir:v "Zusatzversicherung (nach VVG)" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "coverage.vvgOther" ] ; fhir:text [ fhir:v "Andere (nach VVG)" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ fhir:linkId [ fhir:v "previousResult" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-servicerequest#ServiceRequest.supportingInfo"^^xsd:anyURI ] ; fhir:text [ fhir:v "Vorheriges Untersuchungsresultat" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "previousResult.result" ] ; fhir:text [ fhir:v "Untersuchungsresultat" ] ; fhir:type [ fhir:v "string" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ] ) ] [ fhir:linkId [ fhir:v "casestudy" ] ; fhir:text [ fhir:v "Case Studies" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "1-tvt" ] ; fhir:text [ fhir:v "Tiefe Venenthrombose Questionnaire" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "1-tvt.labServices" ] ; fhir:text [ fhir:v "Case Study tiefe Venenthrombose" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "1-tvt" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "hematology-1" ] ; fhir:text [ fhir:v "Hematology" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "hemato-subset" ] ; fhir:text [ fhir:v "Hämatologie Subset" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:24360-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "24360-0" ] ; fhir:display [ fhir:v "Hemoglobin and Hematocrit panel - Blood" ] ] ] [ fhir:value [ a fhir:Coding, loinc:43113-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "43113-0" ] ; fhir:display [ fhir:v "Hemoglobin electrophoresis panel in Blood" ] ] ] [ fhir:value [ a fhir:Coding, loinc:57021-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "57021-8" ] ; fhir:display [ fhir:v "CBC W Auto Differential panel - Blood" ] ] ] [ fhir:value [ a fhir:Coding, loinc:58410-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "58410-2" ] ; fhir:display [ fhir:v "CBC panel - Blood by Automated count" ] ] ] [ fhir:value [ a fhir:Coding, loinc:57021-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "57021-8" ] ; fhir:display [ fhir:v "CBC W Auto Differential panel - Blood" ] ] ] ) ] ) ] [ fhir:linkId [ fhir:v "coagulation" ] ; fhir:text [ fhir:v "Coagulation" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "d-dimer" ] ; fhir:text [ fhir:v "D-Dimer" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:55398-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "55398-2" ] ; fhir:display [ fhir:v "Short Fibrin D-dimer FEU and DDU panel - Platelet poor plasma" ] ] ] ) ] ) ] [ fhir:linkId [ fhir:v "clinical-chemistry-1" ] ; fhir:text [ fhir:v "Clinical Chemistry" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "crp-1" ] ; fhir:text [ fhir:v "CRP" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:1988-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "1988-5" ] ; fhir:display [ fhir:v "C reactive protein [Mass/Volume] in Serum or Plasma" ] ] ; fhir:initialSelected [ fhir:v "true"^^xsd:boolean ] ] [ fhir:value [ a fhir:Coding, loinc:76485-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "76485-2" ] ; fhir:display [ fhir:v "C reactive protein [Moles/volume] in Serum or Plasma" ] ] ] [ fhir:value [ a fhir:Coding, loinc:30522-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "30522-7" ] ; fhir:display [ fhir:v "C reactive protein [Mass/volume] in Serum or Plasma by High sensitivity method" ] ] ] [ fhir:value [ a fhir:Coding, loinc:76486-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "76486-0" ] ; fhir:display [ fhir:v "C reactive protein [Moles/volume] in Serum or Plasma by High sensitivity method" ] ] ] ) ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "2-pertussis" ] ; fhir:text [ fhir:v "Abklärung Husten Questionnaire" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "2-pertussis.labServices" ] ; fhir:text [ fhir:v "Case Study Husten" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "2-pertussis" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "microbiology-2" ] ; fhir:text [ fhir:v "Mikrobiologie" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "per" ] ; fhir:text [ fhir:v "Pertussis and Parapertussis DNA" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:90441-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "90441-7" ] ; fhir:display [ fhir:v "B pert+parapert DNA Pnl Nph" ] ] ] ) ] ) ] [ fhir:linkId [ fhir:v "hematology-2" ] ; fhir:text [ fhir:v "Hämatologie" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "Blood-diff" ] ; fhir:text [ fhir:v "Manual Differential panel - Blood" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:24318-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "24318-8" ] ; fhir:display [ fhir:v "Manual diff Bld" ] ] ] ) ] ) ] [ fhir:linkId [ fhir:v "clinical-chemistry-2" ] ; fhir:text [ fhir:v "Klinische Chemie" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "crp-2" ] ; fhir:text [ fhir:v "C-reactive Protein" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:1988-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "1988-5" ] ; fhir:display [ fhir:v "C reactive protein [Mass/volume] in Serum or Plasma" ] ] ] ) ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "3-gyn" ] ; fhir:text [ fhir:v "Gynäkologische Vorsorge Questionnaire" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "3-gyn.labServices" ] ; fhir:text [ fhir:v "Case Study Gynäkologische Vorsorge" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "3-gyn" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "cytology" ] ; fhir:text [ fhir:v "Cytology and Microbiology" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "cervicalSmear" ] ; fhir:text [ fhir:v "Cervical Smear" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:86662-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "86662-4" ] ; fhir:display [ fhir:v "Pap smear tests - FPAR 2.0 set" ] ] ] [ fhir:value [ a fhir:Coding, loinc:14503-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "14503-7" ] ; fhir:display [ fhir:v "Human papilloma virus 16+18 Ag [Presence] in Cervix" ] ] ] ) ] ) ] [ fhir:linkId [ fhir:v "urin" ] ; fhir:text [ fhir:v "Urin" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "combur9" ] ; fhir:text [ fhir:v "Combur-9" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:50556-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "50556-0" ] ; fhir:display [ fhir:v "Urinalysis dipstick panel - Urine by Automated test strip" ] ] ] ) ] ) ] [ fhir:linkId [ fhir:v "obstetricalPanels" ] ; fhir:text [ fhir:v "Schwangerschaftsvorsorge" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "obstetric" ] ; fhir:text [ fhir:v "Obstetric 1996 panel – Serum and Blood" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:24364-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "24364-2" ] ; fhir:display [ fhir:v "Obstetric 1996 Pnl Ser+Bld" ] ] ] ) ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "4-sepis" ] ; fhir:text [ fhir:v "Abklärung Sepsis Questionnaire" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "4-sepis.labServices" ] ; fhir:text [ fhir:v "Case Study Sepis" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "4-sepis" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "hematology-4" ] ; fhir:text [ fhir:v "Hematology" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "lab-4" ] ; fhir:text [ fhir:v "Laborwerte" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:24360-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "24360-0" ] ; fhir:display [ fhir:v "Hemoglobin and Hematocrit panel - Blood" ] ] ] [ fhir:value [ a fhir:Coding, loinc:43113-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "43113-0" ] ; fhir:display [ fhir:v "Hemoglobin electrophoresis panel in Blood" ] ] ] [ fhir:value [ a fhir:Coding, loinc:57021-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "57021-8" ] ; fhir:display [ fhir:v "CBC W Auto Differential panel - Blood" ] ] ] [ fhir:value [ a fhir:Coding, loinc:58410-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "58410-2" ] ; fhir:display [ fhir:v "CBC panel - Blood by Automated count" ] ] ] [ fhir:value [ a fhir:Coding, loinc:57021-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "57021-8" ] ; fhir:display [ fhir:v "CBC W Auto Differential panel - Blood" ] ] ] ) ] ) ] [ fhir:linkId [ fhir:v "microbiology-4" ] ; fhir:text [ fhir:v "Mikrobiologie" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "culture" ] ; fhir:text [ fhir:v "Blood by Culture" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:90423-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "90423-5" ] ; fhir:display [ fhir:v "Microorganism preliminary growth detection panel - Blood by Culture" ] ] ] ) ] [ fhir:linkId [ fhir:v "id-susc" ] ; fhir:text [ fhir:v "Bacterial Identification and Susceptibility" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:85421-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "85421-6" ] ; fhir:display [ fhir:v "Bacterial identification and susceptibility panel - Isolate" ] ] ] ) ] ) ] [ fhir:linkId [ fhir:v "clinical-chemistry-4" ] ; fhir:text [ fhir:v "Klinische Chemie" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "crp-4" ] ; fhir:text [ fhir:v "CRP" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:1988-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "1988-5" ] ; fhir:display [ fhir:v "C reactive protein [Mass/Volume] in Serum or Plasma" ] ] ; fhir:initialSelected [ fhir:v "true"^^xsd:boolean ] ] [ fhir:value [ a fhir:Coding, loinc:76485-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "76485-2" ] ; fhir:display [ fhir:v "C reactive protein [Moles/volume] in Serum or Plasma" ] ] ] [ fhir:value [ a fhir:Coding, loinc:30522-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "30522-7" ] ; fhir:display [ fhir:v "C reactive protein [Mass/volume] in Serum or Plasma by High sensitivity method" ] ] ] [ fhir:value [ a fhir:Coding, loinc:76486-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "76486-0" ] ; fhir:display [ fhir:v "C reactive protein [Moles/volume] in Serum or Plasma by High sensitivity method" ] ] ] ) ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "5-biol-monit" ] ; fhir:text [ fhir:v "Biologisches Monitoring Questionnaire" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "5-biol-monit.labServices" ] ; fhir:text [ fhir:v "Case Study biologisches Monitoring" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "5-biol-monit" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "hematology-5" ] ; fhir:text [ fhir:v "Hematology" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "lab-5" ] ; fhir:text [ fhir:v "Laborwerte" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:24360-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "24360-0" ] ; fhir:display [ fhir:v "Hemoglobin and Hematocrit panel - Blood" ] ] ] [ fhir:value [ a fhir:Coding, loinc:43113-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "43113-0" ] ; fhir:display [ fhir:v "Hemoglobin electrophoresis panel in Blood" ] ] ] [ fhir:value [ a fhir:Coding, loinc:57021-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "57021-8" ] ; fhir:display [ fhir:v "CBC W Auto Differential panel - Blood" ] ] ] [ fhir:value [ a fhir:Coding, loinc:58410-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "58410-2" ] ; fhir:display [ fhir:v "CBC panel - Blood by Automated count" ] ] ] [ fhir:value [ a fhir:Coding, loinc:57021-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "57021-8" ] ; fhir:display [ fhir:v "CBC W Auto Differential panel - Blood" ] ] ] ) ] ) ] [ fhir:linkId [ fhir:v "toxicology" ] ; fhir:text [ fhir:v "Toxicology" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "tox" ] ; fhir:text [ fhir:v "Toxic Content" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:29587-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "29587-3" ] ; fhir:display [ fhir:v "Toxicology panel - Blood" ] ] ] [ fhir:value [ a fhir:Coding, loinc:54454-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "54454-4" ] ; fhir:display [ fhir:v "Arsenic fractions panel - Urine" ] ] ] [ fhir:value [ a fhir:Coding, loinc:29589-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "29589-9" ] ; fhir:display [ fhir:v "Heavy metals panel - Urine" ] ] ] ) ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "6-histopath" ] ; fhir:text [ fhir:v "Pathologische Untersuchung einer Gewebsprobe Questionnaire" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "6-histopath.labServices" ] ; fhir:text [ fhir:v "Case Study Pathologische Untersuchung einer Gewebsprobe" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "6-histopath" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "labSpecialties" ] ; fhir:text [ fhir:v "Labor Sparten" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "labSpecialties.pathology" ] ; fhir:definition [ fhir:v "27898-6"^^xsd:anyURI ] ; fhir:text [ fhir:v "Pathology" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "labSpecialties.pathology.panels" ] ; fhir:text [ fhir:v "Pathology Panels" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "labSpecialties.pathology" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "labSpecialties.pathology.panels.Autopsy" ] ; fhir:definition [ fhir:v "18743-5"^^xsd:anyURI ] ; fhir:text [ fhir:v "Autopsy report" ] ; fhir:type [ fhir:v "boolean" ] ] [ fhir:linkId [ fhir:v "labSpecialties.pathology.panels.PathologyStudy" ] ; fhir:definition [ fhir:v "11526-1"^^xsd:anyURI ] ; fhir:text [ fhir:v "Pathology Study" ] ; fhir:type [ fhir:v "boolean" ] ] [ fhir:linkId [ fhir:v "labSpecialties.pathology.panels.SurgicalPathologyStudy" ] ; fhir:definition [ fhir:v "11529-5"^^xsd:anyURI ] ; fhir:text [ fhir:v "Surgical pathology study" ] ; fhir:type [ fhir:v "boolean" ] ] ) ] ) ] ) ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "lab-compendiums" ] ; fhir:text [ fhir:v "Labor Compendien" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-lab-order/Composition/Gantenbein-Catalog-Header"^^xsd:anyURI ] ; fhir:text [ fhir:v "Gantenbein Compendium" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.labServices" ] ; fhir:text [ fhir:v "Analysen Labor Gantenbein" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "receiver.organization.name" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "Gantenbein" ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.labServices.Potassium" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-lab-order/PlanDefinition/potassium-serum"^^xsd:anyURI ] ; fhir:text [ fhir:v "Kalium" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.labServices.Potassium.specimenDefinition" ] ; fhir:text [ fhir:v "Analysen Labor Gantenbein Kalium" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "lab-compendium.Gantenbein.labServices.Potassium" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.Potassium.specimenDefinitions" ] ; fhir:text [ fhir:v "Set of possible Specimens in Lab Catalog Gantenbein" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "false"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, sct:122554006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "122554006" ] ; fhir:display [ fhir:v "Capillary blood specimen (specimen)" ] ] ] [ fhir:value [ a fhir:Coding, sct:122555007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "122555007" ] ; fhir:display [ fhir:v "Venous blood specimen (specimen)" ] ] ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.labServices.Sodium" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-lab-order/PlanDefinition/sodium-serum"^^xsd:anyURI ] ; ( fhir:code [ a loinc:2951-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "2951-2" ] ; fhir:display [ fhir:v "Sodium [Moles/volume] in Serum or Plasma" ] ] ) ; fhir:text [ fhir:v "Natrium" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.labServices.Sodium.specimenDefinition" ] ; fhir:text [ fhir:v "Analysen Labor Gantenbein Natrium" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "lab-compendium.Gantenbein.labServices.Sodium" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.Sodium.specimenDefinitions" ] ; fhir:text [ fhir:v "Set of possible Specimens in Lab Catalog Gantenbein" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "false"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, sct:122554006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "122554006" ] ; fhir:display [ fhir:v "Capillary blood specimen (specimen)" ] ] ] [ fhir:value [ a fhir:Coding, sct:122555007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "122555007" ] ; fhir:display [ fhir:v "Venous blood specimen (specimen)" ] ] ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.labServices.Chloride" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-lab-order/ActivityDefinition/procedure-chloride-serum"^^xsd:anyURI ] ; ( fhir:code [ a loinc:2075-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "2075-0" ] ; fhir:display [ fhir:v "Chloride [Moles/volume] in Serum or Plasma" ] ] ) ; fhir:text [ fhir:v "Chlorid" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.labServices.Chloride.specimenDefinition" ] ; fhir:text [ fhir:v "Analysen Labor Gantenbein Chloride" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "lab-compendium.Gantenbein.labServices.Chloride" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.Chloride.specimenDefinitions" ] ; fhir:text [ fhir:v "Set of possible Specimens in Lab Catalog Gantenbein" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "false"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, sct:122554006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "122554006" ] ; fhir:display [ fhir:v "Capillary blood specimen (specimen)" ] ] ] [ fhir:value [ a fhir:Coding, sct:122555007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "122555007" ] ; fhir:display [ fhir:v "Venous blood specimen (specimen)" ] ] ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.labServices.Electrolyte" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-lab-order/ActivityDefinition/procedure-serum-electrolyte"^^xsd:anyURI ] ; ( fhir:code [ a loinc:24326-1 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "24326-1" ] ; fhir:display [ fhir:v "Electrolytes 1998 panel - Serum or Plasma" ] ] ) ; fhir:text [ fhir:v "Analysen Labor Gantenbein Elektrolyte" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.labServices.Electrolyte.ActivityDefintion" ] ; fhir:text [ fhir:v "Analysen Labor Gantenbein Elektrolyte" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "lab-compendium.Gantenbein.labServices.Electrolyte" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.Electrolytes" ] ; fhir:text [ fhir:v "Set of possible Specimens in Lab Catalog Gantenbein" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "false"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, sct:122554006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "122554006" ] ; fhir:display [ fhir:v "Capillary blood specimen (specimen)" ] ] ] [ fhir:value [ a fhir:Coding, sct:122555007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "122555007" ] ; fhir:display [ fhir:v "Venous blood specimen (specimen)" ] ] ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.labServices.CreatinineClearance" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-lab-order/ActivityDefinition/procedure-urine24h-creatinine-clearance"^^xsd:anyURI ] ; ( fhir:code [ a loinc:2164-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "2164-2" ] ; fhir:display [ fhir:v "Creatinine renal clearance in 24 hour Urine and Serum or Plasma" ] ] ) ; fhir:text [ fhir:v "Analysen Labor Gantenbein Creatinine renal clearance (24H U+S/P) [Vol/Time]" ] ; fhir:type [ fhir:v "boolean" ] ] [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.labServices.CreatinineUrine24h" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-lab-order/ActivityDefinition/procedure-urine24h-creatinine"^^xsd:anyURI ] ; ( fhir:code [ a loinc:25886-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "25886-3" ] ; fhir:display [ fhir:v "Creatinine [Moles/volume] in 24 hour Urine" ] ] ) ; fhir:text [ fhir:v "Analysen Labor Gantenbein Creatinine on 24h urine" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.labServices.CreatinineSerum" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-lab-order/ActivityDefinition/procedure-creatinine-serum"^^xsd:anyURI ] ; ( fhir:code [ a loinc:14682-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "14682-9" ] ; fhir:display [ fhir:v "Creatinine [Moles/volume] in Serum or Plasma" ] ] ) ; fhir:text [ fhir:v "Analysen Labor Gantenbein Creatinine Serum" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.labServices.CreatinineSerum.specimenDefinition" ] ; fhir:text [ fhir:v "Analysen Labor Gantenbein CreatinineSerum" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "lab-compendium.Gantenbein.labServices.CreatinineSerum" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.CreatinineSerum.specimenDefinitions" ] ; fhir:text [ fhir:v "Set of possible Specimens in Lab Catalog Gantenbein" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "false"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, sct:122554006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "122554006" ] ; fhir:display [ fhir:v "Capillary blood specimen (specimen)" ] ] ] [ fhir:value [ a fhir:Coding, sct:122555007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "122555007" ] ; fhir:display [ fhir:v "Venous blood specimen (specimen)" ] ] ] ) ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.labServices.Vitamin-D" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-lab-order/ActivityDefinition/procedure-vitamin-d-serum"^^xsd:anyURI ] ; fhir:text [ fhir:v "Vitamin D" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.labServices.Vitamin-D.ActivityDefintion" ] ; fhir:text [ fhir:v "Analysen Labor Gantenbein Vitamin-D" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "lab-compendium.Gantenbein.labServices.Vitamin-D" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.NormalReasonsVitaminD" ] ; fhir:text [ fhir:v "Set of normal reasons to order value of Vitamin-D" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "false"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, sct:41345002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "41345002" ] ; fhir:display [ fhir:v "Rickets (disorder)" ] ] ] [ fhir:value [ a fhir:Coding, sct:4598005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "4598005" ] ; fhir:display [ fhir:v "Osteomalacia (disorder)" ] ] ] [ fhir:value [ a fhir:Coding, sct:737295003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "737295003" ] ; fhir:display [ fhir:v "Transplanted kidney present (finding)" ] ] ] [ fhir:value [ a fhir:Coding, sct:707206008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "707206008" ] ; fhir:display [ fhir:v "Assessment for bariatric surgery (procedure)" ] ] ] [ fhir:value [ a fhir:Coding, sct:443731004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "443731004" ] ; fhir:display [ fhir:v "Assessment using Falls Risk Assessment Scale for the Elderly (procedure)" ] ] ] [ fhir:value [ a fhir:Coding, sct:66999008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "66999008" ] ; fhir:display [ fhir:v "Hyperparathyroidism (disorder)" ] ] ] ) ] [ fhir:linkId [ fhir:v "lab-compendium.Gantenbein.ClinicalFocusVitaminD" ] ; fhir:text [ fhir:v "Set of clinical focuses ordering Vitamin-D" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "false"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, sct:404684003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "404684003" ] ; fhir:display [ fhir:v "Clinical finding (finding)" ] ] ] [ fhir:value [ a fhir:Coding, sct:272379006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "272379006" ] ; fhir:display [ fhir:v "Event (event)" ] ] ] [ fhir:value [ a fhir:Coding, sct:413350009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "413350009" ] ; fhir:display [ fhir:v "Finding with explicit context (situation)" ] ] ] ) ] ) ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "lab-compendium.Pipette" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-lab-order/Composition/Pipette-Catalog-Header"^^xsd:anyURI ] ; fhir:text [ fhir:v "Pipette Compendium" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Pipette.Services" ] ; fhir:text [ fhir:v "Lab Services" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "receiver.organization.name" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "Pipette" ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "cc.labServices" ] ; fhir:text [ fhir:v "Clinical Chemistry Lab Services" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "cc-subset-pipette" ] ; fhir:text [ fhir:v "Clinical chemistry Subset" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:2823-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "2823-3" ] ; fhir:display [ fhir:v "Potassium [Moles/volume] in Serum or Plasma" ] ] ] [ fhir:value [ a fhir:Coding, loinc:2947-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "2947-0" ] ; fhir:display [ fhir:v "Sodium [Moles/volume] in Blood" ] ] ] [ fhir:value [ a fhir:Coding, loinc:2069-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "2069-3" ] ; fhir:display [ fhir:v "Chloride [Moles/volume] in Blood" ] ] ] [ fhir:value [ a fhir:Coding, loinc:2160-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "2160-0" ] ; fhir:display [ fhir:v "Creatinine [Mass/volume] in Serum or Plasma" ] ] ] [ fhir:value [ a fhir:Coding, loinc:14635-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "14635-7" ] ; fhir:display [ fhir:v "25-hydroxyvitamin D3 [Moles/volume] in Serum or Plasma" ] ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "choose-specimenDefinition" ] ; fhir:text [ fhir:v "Choose SpecimenDefinition" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "cc-subset-pipette" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ a fhir:Coding, loinc:2823-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "2823-3" ] ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "specimenDefinitions" ] ; fhir:text [ fhir:v "Set of possible Specimens" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "false"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, sct:122554006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "122554006" ] ; fhir:display [ fhir:v "Capillary blood specimen (specimen)" ] ] ] [ fhir:value [ a fhir:Coding, sct:122555007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "122555007" ] ; fhir:display [ fhir:v "Venous blood specimen (specimen)" ] ] ] ) ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "hematology.labServices" ] ; fhir:text [ fhir:v "Hematology Lab Services" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "hemato-subset-pipette" ] ; fhir:text [ fhir:v "Hämatologie Subset" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:24360-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "24360-0" ] ; fhir:display [ fhir:v "Hemoglobin and Hematocrit panel - Blood" ] ] ] [ fhir:value [ a fhir:Coding, loinc:43113-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "43113-0" ] ; fhir:display [ fhir:v "Hemoglobin electrophoresis panel in Blood" ] ] ] [ fhir:value [ a fhir:Coding, loinc:57021-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "57021-8" ] ; fhir:display [ fhir:v "CBC W Auto Differential panel - Blood" ] ] ] [ fhir:value [ a fhir:Coding, loinc:58410-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "58410-2" ] ; fhir:display [ fhir:v "CBC panel - Blood by Automated count" ] ] ] [ fhir:value [ a fhir:Coding, loinc:57021-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "57021-8" ] ; fhir:display [ fhir:v "CBC W Auto Differential panel - Blood" ] ] ] ) ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "lab-compendium.Schildknecht" ] ; fhir:definition [ fhir:v "http://fhir.ch/ig/ch-lab-order/Composition/Schildknecht-Catalog-Header"^^xsd:anyURI ] ; fhir:text [ fhir:v "Schildknecht Compendium" ] ; fhir:type [ fhir:v "boolean" ] ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Schildknecht.labServices" ] ; fhir:text [ fhir:v "Analysen Labor Schildknecht" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "receiver.organization.name" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "Schildknecht" ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "test-panel" ] ; fhir:text [ fhir:v "Order for test panel" ] ; fhir:type [ fhir:v "boolean" ] ; fhir:repeats [ fhir:v "false"^^xsd:boolean ] ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Schildknecht.panels" ] ; fhir:text [ fhir:v "Testpanel Labor Schildknecht" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "test-panel" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "available-test-panels" ] ; fhir:text [ fhir:v "verfügbare Test Panels Schildknecht" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "test-panel-schildknecht" ] ; fhir:text [ fhir:v "Testpanel wählen" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:24360-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "24360-0" ] ; fhir:display [ fhir:v "Hemoglobin and Hematocrit panel - Blood" ] ] ] [ fhir:value [ a fhir:Coding, loinc:24326-1 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "24326-1" ] ; fhir:display [ fhir:v "Electrolytes 1998 panel - Serum or Plasma" ] ] ] [ fhir:value [ a fhir:Coding, loinc:24331-1 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "24331-1" ] ; fhir:display [ fhir:v "Lipid 1996 panel - Serum or Plasma" ] ] ] ) ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "single-test" ] ; fhir:text [ fhir:v "Order for single test" ] ; fhir:type [ fhir:v "boolean" ] ; fhir:repeats [ fhir:v "false"^^xsd:boolean ] ; ( fhir:item [ fhir:linkId [ fhir:v "lab-compendium.Schildknecht.singletests" ] ; fhir:text [ fhir:v "Einzeltest Labor Schildknecht" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:enableWhen [ fhir:question [ fhir:v "single-test" ] ; fhir:operator [ fhir:v "=" ] ; fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ; ( fhir:item [ fhir:linkId [ fhir:v "available-single-tests" ] ; fhir:text [ fhir:v "verfügbare Einzeltests Schildknecht" ] ; fhir:type [ fhir:v "group" ] ; ( fhir:item [ fhir:linkId [ fhir:v "single-test-schildknecht" ] ; fhir:text [ fhir:v "Einzeltest wählen" ] ; fhir:type [ fhir:v "choice" ] ; fhir:repeats [ fhir:v "true"^^xsd:boolean ] ; ( fhir:answerOption [ fhir:value [ a fhir:Coding, loinc:2823-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "2823-3" ] ; fhir:display [ fhir:v "Potassium [Moles/volume] in Serum or Plasma" ] ] ] [ fhir:value [ a fhir:Coding, loinc:2951-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "2951-2" ] ; fhir:display [ fhir:v "Sodium [Moles/volume] in Serum or Plasma" ] ] ] [ fhir:value [ a fhir:Coding, loinc:2075-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "2075-0" ] ; fhir:display [ fhir:v "Chloride [Moles/volume] in Serum or Plasma" ] ] ] ) ] ) ] ) ] ) ] ) ] ) ] ) ] ) . # <http://example.com/fhir/QuestionnaireResponse/LabOrder-qr> a fhir:QuestionnaireResponse ; fhir:id [ fhir:v "LabOrder-qr"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2019-04-01T20:17:53.340+00:00"^^xsd:dateTime ] ; ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-questionnaireresponse"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-questionnaireresponse> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"QuestionnaireResponse_LabOrder-qr\"> </a><p class=\"res-header-id\"><b>Generated Narrative: QuestionnaireResponse LabOrder-qr</b></p><a name=\"LabOrder-qr\"> </a><a name=\"hcLabOrder-qr\"> </a><a name=\"LabOrder-qr-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2019-04-01 20:17:53+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://fhir.ch/ig/ch-orf/2.0.1/StructureDefinition-ch-orf-questionnaireresponse.html\">CH ORF QuestionnaireResponse</a></p></div><table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"border: 1px #F0F0F0 solid; font-size: 11px; font-family: verdana; vertical-align: top;\"><tr style=\"border: 2px #F0F0F0 solid; font-size: 11px; font-family: verdana; vertical-align: top\"><th style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"><a href=\"http://hl7.org/fhir/R4/formats.html#table\" title=\"The linkID for the item\">LinkID</a></th><th style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"><a href=\"http://hl7.org/fhir/R4/formats.html#table\" title=\"Text for the item\">Text</a></th><th style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"><a href=\"http://hl7.org/fhir/R4/formats.html#table\" title=\"Minimum and Maximum # of times the item can appear in the instance\">Definition</a></th><th style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"><a href=\"http://hl7.org/fhir/R4/formats.html#table\" title=\"The type of the item\">Answer</a><span style=\"float: right\"><a href=\"http://hl7.org/fhir/R4/formats.html#table\" title=\"Legend for this format\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3goXBCwdPqAP0wAAAldJREFUOMuNk0tIlFEYhp9z/vE2jHkhxXA0zJCMitrUQlq4lnSltEqCFhFG2MJFhIvIFpkEWaTQqjaWZRkp0g26URZkTpbaaOJkDqk10szoODP//7XIMUe0elcfnPd9zsfLOYplGrpRwZaqTtw3K7PtGem7Q6FoidbGgqHVy/HRb669R+56zx7eRV1L31JGxYbBtjKK93cxeqfyQHbehkZbUkK20goELEuIzEd+dHS+qz/Y8PTSif0FnGkbiwcAjHaU1+QWOptFiyCLp/LnKptpqIuXHx6rbR26kJcBX3yLgBfnd7CxwJmflpP2wUg0HIAoUUpZBmKzELGWcN8nAr6Gpu7tLU/CkwAaoKTWRSQyt89Q8w6J+oVQkKnBoblH7V0PPvUOvDYXfopE/SJmALsxnVm6LbkotrUtNowMeIrVrBcBpaMmdS0j9df7abpSuy7HWehwJdt1lhVwi/J58U5beXGAF6c3UXLycw1wdFklArBn87xdh0ZsZtArghBdAA3+OEDVubG4UEzP6x1FOWneHh2VDAHBAt80IbdXDcesNoCvs3E5AFyNSU5nbrDPZpcUEQQTFZiEVx+51fxMhhyJEAgvlriadIJZZksRuwBYMOPBbO3hePVVqgEJhFeUuFLhIPkRP6BQLIBrmMenujm/3g4zc398awIe90Zb5A1vREALqneMcYgP/xVQWlG+Ncu5vgwwlaUNx+3799rfe96u9K0JSDXcOzOTJg4B6IgmXfsygc7/Bvg9g9E58/cDVmGIBOP/zT8Bz1zqWqpbXIsd0O9hajXfL6u4BaOS6SeWAAAAAElFTkSuQmCC\" alt=\"doco\" style=\"background-color: inherit\"/></a></span></th></tr><tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon_q_root.gif\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"QuestionnaireResponseRoot\" class=\"hierarchy\"/> LabOrder-qr</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"></td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"></td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Questionnaire:<a href=\"Questionnaire-LabOrder-form.html\">Questionnaire Lab Order Case Studies</a></td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> order</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Auftrag</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> order.placerOrderIdentifier</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Auftragsnummer des Auftraggebers</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">123</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> order.placerOrderIdentifierDomain</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Identifier Domain der Auftragsnummer des Auftraggebers</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">urn:oid:2.16.756.5.30</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> order.precedentDocumentIdentifier</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Identifier des Vorgängerdokuments</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">1622f2fb-6ba3-4532-9aed-35b158def187</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck111.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> order.notificationContactDocument</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Dringender Benachrichtigungskontakt für dieses Dokument</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1101.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> order.notificationContactDocument.practitioner</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Zu benachrichtigende Person</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> order.notificationContactDocument.practitioner.title</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Titel</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Dr. med.</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> order.notificationContactDocument.practitioner.familyName</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Name</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Erlenmeyer</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> order.notificationContactDocument.practitioner.givenName</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Vorname</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Eva</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> order.notificationContactDocument.practitioner.phone</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Telefon</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">033 444 55 66</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11000.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> order.notificationContactDocument.practitioner.email</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">E-Mail</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">eva.erlenmeyer@labor-pipette.ch</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck111.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> order.notificationContactDocumentResponse</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Dringender Benachrichtigungskontakt für die Antwort auf dieses Dokument</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1101.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> order.notificationContactDocumentResponse.practitioner</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Zu benachrichtigende Person</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> order.notificationContactDocumentResponse.practitioner.title</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Titel</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Dr. med.</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> order.notificationContactDocumentResponse.practitioner.familyName</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Name</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Mustermann</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> order.notificationContactDocumentResponse.practitioner.givenName</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Vorname</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Marc</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> order.notificationContactDocumentResponse.practitioner.phone</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Telefon</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">033 444 55 66</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11000.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> order.notificationContactDocumentResponse.practitioner.email</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">E-Mail</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">peter.presto@arztpraxis.ch</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck100.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> order.priority</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Auftragspriorität</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"><span><span><a href=\"http://hl7.org/fhir/R4/codesystem-request-priority.html#request-priority-routine\">RequestPriority routine</a>: Routine</span></span></td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> receiver</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Empfänger</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck111.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> receiver.practitioner</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Empfangende Person</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiver.practitioner.title</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Titel</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Dr. med.</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiver.practitioner.familyName</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Name</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Erlenmeyer</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiver.practitioner.givenName</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Vorname</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Eva</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiver.practitioner.gln</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">GLN</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">7601000050703</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiver.practitioner.phone</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Telefon</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">+41322552525</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1100.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiver.practitioner.email</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">E-Mail</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">eva.erlenmeyer@labor-pipette.ch</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck101.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> receiver.organization</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Empfangende Organisation</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiver.organization.name</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Name der Organisation</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Labor Pipette</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiver.organization.streetAddressLine</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Strasse, Hausnummer, Postfach etc.</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiver.organization.postalCode</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">PLZ</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">4600</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiver.organization.city</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Ort</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Olten</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1000.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiver.organization.country</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Land</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Schweiz</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> patient</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Patient</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> patient.familyName</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Name</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Guggindieluft</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> patient.maidenName</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Ledigname</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Bering</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> patient.givenName</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Vorname</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Hans</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> patient.localPid</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Lokale Patienten-ID</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">11.22.33.5678</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> patient.birthDate</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Geburtsdatum</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">1981-01-01</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> patient.gender</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Geschlecht</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"><span><span><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-male\">AdministrativeGender male</a>: Male</span></span></td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> patient.maritalStatus</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Zivilstand</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"><span><span><a href=\"http://fhir.ch/ig/ch-core/4.0.1/CodeSystem-ech-11-maritalstatus.html#ech-11-maritalstatus-5\">eCH-011 MaritalStatus 5</a>: unverheiratet</span></span></td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> patient.phone</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Telefon</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">079 979 79 79</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> patient.email</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">E-Mail</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">erika@musterfrau.ch</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> patient.streetAddressLine</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Strasse, Hausnummer, Postfach etc.</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> patient.postalCode</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">PLZ</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">8000</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> patient.city</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Ort</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Zürich</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck100.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> patient.country</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Land</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Schweiz</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> sender</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Absender</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck111.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> sender.author</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Verantwortlicher</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1111.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> sender.author.practitioner</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Verantwortliche Person</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> sender.author.practitioner.title</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Titel</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Dr. med.</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> sender.author.practitioner.familyName</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Name</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Mustermann</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> sender.author.practitioner.givenName</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Vorname</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Marc</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> sender.author.practitioner.gln</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">GLN</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">7601000034321</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> sender.author.practitioner.zsr</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">ZSR</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">A123309</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> sender.author.practitioner.phone</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Telefon</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">033 333 22 11</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11100.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> sender.author.practitioner.email</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">E-Mail</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">marc.mustermann@gruppenpraxis.ch</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1101.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> sender.author.organization</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Verantwortliche Organisation</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> sender.author.organization.name</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Name der Organisation</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Gruppenpraxis</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> sender.author.organization.streetAddressLine</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Strasse, Hausnummer, Postfach etc.</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> sender.author.organization.postalCode</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">PLZ</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">4600</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> sender.author.organization.city</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Ort</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Olten</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck11000.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> sender.author.organization.country</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Land</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Schweiz</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck101.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> sender.dataenterer</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Erfasser</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck1001.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> sender.dataenterer.practitioner</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Erfassende Person</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck10010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> sender.dataenterer.practitioner.familyName</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Name</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Mustermann</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck10010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> sender.dataenterer.practitioner.givenName</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Vorname</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Marc</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck10010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> sender.dataenterer.practitioner.phone</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Telefon</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">033 333 22 11</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck10000.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> sender.dataenterer.practitioner.email</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">E-Mail</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">marc.mustermann@gruppenpraxis.ch</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck01.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> receiverCopies</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Kopieempfänger</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck011.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> receiverCopy</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Kopieempfangende Organisation oder Person</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiverCopy.organization.name</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Name der Organisation</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Praxis Seeblick</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiverCopy.title</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Titel</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Dr. med.</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiverCopy.familyName</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Name</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Meier</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiverCopy.givenName</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Vorname</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Sabine</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0110.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiverCopy.phone</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Telefon</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">044 333 22 11</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0100.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vline.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiverCopy.email</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">E-Mail</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">sabine.meier@praxisseeblick.ch</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck001.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-group.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Group\" class=\"hierarchy\"/> receiverCopy</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Kopieempfangende Organisation oder Person</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiverCopy.familyName</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Name</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Meier</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiverCopy.givenName</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Vorname</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Sabine</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiverCopy.phone</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Telefon</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">044 333 22 11</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiverCopy.email</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">E-Mail</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">sabine.meier@praxis.ch</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiverCopy.streetAddressLine</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Strasse, Hausnummer, Postfach etc.</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiverCopy.postalCode</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">PLZ</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">6330</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: #F7F7F7\"><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0010.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: #F7F7F7; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiverCopy.city</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Ort</td><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: #F7F7F7; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Cham</td></tr>\r\n<tr style=\"border: 1px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0000.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_blank.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"tbl_vjoin_end.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon-q-string.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Item\" class=\"hierarchy\"/> receiverCopy.country</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Land</td><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : left; background-color: white; border: 1px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\">Schweiz</td></tr>\r\n<tr><td colspan=\"4\" class=\"hierarchy\"><br/><a href=\"http://hl7.org/fhir/R4/formats.html#table\" title=\"Legend for this format\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3goXBCwdPqAP0wAAAldJREFUOMuNk0tIlFEYhp9z/vE2jHkhxXA0zJCMitrUQlq4lnSltEqCFhFG2MJFhIvIFpkEWaTQqjaWZRkp0g26URZkTpbaaOJkDqk10szoODP//7XIMUe0elcfnPd9zsfLOYplGrpRwZaqTtw3K7PtGem7Q6FoidbGgqHVy/HRb669R+56zx7eRV1L31JGxYbBtjKK93cxeqfyQHbehkZbUkK20goELEuIzEd+dHS+qz/Y8PTSif0FnGkbiwcAjHaU1+QWOptFiyCLp/LnKptpqIuXHx6rbR26kJcBX3yLgBfnd7CxwJmflpP2wUg0HIAoUUpZBmKzELGWcN8nAr6Gpu7tLU/CkwAaoKTWRSQyt89Q8w6J+oVQkKnBoblH7V0PPvUOvDYXfopE/SJmALsxnVm6LbkotrUtNowMeIrVrBcBpaMmdS0j9df7abpSuy7HWehwJdt1lhVwi/J58U5beXGAF6c3UXLycw1wdFklArBn87xdh0ZsZtArghBdAA3+OEDVubG4UEzP6x1FOWneHh2VDAHBAt80IbdXDcesNoCvs3E5AFyNSU5nbrDPZpcUEQQTFZiEVx+51fxMhhyJEAgvlriadIJZZksRuwBYMOPBbO3hePVVqgEJhFeUuFLhIPkRP6BQLIBrmMenujm/3g4zc398awIe90Zb5A1vREALqneMcYgP/xVQWlG+Ncu5vgwwlaUNx+3799rfe96u9K0JSDXcOzOTJg4B6IgmXfsygc7/Bvg9g9E58/cDVmGIBOP/zT8Bz1zqWqpbXIsd0O9hajXfL6u4BaOS6SeWAAAAAElFTkSuQmCC\" alt=\"doco\" style=\"background-color: inherit\"/> Documentation for this format</a></td></tr></table></div>" ] ; # fhir:questionnaire [ fhir:v "http://fhir.ch/ig/ch-lab-order/Questionnaire/LabOrder-form"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/Questionnaire/LabOrder-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.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:text [ fhir:v "Dringender Benachrichtigungskontakt für dieses Dokument" ] ; ( fhir:item [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner" ] ; 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 "Erlenmeyer" ] ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Eva" ] ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; ( fhir:answer [ fhir:value [ fhir:v "033 444 55 66" ] ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocument.practitioner.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; ( fhir:answer [ fhir:value [ fhir:v "eva.erlenmeyer@labor-pipette.ch" ] ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse" ] ; fhir:text [ fhir:v "Dringender Benachrichtigungskontakt für die Antwort auf dieses Dokument" ] ; ( fhir:item [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner" ] ; 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 "Mustermann" ] ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Marc" ] ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; ( fhir:answer [ fhir:value [ fhir:v "033 444 55 66" ] ] ) ] [ fhir:linkId [ fhir:v "order.notificationContactDocumentResponse.practitioner.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; ( fhir:answer [ fhir:value [ fhir:v "peter.presto@arztpraxis.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:linkId [ fhir:v "receiver" ] ; fhir:text [ fhir:v "Empfänger" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiver.practitioner" ] ; 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 "Erlenmeyer" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.practitioner.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Eva" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.practitioner.gln" ] ; fhir:text [ fhir:v "GLN" ] ; ( fhir:answer [ fhir:value [ fhir:v "7601000050703" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.practitioner.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; ( fhir:answer [ fhir:value [ fhir:v "+41322552525" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.practitioner.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; ( fhir:answer [ fhir:value [ fhir:v "eva.erlenmeyer@labor-pipette.ch" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "receiver.organization" ] ; 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 "Labor Pipette" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.organization.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; ( fhir:answer [ fhir:value [ fhir:v "Laborstrasse 23" ] ] [ fhir:value [ fhir:v "Postfach 44" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.organization.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; ( fhir:answer [ fhir:value [ fhir:v "4600" ] ] ) ] [ fhir:linkId [ fhir:v "receiver.organization.city" ] ; fhir:text [ fhir:v "Ort" ] ; ( fhir:answer [ fhir:value [ fhir:v "Olten" ] ] ) ] [ 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:text [ fhir:v "Patient" ] ; ( fhir:item [ fhir:linkId [ fhir:v "patient.familyName" ] ; fhir:text [ fhir:v "Name" ] ; ( fhir:answer [ fhir:value [ fhir:v "Guggindieluft" ] ] ) ] [ fhir:linkId [ fhir:v "patient.maidenName" ] ; fhir:text [ fhir:v "Ledigname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Bering" ] ] ) ] [ fhir:linkId [ fhir:v "patient.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Hans" ] ] ) ] [ fhir:linkId [ fhir:v "patient.localPid" ] ; fhir:text [ fhir:v "Lokale Patienten-ID" ] ; ( fhir:answer [ fhir:value [ fhir:v "11.22.33.5678" ] ] ) ] [ fhir:linkId [ fhir:v "patient.birthDate" ] ; fhir:text [ fhir:v "Geburtsdatum" ] ; ( fhir:answer [ fhir:value [ fhir:v "1981-01-01"^^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 "male" ] ] ] ) ] [ 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 "5" ] ; fhir:display [ fhir:v "unverheiratet" ] ] ] ) ] [ 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 "sender" ] ; fhir:text [ fhir:v "Absender" ] ; ( fhir:item [ fhir:linkId [ fhir:v "sender.author" ] ; 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 "Mustermann" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.practitioner.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Marc" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.practitioner.gln" ] ; fhir:text [ fhir:v "GLN" ] ; ( fhir:answer [ fhir:value [ fhir:v "7601000034321" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.practitioner.zsr" ] ; fhir:text [ fhir:v "ZSR" ] ; ( fhir:answer [ fhir:value [ fhir:v "A123309" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.practitioner.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; ( fhir:answer [ fhir:value [ fhir:v "033 333 22 11" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.practitioner.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; ( fhir:answer [ fhir:value [ fhir:v "marc.mustermann@gruppenpraxis.ch" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "sender.author.organization" ] ; 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 "Gruppenpraxis" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.organization.streetAddressLine" ] ; fhir:text [ fhir:v "Strasse, Hausnummer, Postfach etc." ] ; ( fhir:answer [ fhir:value [ fhir:v "Gerbergasse 12" ] ] [ fhir:value [ fhir:v "Postfach 144" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.organization.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; ( fhir:answer [ fhir:value [ fhir:v "4600" ] ] ) ] [ fhir:linkId [ fhir:v "sender.author.organization.city" ] ; fhir:text [ fhir:v "Ort" ] ; ( fhir:answer [ fhir:value [ fhir:v "Olten" ] ] ) ] [ 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:text [ fhir:v "Erfasser" ] ; ( fhir:item [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner" ] ; 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 "Mustermann" ] ] ) ] [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Marc" ] ] ) ] [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; ( fhir:answer [ fhir:value [ fhir:v "033 333 22 11" ] ] ) ] [ fhir:linkId [ fhir:v "sender.dataenterer.practitioner.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; ( fhir:answer [ fhir:value [ fhir:v "marc.mustermann@gruppenpraxis.ch" ] ] ) ] ) ] ) ] ) ] [ fhir:linkId [ fhir:v "receiverCopies" ] ; fhir:text [ fhir:v "Kopieempfänger" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiverCopy" ] ; fhir:text [ fhir:v "Kopieempfangende Organisation oder Person" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiverCopy.organization.name" ] ; fhir:text [ fhir:v "Name der Organisation" ] ; ( fhir:answer [ fhir:value [ fhir:v "Praxis Seeblick" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.title" ] ; fhir:text [ fhir:v "Titel" ] ; ( fhir:answer [ fhir:value [ fhir:v "Dr. med." ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.familyName" ] ; fhir:text [ fhir:v "Name" ] ; ( fhir:answer [ fhir:value [ fhir:v "Meier" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Sabine" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; ( fhir:answer [ fhir:value [ fhir:v "044 333 22 11" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; ( fhir:answer [ fhir:value [ fhir:v "sabine.meier@praxisseeblick.ch" ] ] ) ] ) ] [ fhir:linkId [ fhir:v "receiverCopy" ] ; fhir:text [ fhir:v "Kopieempfangende Organisation oder Person" ] ; ( fhir:item [ fhir:linkId [ fhir:v "receiverCopy.familyName" ] ; fhir:text [ fhir:v "Name" ] ; ( fhir:answer [ fhir:value [ fhir:v "Meier" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.givenName" ] ; fhir:text [ fhir:v "Vorname" ] ; ( fhir:answer [ fhir:value [ fhir:v "Sabine" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.phone" ] ; fhir:text [ fhir:v "Telefon" ] ; ( fhir:answer [ fhir:value [ fhir:v "044 333 22 11" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.email" ] ; fhir:text [ fhir:v "E-Mail" ] ; ( fhir:answer [ fhir:value [ fhir:v "sabine.meier@praxis.ch" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.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 "receiverCopy.postalCode" ] ; fhir:text [ fhir:v "PLZ" ] ; ( fhir:answer [ fhir:value [ fhir:v "6330" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.city" ] ; fhir:text [ fhir:v "Ort" ] ; ( fhir:answer [ fhir:value [ fhir:v "Cham" ] ] ) ] [ fhir:linkId [ fhir:v "receiverCopy.country" ] ; fhir:text [ fhir:v "Land" ] ; ( fhir:answer [ fhir:value [ fhir:v "Schweiz" ] ] ) ] ) ] ) ] ) . # <http://example.com/fhir/ServiceRequest/LabOrder-potassium> a fhir:ServiceRequest ; fhir:id [ fhir:v "LabOrder-potassium"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-SR-singletest"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-SR-singletest> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_LabOrder-potassium\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest LabOrder-potassium</b></p><a name=\"LabOrder-potassium\"> </a><a name=\"hcLabOrder-potassium\"> </a><a name=\"LabOrder-potassium-en-US\"> </a><p><b>identifier</b>: Placer Identifier/123</p><p><b>instantiatesCanonical</b>: <a href=\"ActivityDefinition-procedure-potassium-serum.html\">Procedure - potassium measurement on in vitro blood serum</a></p><p><b>requisition</b>: Placer Identifier/ReqID-1234567</p><p><b>status</b>: Active</p><p><b>intent</b>: Original Order</p><p><b>priority</b>: Urgent</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2823-3}\">Potassium [Moles/volume] in Serum or Plasma</span></p><p><b>subject</b>: <a href=\"Patient-HansGuggindieluft.html\">Hans Guggindieluft Male, DoB: 1981-01-01 ( Medical record number)</a></p><p><b>requester</b>: <a href=\"PractitionerRole-MarcMustermannGruppenpraxis.html\">PractitionerRole</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 90688005}\">Chronic renal failure syndrome (disorder)</span></p><p><b>insurance</b>: <a href=\"Coverage-HealthInsuranceCard.html\">Coverage: identifier = Insurance Card Number; status = active; type = According to KVG; period = (?) --> 2024-12-31</a></p><p><b>specimen</b>: <a href=\"Specimen-Serum.html\">Serum specimen</a></p></div>" ] ; # 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:display [ fhir:v "Placer Identifier" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.16.756.5.30"^^xsd:anyURI ] ; fhir:value [ fhir:v "123" ] ] ) ; # fhir:instantiatesCanonical ( [ fhir:v "http://fhir.ch/ig/ch-lab-order/lab-compendium/ActivityDefinition/procedure-potassium-serum"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/lab-compendium/ActivityDefinition/procedure-potassium-serum> ] ) ; # fhir:requisition [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PLAC" ] ; fhir:display [ fhir:v "Placer Identifier" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.16.756.5.30"^^xsd:anyURI ] ; fhir:value [ fhir:v "ReqID-1234567" ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "original-order"] ; # fhir:priority [ fhir:v "urgent"] ; # fhir:code [ ( fhir:coding [ a loinc:2823-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "2823-3" ] ; fhir:display [ fhir:v "Potassium [Moles/volume] in Serum or Plasma" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/HansGuggindieluft" ] ] ; # fhir:requester [ fhir:reference [ fhir:v "PractitionerRole/MarcMustermannGruppenpraxis" ] ] ; # fhir:reasonCode ( [ ( fhir:coding [ a sct:90688005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "90688005" ] ] ) ; fhir:text [ fhir:v "Chronic renal failure syndrome (disorder)" ] ] ) ; # fhir:insurance ( [ fhir:reference [ fhir:v "Coverage/HealthInsuranceCard" ] ] ) ; # fhir:specimen ( [ fhir:reference [ fhir:v "Specimen/Serum" ] ; fhir:display [ fhir:v "Serum specimen" ] ] ) . #
IG © 2021+ HL7 Switzerland. Package ch.fhir.ig.ch-lab-order#3.0.0-ci-build based on FHIR 4.0.1. Generated 2024-11-07
Links: Table of Contents |
QA Report
| Propose a change