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

FHIR IG analytics

Packagefhir.kenyaEmergencyIG
Resource TypeObservation
IdObservation-em-exam-head-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


Source1

{
  "resourceType": "Observation",
  "id": "em-exam-head-example",
  "meta": {
    "profile": [
      "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-secondary-survey-observation"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-no-findings-on-exam",
      "valueBoolean": true
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-secondary-survey-region",
        "code": "secondary-survey-head",
        "display": "Secondary survey - head"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-0712345678"
  },
  "encounter": {
    "reference": "Encounter/em-poc-encounter-example"
  },
  "effectiveDateTime": "2026-06-29T12:22:00+03:00",
  "performer": [
    {
      "reference": "Practitioner/em-practitioner-example"
    }
  ],
  "bodySite": {
    "coding": [
      {
        "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-body-region",
        "code": "head",
        "display": "Head"
      }
    ]
  }
}