CH EMED (R4)
2.0.0 - STU 2
This page is part of the CH EMED (R4) (v2.0.0: STU 2) based on FHIR R4. . 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><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 \"2-2-PharmaceuticalAdvice\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-emed-observation.html\">CH EMED Observation Profile</a></p></div><blockquote><p><b>CH EMED Extension Treatment Plan</b></p><p><b>value</b>: id: urn:uuid:c9f758a1-296c-4710-84d4-e181db8c7478</p><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><b>status</b>: final</p><p><b>code</b>: CANCEL <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ihe-pharmaceuticaladvicestatuslist.html\">IHE Pharmaceutical Advice Status List</a>#CANCEL)</span></p><p><b>subject</b>: <a href=\"Patient-MonikaWegmueller.html\">Patient/MonikaWegmueller</a> \" WEGMÜLLER\"</p><p><b>effective</b>: 2012-02-04T14:00:00+01:00</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.