Kenya Emergency Care Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya Emergency Care Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kenya-Emergency-FHIR-IG/ and changes regularly. See the Directory of published versions

: Valid Unidentified Emergency Patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "EMPatientValidExample",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient EMPatientValidExample</b></p><a name=\"EMPatientValidExample\"> </a><a name=\"hcEMPatientValidExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-em-patient.html\">Patient - Kenya Emergency</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Unknown Male Male, DoB Unknown ( http://hie.go.ke/fhir/identifier/patient-temp-tracking#EM-2026-000184\u00a0(use:\u00a0temp,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Indicates whether the Patient resource represents an individual whose\nidentity has not yet been established.\"><a href=\"StructureDefinition-em-unidentified-patient.html\">Emergency Unidentified Patient</a></td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Indicates whether the patient's identity has been verified through an\nappropriate identification or verification process.\"><a href=\"StructureDefinition-em-patient-identity-verified.html\">Emergency Patient Identity Verified</a></td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Indicates whether the patient is considered an adult during emergency\nassessment or triage.\"><a href=\"StructureDefinition-em-is-adult.html\">Emergency Patient Adult Status</a></td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Represents the patient's estimated age when the exact date of birth is\nunknown or has not been verified.\"><a href=\"StructureDefinition-em-approximate-age.html\">Emergency Patient Approximate Age</a></td><td colspan=\"3\">34 years<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-unidentified-patient",
      "valueBoolean" : true
    },
    {
      "url" : "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-patient-identity-verified",
      "valueBoolean" : false
    },
    {
      "url" : "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-approximate-age",
      "valueAge" : {
        "value" : 34,
        "unit" : "years",
        "system" : "http://unitsofmeasure.org",
        "code" : "a"
      }
    },
    {
      "url" : "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-is-adult",
      "valueBoolean" : true
    }
  ],
  "identifier" : [
    {
      "use" : "temp",
      "system" : "http://hie.go.ke/fhir/identifier/patient-temp-tracking",
      "value" : "EM-2026-000184"
    }
  ],
  "active" : true,
  "name" : [
    {
      "text" : "Unknown Male"
    }
  ],
  "gender" : "male"
}