@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "gcs-qa"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "gcs-qa"

status: final

code: Glasgow Coma Scale , (GCS) (LOINC#9269-2 "Glasgow coma score total")

subject: Patient/example: Peter James Chalmers "Peter CHALMERS"

effective: 2014-12-11T04:44:16Z

value: 13 {score} (Details: UCUM code {score} = '{score}')

referenceRange

high: 8 {score} (Details: UCUM code {score} = '{score}')

type: Severe TBI ()

referenceRange

low: 9 {score} (Details: UCUM code {score} = '{score}')

high: 12 {score} (Details: UCUM code {score} = '{score}')

type: Moderate TBI ()

referenceRange

low: 13 {score} (Details: UCUM code {score} = '{score}')

type: Mild TBI ()

derivedFrom: QuestionnaireResponse/gcs: GCS form results

" ]; 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:CodeableConcept.text [ fhir:value "Glasgow Coma Scale , (GCS)" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Peter James Chalmers" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2014-12-11T04:44:16Z"^^xsd:dateTime]; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "13"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "{score}" ] ]; fhir:Observation.referenceRange [ fhir:index 0; fhir:Observation.referenceRange.high [ fhir:Quantity.value [ fhir:value "8"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "{score}" ] ]; fhir:Observation.referenceRange.type [ fhir:CodeableConcept.text [ fhir:value "Severe TBI" ] ] ], [ fhir:index 1; fhir:Observation.referenceRange.low [ fhir:Quantity.value [ fhir:value "9"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "{score}" ] ]; fhir:Observation.referenceRange.high [ fhir:Quantity.value [ fhir:value "12"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "{score}" ] ]; fhir:Observation.referenceRange.type [ fhir:CodeableConcept.text [ fhir:value "Moderate TBI" ] ] ], [ fhir:index 2; fhir:Observation.referenceRange.low [ fhir:Quantity.value [ fhir:value "13"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "{score}" ] ]; fhir:Observation.referenceRange.type [ fhir:CodeableConcept.text [ fhir:value "Mild TBI" ] ] ]; fhir:Observation.derivedFrom [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "QuestionnaireResponse/gcs" ]; fhir:Reference.display [ fhir:value "GCS form results" ] ] . a fhir:Patient . a fhir:QuestionnaireResponse . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------