Kenya Emergency Care 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-Emergency-FHIR-IG/ and changes regularly. See the Directory of published versions
| Active as of 2026-08-07 |
{
"resourceType" : "CodeSystem",
"id" : "em-disposition",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem em-disposition</b></p><a name=\"em-disposition\"> </a><a name=\"hcem-disposition\"> </a><p>This case-sensitive code system <code>https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-disposition</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">discharge<a name=\"em-disposition-discharge\"> </a></td><td>Discharge</td></tr><tr><td style=\"white-space:nowrap\">follow-up-clinic<a name=\"em-disposition-follow-up-clinic\"> </a></td><td>Follow-up clinic</td></tr><tr><td style=\"white-space:nowrap\">admit-icu<a name=\"em-disposition-admit-icu\"> </a></td><td>Admit - ICU</td></tr><tr><td style=\"white-space:nowrap\">admit-hdu<a name=\"em-disposition-admit-hdu\"> </a></td><td>Admit - HDU</td></tr><tr><td style=\"white-space:nowrap\">admit-theatre<a name=\"em-disposition-admit-theatre\"> </a></td><td>Admit - Theatre</td></tr><tr><td style=\"white-space:nowrap\">admit-ward<a name=\"em-disposition-admit-ward\"> </a></td><td>Admit - Ward</td></tr><tr><td style=\"white-space:nowrap\">left-without-being-seen<a name=\"em-disposition-left-without-being-seen\"> </a></td><td>Left without being seen / before treatment complete</td></tr><tr><td style=\"white-space:nowrap\">died<a name=\"em-disposition-died\"> </a></td><td>Died</td></tr><tr><td style=\"white-space:nowrap\">transfer<a name=\"em-disposition-transfer\"> </a></td><td>Transfer</td></tr></table></div>"
},
"url" : "https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-disposition",
"version" : "0.1.0",
"name" : "EMDispositionCS",
"title" : "Emergency Department Disposition",
"status" : "active",
"experimental" : false,
"date" : "2026-08-07T11:54:11+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" : "Outcome of the emergency department encounter.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "KE",
"display" : "Kenya"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 9,
"concept" : [
{
"code" : "discharge",
"display" : "Discharge"
},
{
"code" : "follow-up-clinic",
"display" : "Follow-up clinic"
},
{
"code" : "admit-icu",
"display" : "Admit - ICU"
},
{
"code" : "admit-hdu",
"display" : "Admit - HDU"
},
{
"code" : "admit-theatre",
"display" : "Admit - Theatre"
},
{
"code" : "admit-ward",
"display" : "Admit - Ward"
},
{
"code" : "left-without-being-seen",
"display" : "Left without being seen / before treatment complete"
},
{
"code" : "died",
"display" : "Died"
},
{
"code" : "transfer",
"display" : "Transfer"
}
]
}