CH EMS (R4)
1.9.0 - Standard for Trial Use
This page is part of the CH EMS (R4) (v1.9.0: STU) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Source view
@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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "1-GCSBefund"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-observation-gcs"; fhir:index 0; fhir:link <http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-observation-gcs> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: 1-GCSBefund</p><p><b>meta</b>: </p><p></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 9269-2}\">Glasgow coma score total</span></p><p><b>subject</b>: <a href=\"Patient-1-PeterMuster.html\">Generated Summary: id: 1-PeterMuster; id: 7560123123499, Medical record number: 762354; Peter Muster (OFFICIAL); gender: male; birthDate: 1961-10-01</a></p><p><b>encounter</b>: <a href=\"Encounter-1-Einsatz.html\">Generated Summary: id: 1-Einsatz; id: S12345678; status: finished; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode EMER}\">emergency</span>; period: 2016-12-10 --> (ongoing)</a></p><p><b>effective</b>: Dec 10, 2016, 11:25:00 AM</p><p><b>value</b>: 15 {score}</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 9268-4}\">Glasgow coma score motor</span></p><p><b>value</b>: <span title=\"Codes: {http://loinc.org LA6567-7}\">6 (Obeys commands)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 9270-0}\">Glasgow coma score verbal</span></p><p><b>value</b>: <span title=\"Codes: {http://loinc.org LA6561-0}\">5 (Oriented)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 9267-6}\">Glasgow coma score eye opening</span></p><p><b>value</b>: <span title=\"Codes: {http://loinc.org LA6556-0}\">4 (Eyes open spontaneously)</span></p></blockquote></div>" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:9269-2; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "9269-2" ]; fhir:Coding.display [ fhir:value "Glasgow coma score total" ] ] ]; fhir:Observation.subject [ fhir:Reference.reference [ fhir:value "Patient/1-PeterMuster" ] ]; fhir:Observation.encounter [ fhir:Reference.reference [ fhir:value "Encounter/1-Einsatz" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-12-10T11:25:00.000+01:00"^^xsd:dateTime]; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "15"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "{score}" ] ]; fhir:Observation.component [ fhir:index 0; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:9268-4; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "9268-4" ]; fhir:Coding.display [ fhir:value "Glasgow coma score motor" ] ] ]; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:LA6567-7; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/ordinalValue" ]; fhir:Extension.valueDecimal [ fhir:value "6"^^xsd:decimal ] ]; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "LA6567-7" ]; fhir:Coding.display [ fhir:value "Obeys commands" ] ]; fhir:CodeableConcept.text [ fhir:value "6 (Obeys commands)" ] ] ], [ fhir:index 1; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:9270-0; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "9270-0" ]; fhir:Coding.display [ fhir:value "Glasgow coma score verbal" ] ] ]; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:LA6561-0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/ordinalValue" ]; fhir:Extension.valueDecimal [ fhir:value "5"^^xsd:decimal ] ]; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "LA6561-0" ]; fhir:Coding.display [ fhir:value "Oriented" ] ]; fhir:CodeableConcept.text [ fhir:value "5 (Oriented)" ] ] ], [ fhir:index 2; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:9267-6; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "9267-6" ]; fhir:Coding.display [ fhir:value "Glasgow coma score eye opening" ] ] ]; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:LA6556-0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/ordinalValue" ]; fhir:Extension.valueDecimal [ fhir:value "4"^^xsd:decimal ] ]; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "LA6556-0" ]; fhir:Coding.display [ fhir:value "Eyes open spontaneously" ] ]; fhir:CodeableConcept.text [ fhir:value "4 (Eyes open spontaneously)" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.