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 loinc: <http://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:Composition;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "2-6-MedicationPrescription"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-composition-medicationprescription";
fhir:index 0;
fhir:link <http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-composition-medicationprescription> ]
];
fhir:Resource.language [ fhir:value "de-CH"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"de-CH\" lang=\"de-CH\"><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-6-MedicationPrescription\" (Language \"de-CH\") </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-emed-composition-medicationprescription.html\">CH EMED Medication Prescription Composition Profile</a></p></div><p><b>EPR Information Recipient</b>: <a href=\"Patient-MonikaWegmuellerRecipient.html\">Patient/MonikaWegmuellerRecipient</a> \" WEGMÜLLER\"</p><p><b>identifier</b>: id: urn:uuid:d41d72ba-2100-11e6-b67b-9e71128cae77</p><p><b>status</b>: final</p><p><b>type</b>: Prescription for medication <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#57833-6; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#761938008 \"Medicinal prescription record (record artifact)\")</span></p><p><b>date</b>: 2012-02-04T14:00:00+01:00</p><p><b>author</b>: </p><ul><li><a href=\"Practitioner-FamilienHausarzt.html\">Practitioner/FamilienHausarzt</a> \" HAUSARZT\"</li><li><a href=\"Organization-Hausarzt.html\">Organization/Hausarzt</a> \"Hausarzt\"</li></ul><p><b>title</b>: Rezept</p><p><b>confidentiality</b>: N</p><p><b>custodian</b>: <a href=\"Organization-Custodian.html\">Organization/Custodian</a> \"Hausarzt\"</p></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-informationrecipient" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "Patient/MonikaWegmuellerRecipient" ] ]
];
fhir:Composition.identifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:uuid:d41d72ba-2100-11e6-b67b-9e71128cae77" ]
];
fhir:Composition.status [ fhir:value "final"];
fhir:Composition.type [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:57833-6;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "57833-6" ];
fhir:Coding.display [ fhir:value "Prescription for medication" ] ], [
fhir:index 1;
a sct:761938008;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "761938008" ];
fhir:Coding.display [ fhir:value "Medicinal prescription record (record artifact)" ] ]
];
fhir:Composition.subject [
fhir:Reference.reference [ fhir:value "Patient/MonikaWegmueller" ]
];
fhir:Composition.date [ fhir:value "2012-02-04T14:00:00+01:00"^^xsd:dateTime];
fhir:Composition.author [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-time" ];
fhir:Extension.valueDateTime [ fhir:value "2012-02-04T14:00:00+01:00"^^xsd:dateTime ] ];
fhir:Reference.reference [ fhir:value "Practitioner/FamilienHausarzt" ]
], [
fhir:index 1;
fhir:Reference.reference [ fhir:value "Organization/Hausarzt" ]
];
fhir:Composition.title [ fhir:value "Rezept"];
fhir:Composition.confidentiality [
fhir:value "N";
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-confidentialitycode" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:17621005;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "17621005" ];
fhir:Coding.display [ fhir:value "Normally accessible" ] ] ] ]
];
fhir:Composition.custodian [
fhir:Reference.reference [ fhir:value "Organization/Custodian" ]
];
fhir:Composition.section [
fhir:index 0;
fhir:Composition.section.title [ fhir:value "Kommentar" ];
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:48767-8;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "48767-8" ];
fhir:Coding.display [ fhir:value "Annotation comment" ] ] ];
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <span id=\"co1\">\n Kommentar zu Medication Prescription\n </span>\n </div>" ]
], [
fhir:index 1;
fhir:Composition.section.title [ fhir:value "Original Darstellung" ];
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:55108-5;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "55108-5" ];
fhir:Coding.display [ fhir:value "Clinical presentation" ] ] ];
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <a href=\"Binary/2-6-pdf\">Representation of the original view</a>\n </div>" ];
fhir:Composition.section.entry [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Binary/2-6-pdf" ] ]
], [
fhir:index 2;
fhir:Composition.section.title [ fhir:value "Arzneimittelverordnung" ];
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:57828-6;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "57828-6" ];
fhir:Coding.display [ fhir:value "PRESCRIPTIONS" ] ] ];
fhir:Composition.section.entry [
fhir:index 0;
fhir:Reference.reference [ fhir:value "MedicationRequest/2-6-MedReqNorvasc" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.