CH EMED (R4)
1.0.0 - STU 2 Ballot
This page is part of the CH EMED (R4) (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.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:Observation;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "2-2-PharmaceuticalAdvice"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-observation";
fhir:index 0;
fhir:link <http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-observation> ]
];
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><blockquote><p><b>CH EMED Extension Treatment Plan</b></p><h3>Urls</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>value</b>: id: urn:uuid:c9f758a1-296c-4710-84d4-e181db8c7478</p><h3>Urls</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>value</b>: id: urn:uuid:c9f758a1-296c-4710-84d4-e181db8c7478</p></blockquote><p><b>identifier</b>: id: urn:uuid:8ed02d0a-2971-11e6-b67b-9e71128cae77</p><p></p><p><b>code</b>: <span title=\"Codes: {urn:oid:1.3.6.1.4.1.19376.1.9.2.1 CANCEL}\">CANCEL</span></p><p><b>subject</b>: <a href=\"Patient-MonikaWegmueller.html\">Generated Summary: Medical record number: 11111111; Monika Wegmüller ; gender: female; birthDate: 1943-05-15</a></p><p><b>effective</b>: Feb 4, 2012, 2:00:00 PM</p><p><b>note</b>: Abgesetzt aufgrund UAW trockener Husten</p></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-ext-treatmentplan" ];
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "id" ];
fhir:Extension.valueIdentifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:uuid:c9f758a1-296c-4710-84d4-e181db8c7478" ] ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "externalDocumentId" ];
fhir:Extension.valueIdentifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:uuid:c9f758a1-296c-4710-84d4-e181db8c7478" ] ] ]
];
fhir:Observation.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:uuid:8ed02d0a-2971-11e6-b67b-9e71128cae77" ]
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:1.3.6.1.4.1.19376.1.9.2.1" ];
fhir:Coding.code [ fhir:value "CANCEL" ] ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/MonikaWegmueller" ]
];
fhir:Observation.effectiveDateTime [ fhir:value "2012-02-04T14:00:00+01:00"^^xsd:dateTime];
fhir:Observation.note [
fhir:index 0;
fhir:Annotation.text [ fhir:value "Abgesetzt aufgrund UAW trockener Husten" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.