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

Kenya Emergency FHIR 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-Emmergency-FHIR-IG/ and changes regularly. See the Directory of published versions

: Emergency Responder Unit Response Status - JSON Representation

Active as of 2026-07-20

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "em-unit-response-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem em-unit-response-status</b></p><a name=\"em-unit-response-status\"> </a><a name=\"hcem-unit-response-status\"> </a><p>This case-sensitive code system <code>https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-unit-response-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">dispatched<a name=\"em-unit-response-status-dispatched\"> </a></td><td>Dispatched</td><td>The unit has been assigned to the incident but has not yet begun moving.</td></tr><tr><td style=\"white-space:nowrap\">en-route<a name=\"em-unit-response-status-en-route\"> </a></td><td>En route</td><td>The unit is travelling to the incident scene.</td></tr><tr><td style=\"white-space:nowrap\">on-scene<a name=\"em-unit-response-status-on-scene\"> </a></td><td>On scene</td><td>The unit has arrived at the incident scene.</td></tr><tr><td style=\"white-space:nowrap\">transporting<a name=\"em-unit-response-status-transporting\"> </a></td><td>Transporting</td><td>The unit is transporting the patient to a receiving facility.</td></tr><tr><td style=\"white-space:nowrap\">at-facility<a name=\"em-unit-response-status-at-facility\"> </a></td><td>At facility</td><td>The unit has arrived at the receiving facility.</td></tr><tr><td style=\"white-space:nowrap\">stood-down<a name=\"em-unit-response-status-stood-down\"> </a></td><td>Stood down</td><td>The unit has been relieved or stood down from the incident.</td></tr></table></div>"
  },
  "url" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-unit-response-status",
  "version" : "0.1.0",
  "name" : "EMUnitResponseStatusCS",
  "title" : "Emergency Responder Unit Response Status",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-07-20T11:03:05+00:00",
  "publisher" : "Digital Health Agency (DHA), Kenya",
  "contact" : [
    {
      "name" : "Digital Health Agency (DHA), Kenya",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://dha.go.ke"
        },
        {
          "system" : "email",
          "value" : "info@dha.go.ke"
        }
      ]
    },
    {
      "name" : "Digital Health Agency Kenya – FHIR Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "info@dha.go.ke",
          "use" : "work"
        },
        {
          "system" : "url",
          "value" : "https://dha.go.ke",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Current operational response state of an emergency responder unit during an\nincident.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "dispatched",
      "display" : "Dispatched",
      "definition" : "The unit has been assigned to the incident but has not yet begun moving."
    },
    {
      "code" : "en-route",
      "display" : "En route",
      "definition" : "The unit is travelling to the incident scene."
    },
    {
      "code" : "on-scene",
      "display" : "On scene",
      "definition" : "The unit has arrived at the incident scene."
    },
    {
      "code" : "transporting",
      "display" : "Transporting",
      "definition" : "The unit is transporting the patient to a receiving facility."
    },
    {
      "code" : "at-facility",
      "display" : "At facility",
      "definition" : "The unit has arrived at the receiving facility."
    },
    {
      "code" : "stood-down",
      "display" : "Stood down",
      "definition" : "The unit has been relieved or stood down from the incident."
    }
  ]
}