FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.kenyaEmergencyIG
Resource TypeObservation
IdObservation-em-vitals-gcs-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation em-vitals-gcs-example

status: Final

category: Vital Signs

code: Glasgow coma score

subject: Patient/pat-0712345678

encounter: Encounter: identifier = http://hie.go.ke/fhir/identifier/incident-id#INC-20260629120000-0712345678-abc123; status = finished; class = Emergency medical services field response (Emergency Encounter Class#FLD); type = Scene and transport care; priority = Orange - Very urgent; period = 2026-06-29 12:08:00+0300 --> 2026-06-29 12:38:00+0300

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}')


Source1

{
  "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}"
      }
    }
  ]
}