CH ORF (R4)
0.10.0 - STU 1 Ballot
This page is part of the CH ORF (R4) (v0.10.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 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 "comp-order-referral-form"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition";
fhir:index 0;
fhir:link <http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Order-Referral-Form\n </div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-dataenterer" ];
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "enterer" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "PractitionerRole/StabiloBossPraxisSeeblick" ] ] ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-urgentnoficationcontactforthisdocument" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "PractitionerRole/NotificationContactHansRoentgen" ] ]
], [
fhir:index 2;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-urgentnoficationcontactfortheresponsetothisdocument" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "PractitionerRole/NotificationContactSabineMeier" ] ]
], [
fhir:index 3;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-receiver" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "PractitionerRole/HansRoentgenKantonsspital" ] ]
], [
fhir:index 4;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-copyreceiver" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "Organization/CopyReceiverPraxisSeeblick" ] ]
], [
fhir:index 5;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-copyreceiver" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "Patient/CopyReceiverErikaMusterfrau" ] ]
];
fhir:Composition.status [ fhir:value "final"];
fhir:Composition.type [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:419891008;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "419891008" ];
fhir:Coding.display [ fhir:value "Record artifact (record artifact)" ] ]
];
fhir:Composition.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:721963009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "721963009" ];
fhir:Coding.display [ fhir:value "Order (record artifact)" ] ]
];
fhir:Composition.subject [
fhir:Reference.reference [ fhir:value "Patient/ErikaMusterfrau" ]
];
fhir:Composition.date [ fhir:value "2019-03-31T11:46:09+02:00"^^xsd:dateTime];
fhir:Composition.author [
fhir:index 0;
fhir:Reference.reference [ fhir:value "PractitionerRole/SabineMeierPraxisSeeblick" ]
];
fhir:Composition.title [ fhir:value "Order-Referral-Form"];
fhir:Composition.section [
fhir:index 0;
fhir:Composition.section.title [ fhir:value "Order-Referral" ];
fhir:Composition.section.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:93037-0;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "93037-0" ];
fhir:Coding.display [ fhir:value "Portable medical order form" ] ] ];
fhir:Composition.section.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Order-Referral-Form\n </div>" ];
fhir:Composition.section.entry [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Questionnaire/order-referral-form" ] ], [
fhir:index 1;
fhir:Reference.reference [ fhir:value "QuestionnaireResponse/qr-order-referral-form" ] ], [
fhir:index 2;
fhir:Reference.reference [ fhir:value "ServiceRequest/sr-order-referral-form" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.