FHIR IG analytics| Package | fhir.kenyaEmergencyIG |
| Resource Type | Observation |
| Id | Observation-em-vitals-gcs-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation em-vitals-gcs-example
Profile: Observation - Emergency Vital Signs
status: Final
category: Vital Signs
code: Glasgow coma score
subject: Patient/pat-0712345678
effective: 2026-06-29 12:16:00+0300
performer: Practitioner Sarah Njoroge
value: 13 score (Details: UCUM code{score} = '{score}')
component
code: Glasgow coma score eye opening
value: 3 score (Details: UCUM code{score} = '{score}')
component
code: Glasgow coma score verbal
value: 4 score (Details: UCUM code{score} = '{score}')
component
code: Glasgow coma score motor
value: 6 score (Details: UCUM code{score} = '{score}')
{
"resourceType": "Observation",
"id": "em-vitals-gcs-example",
"meta": {
"profile": [
"https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-vital-signs-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://localhost:8085/fhir/CodeSystem/vital-signs-loinc-cs",
"code": "9269-2",
"display": "Glasgow coma score"
}
]
},
"subject": {
"reference": "Patient/pat-0712345678"
},
"encounter": {
"reference": "Encounter/em-poc-encounter-example"
},
"effectiveDateTime": "2026-06-29T12:16:00+03:00",
"performer": [
{
"reference": "Practitioner/em-practitioner-example"
}
],
"valueQuantity": {
"value": 13,
"unit": "score",
"system": "http://unitsofmeasure.org",
"code": "{score}"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "9267-6",
"display": "Glasgow coma score eye opening"
}
]
},
"valueQuantity": {
"value": 3,
"unit": "score",
"system": "http://unitsofmeasure.org",
"code": "{score}"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "9270-0",
"display": "Glasgow coma score verbal"
}
]
},
"valueQuantity": {
"value": 4,
"unit": "score",
"system": "http://unitsofmeasure.org",
"code": "{score}"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "9268-4",
"display": "Glasgow coma score motor"
}
]
},
"valueQuantity": {
"value": 6,
"unit": "score",
"system": "http://unitsofmeasure.org",
"code": "{score}"
}
}
]
}