HL7 FHIR Implementation Guide: DK Core
3.3.0 - ci-build
HL7 FHIR Implementation Guide: DK Core, published by HL7 Denmark. This guide is not an authorized publication; it is the continuous build for version 3.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7dk/dk-core/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "MaxGlasgowComaScale",
"meta" : {
"profile" : [
🔗 "http://hl7.dk/fhir/core/StructureDefinition/dk-core-observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation MaxGlasgowComaScale</b></p><a name=\"MaxGlasgowComaScale\"> </a><a name=\"hcMaxGlasgowComaScale\"> </a><a name=\"MaxGlasgowComaScale-da-DK\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 248241002}\">Glasgow coma score</span></p><p><b>subject</b>: <a href=\"Patient-Max.html\">Max Test Berggren (official) Male, DoB: 1972-07-01 ( urn:oid:1.2.208.176.1.2#0107729995)</a></p><p><b>effective</b>: 2023-08-08 13:30:00+0000</p><p><b>value</b>: 13 {score}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{score} = '{score}')</span></p><blockquote><p><b>referenceRange</b></p><p><b>high</b>: 8 {score}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{score} = '{score}')</span></p><p><b>type</b>: <span title=\"Codes:\">Severe TBI</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 9 {score}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{score} = '{score}')</span></p><p><b>high</b>: 12 {score}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{score} = '{score}')</span></p><p><b>type</b>: <span title=\"Codes:\">Moderate TBI</span></p></blockquote><blockquote><p><b>referenceRange</b></p><p><b>low</b>: 13 {score}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{score} = '{score}')</span></p><p><b>type</b>: <span title=\"Codes:\">Mild TBI</span></p></blockquote><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 LA6566-9}\">Localizing pain</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 LA6560-2}\">Confused</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}\">Eyes open spontaneously</span></p></blockquote></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "248241002"
}
]
},
"subject" : {
🔗 "reference" : "Patient/Max"
},
"effectiveDateTime" : "2023-08-08T13:30:00.000Z",
"valueQuantity" : {
"value" : 13,
"system" : "http://unitsofmeasure.org",
"code" : "{score}"
},
"referenceRange" : [
{
"high" : {
"value" : 8,
"system" : "http://unitsofmeasure.org",
"code" : "{score}"
},
"type" : {
"text" : "Severe TBI"
}
},
{
"low" : {
"value" : 9,
"system" : "http://unitsofmeasure.org",
"code" : "{score}"
},
"high" : {
"value" : 12,
"system" : "http://unitsofmeasure.org",
"code" : "{score}"
},
"type" : {
"text" : "Moderate TBI"
}
},
{
"low" : {
"value" : 13,
"system" : "http://unitsofmeasure.org",
"code" : "{score}"
},
"type" : {
"text" : "Mild TBI"
}
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "9268-4",
"display" : "Glasgow coma score motor"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LA6566-9",
"display" : "Localizing pain"
}
]
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "9270-0",
"display" : "Glasgow coma score verbal"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LA6560-2",
"display" : "Confused"
}
]
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "9267-6",
"display" : "Glasgow coma score eye opening"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LA6556-0",
"display" : "Eyes open spontaneously"
}
]
}
}
]
}