@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

id: 1-GCSBefund

meta:

code: Glasgow coma score total

subject: Generated Summary: id: 1-PeterMuster; id: 7560123123499, Medical record number: 762354; Peter Muster (OFFICIAL); gender: male; birthDate: 1961-10-01

encounter: Generated Summary: id: 1-Einsatz; id: S12345678; status: finished; emergency; period: 2016-12-10 --> (ongoing)

effective: Dec 10, 2016, 11:25:00 AM

value: 15 {score}

component

code: Glasgow coma score motor

value: 6 (Obeys commands)

component

code: Glasgow coma score verbal

value: 5 (Oriented)

component

code: Glasgow coma score eye opening

value: 4 (Eyes open spontaneously)

" ]; 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:link ; fhir:Reference.reference [ fhir:value "Patient/1-PeterMuster" ] ]; fhir:Observation.encounter [ fhir:link ; 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 . # -------------------------------------------------------------------------------------