CH LAB-Order (R4)
1.0.0 - STU 1
This page is part of the CH LAB-Order (R4) (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Patient;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "HansGuggindieluft"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient";
fhir:index 0;
fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "additional" ];
fhir:Narrative.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 : {http://fhir.ch/ig/ch-core/CodeSystem/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:oid:2.16.840.1.113883.6.316 code 'de-CH' = 'German (Region=Schweiz))</span></td><td>true</td></tr></table></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-birthPlace" ];
fhir:Extension.valueAddress [
fhir:Address.city [ fhir:value "Zürich" ];
fhir:Address.country [ fhir:value "Schweiz" ] ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin" ];
fhir:Extension.valueAddress [
fhir:Address.city [ fhir:value "Breitenbach" ];
fhir:Address.state [ fhir:value "BL" ] ]
], [
fhir:index 2;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-religion" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation" ];
fhir:Coding.code [ fhir:value "1007" ];
fhir:Coding.display [ fhir:value "Atheism" ] ] ]
];
fhir:Patient.identifier [
fhir:index 0;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
fhir:Coding.code [ fhir:value "MR" ] ] ];
fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.5.30.999999.1" ];
fhir:Identifier.value [ fhir:value "012/08.111111" ]
];
fhir:Patient.name [
fhir:index 0;
fhir:HumanName.family [ fhir:value "Guggindieluft" ];
fhir:HumanName.given [
fhir:value "Hans";
fhir:index 0 ]
];
fhir:Patient.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "079 979 79 79" ];
fhir:ContactPoint.use [ fhir:value "home" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "hans.guggindieluft@example.ch" ]
];
fhir:Patient.gender [ fhir:value "male"];
fhir:Patient.birthDate [ fhir:value "1981-01-01"^^xsd:date];
fhir:Patient.maritalStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus" ];
fhir:Coding.code [ fhir:value "5" ];
fhir:Coding.display [ fhir:value "unverheiratet" ] ]
];
fhir:Patient.communication [
fhir:index 0;
fhir:Patient.communication.language [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.316" ];
fhir:Coding.code [ fhir:value "de-CH" ] ];
fhir:CodeableConcept.text [ fhir:value "Deutsch (Schweiz)" ] ];
fhir:Patient.communication.preferred [ fhir:value "true"^^xsd:boolean ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.