Kenya Patient Summary FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya Patient Summary FHIR Implementation Guide, published by Digital Health Agency of 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-Patient-Summary-FHIR-IG/ and changes regularly. See the Directory of published versions

: Ambulance Case Status - JSON Representation

Active as of 2026-05-31

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ambulance-case-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ambulance-case-status</b></p><a name=\"ambulance-case-status\"> </a><a name=\"hcambulance-case-status\"> </a><p>This  code system <code>http://localhost:8085/fhir/CodeSystem/ambulance-case-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\">RECEIVED<a name=\"ambulance-case-status-RECEIVED\"> </a></td><td>Received</td><td>The ambulance case has been received.</td></tr><tr><td style=\"white-space:nowrap\">DISPATCHED<a name=\"ambulance-case-status-DISPATCHED\"> </a></td><td>Dispatched</td><td>An ambulance has been dispatched.</td></tr><tr><td style=\"white-space:nowrap\">ACCEPTED<a name=\"ambulance-case-status-ACCEPTED\"> </a></td><td>Accepted</td><td>The ambulance case has been accepted.</td></tr><tr><td style=\"white-space:nowrap\">REJECTED<a name=\"ambulance-case-status-REJECTED\"> </a></td><td>Rejected</td><td>The ambulance case has been rejected.</td></tr><tr><td style=\"white-space:nowrap\">LEAVING-SCENE<a name=\"ambulance-case-status-LEAVING-SCENE\"> </a></td><td>Leaving Scene</td><td>The ambulance is leaving the scene.</td></tr><tr><td style=\"white-space:nowrap\">IN-TRANSIT<a name=\"ambulance-case-status-IN-TRANSIT\"> </a></td><td>In Transit</td><td>The ambulance is transporting the patient.</td></tr><tr><td style=\"white-space:nowrap\">ARRIVAL<a name=\"ambulance-case-status-ARRIVAL\"> </a></td><td>Arrival</td><td>The ambulance has arrived at the destination.</td></tr><tr><td style=\"white-space:nowrap\">ON-HOLD<a name=\"ambulance-case-status-ON-HOLD\"> </a></td><td>On Hold</td><td>The ambulance case is temporarily on hold.</td></tr><tr><td style=\"white-space:nowrap\">FACILITY-ARRIVAL<a name=\"ambulance-case-status-FACILITY-ARRIVAL\"> </a></td><td>Facility Arrival</td><td>The ambulance has arrived at the healthcare facility.</td></tr><tr><td style=\"white-space:nowrap\">RESOLVED<a name=\"ambulance-case-status-RESOLVED\"> </a></td><td>Resolved</td><td>The ambulance case has been resolved.</td></tr><tr><td style=\"white-space:nowrap\">CLOSED<a name=\"ambulance-case-status-CLOSED\"> </a></td><td>Closed</td><td>The ambulance case has been closed.</td></tr></table></div>"
  },
  "url" : "http://localhost:8085/fhir/CodeSystem/ambulance-case-status",
  "version" : "0.1.0",
  "name" : "AmbulanceCaseStatusCS",
  "title" : "Ambulance Case Status",
  "status" : "active",
  "date" : "2026-05-31T11:35:58+00:00",
  "publisher" : "Digital Health Agency of Kenya",
  "contact" : [
    {
      "name" : "Digital Health Agency of Kenya",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.dha.go.ke"
        },
        {
          "system" : "email",
          "value" : "interoperability@dha.go.ke"
        }
      ]
    },
    {
      "name" : "Digital Health Agency of Kenya – Interoperability Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "interoperability@dha.go.ke",
          "use" : "work"
        },
        {
          "system" : "url",
          "value" : "https://www.dha.go.ke",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Defines the lifecycle statuses of an ambulance case.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "copyright" : "Copyright © 2024+ Digital Health Agency of Kenya. This content is licensed under Creative Commons Zero v1.0 Universal (CC0 1.0). No rights reserved.\n",
  "content" : "complete",
  "count" : 11,
  "concept" : [
    {
      "code" : "RECEIVED",
      "display" : "Received",
      "definition" : "The ambulance case has been received."
    },
    {
      "code" : "DISPATCHED",
      "display" : "Dispatched",
      "definition" : "An ambulance has been dispatched."
    },
    {
      "code" : "ACCEPTED",
      "display" : "Accepted",
      "definition" : "The ambulance case has been accepted."
    },
    {
      "code" : "REJECTED",
      "display" : "Rejected",
      "definition" : "The ambulance case has been rejected."
    },
    {
      "code" : "LEAVING-SCENE",
      "display" : "Leaving Scene",
      "definition" : "The ambulance is leaving the scene."
    },
    {
      "code" : "IN-TRANSIT",
      "display" : "In Transit",
      "definition" : "The ambulance is transporting the patient."
    },
    {
      "code" : "ARRIVAL",
      "display" : "Arrival",
      "definition" : "The ambulance has arrived at the destination."
    },
    {
      "code" : "ON-HOLD",
      "display" : "On Hold",
      "definition" : "The ambulance case is temporarily on hold."
    },
    {
      "code" : "FACILITY-ARRIVAL",
      "display" : "Facility Arrival",
      "definition" : "The ambulance has arrived at the healthcare facility."
    },
    {
      "code" : "RESOLVED",
      "display" : "Resolved",
      "definition" : "The ambulance case has been resolved."
    },
    {
      "code" : "CLOSED",
      "display" : "Closed",
      "definition" : "The ambulance case has been closed."
    }
  ]
}