CH ORF (R4)
1.0.0 - STU 1
This page is part of the CH ORF (R4) (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.0.2. 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:Encounter;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "EncounterMusterfrau"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-encounter";
fhir:index 0;
fhir:link <http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-encounter> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"EncounterMusterfrau\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-orf-encounter.html\">CH ORF Requested Encounter</a></p></div><p><b>CH ORF Desired Accommodation</b>: halbprivat (Details: http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-21-encountertype code 2 = 'halbprivat', stated as 'halbprivat')</p><p><b>status</b>: planned</p><p><b>class</b>: emergency (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code EMER = 'emergency', stated as 'emergency')</p><p><b>subject</b>: <a href=\"Patient-ErikaMusterfrau.html\">Patient/ErikaMusterfrau</a> \" MUSTERFRAU\"</p></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-desiredaccommodation" ];
fhir:Extension.valueCoding [
fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-21-encountertype" ];
fhir:Coding.code [ fhir:value "2" ];
fhir:Coding.display [ fhir:value "halbprivat" ] ]
];
fhir:Encounter.status [ fhir:value "planned"];
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
fhir:Coding.code [ fhir:value "EMER" ];
fhir:Coding.display [ fhir:value "emergency" ]
];
fhir:Encounter.subject [
fhir:Reference.reference [ fhir:value "Patient/ErikaMusterfrau" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.