FHIR IG analytics| Package | fhir.kenyaPSIG |
| Resource Type | CodeSystem |
| Id | CodeSystem-ambulance-case-status.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Patient-Summary-FHIR-IG/CodeSystem-ambulance-case-status.html |
| URL | https://nshr-uat.sha.go.ke/fhir/CodeSystem/ambulance-case-status |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-06-19T10:10:16+00:00 |
| Name | AmbulanceCaseStatusCS |
| Title | Ambulance Case Status |
| Realm | us |
| Authority | hl7 |
| Description | Defines the lifecycle statuses of an ambulance case. |
| 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. |
| Content | complete |
No resources found
No resources found
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:
{
"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."
}
]
}