FHIR IG analytics| Package | fhir.kenyaEmergencyIG |
| Resource Type | CodeSystem |
| Id | CodeSystem-ambulance-case-status.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem ambulance-case-status
This code system https://nshr-uat.sha.go.ke/fhir/CodeSystem/ambulance-case-status defines the following codes:
{
"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",
"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": "Defines the lifecycle statuses of an ambulance case.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KE",
"display": "Kenya"
}
]
}
],
"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."
}
]
}