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

FHIR IG analytics

Packagefhir.kenyaPSIG
Resource TypeCodeSystem
IdCodeSystem-ambulance-case-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Patient-Summary-FHIR-IG/CodeSystem-ambulance-case-status.html
URLhttps://nshr-uat.sha.go.ke/fhir/CodeSystem/ambulance-case-status
Version0.1.0
Statusactive
Date2026-06-19T10:10:16+00:00
NameAmbulanceCaseStatusCS
TitleAmbulance Case Status
Realmus
Authorityhl7
DescriptionDefines the lifecycle statuses of an ambulance case.
CopyrightCopyright © 2024+ Digital Health Agency of Kenya. This content is licensed under Creative Commons Zero v1.0 Universal (CC0 1.0). No rights reserved.
Contentcomplete

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: CodeSystem ambulance-case-status

This case-sensitive code system https://nshr-uat.sha.go.ke/fhir/CodeSystem/ambulance-case-status defines the following codes:

CodeDisplayDefinition
RECEIVED ReceivedThe ambulance case has been received.
DISPATCHED DispatchedAn ambulance has been dispatched.
ACCEPTED AcceptedThe ambulance case has been accepted.
REJECTED RejectedThe ambulance case has been rejected.
LEAVING-SCENE Leaving SceneThe ambulance is leaving the scene.
IN-TRANSIT In TransitThe ambulance is transporting the patient.
ARRIVAL ArrivalThe ambulance has arrived at the destination.
ON-HOLD On HoldThe ambulance case is temporarily on hold.
FACILITY-ARRIVAL Facility ArrivalThe ambulance has arrived at the healthcare facility.
RESOLVED ResolvedThe ambulance case has been resolved.
CLOSED ClosedThe ambulance case has been closed.

Source1

{
  "resourceType": "CodeSystem",
  "id": "ambulance-case-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/ambulance-case-status",
  "version": "0.1.0",
  "name": "AmbulanceCaseStatusCS",
  "title": "Ambulance Case Status",
  "status": "active",
  "experimental": false,
  "date": "2026-06-19T10:10:16+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",
  "caseSensitive": true,
  "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."
    }
  ]
}