CH eTOC (R4)
1.0.0 - STU 1
This page is part of the CH eTOC (R4) (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.0.1. 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:ServiceRequest;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "ServiceRequestEtoc"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ch/ig/ch-etoc/StructureDefinition/ch-etoc-servicerequest";
fhir:index 0;
fhir:link <http://fhir.ch/ig/ch-etoc/StructureDefinition/ch-etoc-servicerequest> ]
];
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 \"ServiceRequestEtoc\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-etoc-servicerequest.html\">CH eToc Service Request</a></p></div><p><b>CH ORF Location and Time</b>: <a href=\"Appointment-AppointmentHospitalStay.html\">Appointment/AppointmentHospitalStay</a></p><p><b>identifier</b>: Placer Identifier: 12345</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>priority</b>: routine</p><p><b>code</b>: Abklärung akuter Thoraxschmerzen <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subject</b>: <a href=\"Patient-SUfferer.html\">Patient/SUfferer</a> \" UFFERER\"</p><p><b>requester</b>: <a href=\"PractitionerRole-ORderplacerHappyDoctors.html\">PractitionerRole/ORderplacerHappyDoctors</a></p><p><b>reasonCode</b>: Verdacht auf Vorderwandinfarkt <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>reasonReference</b>: <a href=\"Condition-PrimaryDiagnosis.html\">Condition/PrimaryDiagnosis</a></p><p><b>insurance</b>: <a href=\"Coverage-CoverageKVG.html\">Coverage/CoverageKVG</a></p><p><b>supportingInfo</b>: </p><ul><li><a href=\"Observation-BodyHeight.html\">Observation/BodyHeight</a></li><li><a href=\"Observation-BodyWeight.html\">Observation/BodyWeight</a></li><li><a href=\"Condition-SecondaryDiagnosis1.html\">Condition/SecondaryDiagnosis1</a></li><li><a href=\"Condition-SecondaryDiagnosis2.html\">Condition/SecondaryDiagnosis2</a></li></ul><p><b>note</b>: Patient ist sehr ängstlich</p></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-locationandtime" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "Appointment/AppointmentHospitalStay" ] ]
];
fhir:ServiceRequest.identifier [
fhir:index 0;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
fhir:Coding.code [ fhir:value "PLAC" ] ] ];
fhir:Identifier.system [ fhir:value "urn:oid:1.3.4.5.6.7" ];
fhir:Identifier.value [ fhir:value "12345" ]
];
fhir:ServiceRequest.status [ fhir:value "active"];
fhir:ServiceRequest.intent [ fhir:value "order"];
fhir:ServiceRequest.priority [ fhir:value "routine"];
fhir:ServiceRequest.code [
fhir:CodeableConcept.text [ fhir:value "Abklärung akuter Thoraxschmerzen" ]
];
fhir:ServiceRequest.subject [
fhir:Reference.reference [ fhir:value "Patient/SUfferer" ]
];
fhir:ServiceRequest.requester [
fhir:Reference.reference [ fhir:value "PractitionerRole/ORderplacerHappyDoctors" ]
];
fhir:ServiceRequest.reasonCode [
fhir:index 0;
fhir:CodeableConcept.text [ fhir:value "Verdacht auf Vorderwandinfarkt" ]
];
fhir:ServiceRequest.reasonReference [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Condition/PrimaryDiagnosis" ]
];
fhir:ServiceRequest.insurance [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Coverage/CoverageKVG" ]
];
fhir:ServiceRequest.supportingInfo [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Observation/BodyHeight" ]
], [
fhir:index 1;
fhir:Reference.reference [ fhir:value "Observation/BodyWeight" ]
], [
fhir:index 2;
fhir:Reference.reference [ fhir:value "Condition/SecondaryDiagnosis1" ]
], [
fhir:index 3;
fhir:Reference.reference [ fhir:value "Condition/SecondaryDiagnosis2" ]
];
fhir:ServiceRequest.note [
fhir:index 0;
fhir:Annotation.text [ fhir:value "Patient ist sehr ängstlich" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.