SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build
SGHI FHIR Profile Implementation Guide, published by Kathurima Kimathi. 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/savannahghi/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions
| Active as of 2026-09-15 |
{
"resourceType" : "ValueSet",
"id" : "admission-no-longer-needed-reason",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet admission-no-longer-needed-reason</b></p><a name=\"admission-no-longer-needed-reason\"> </a><a name=\"hcadmission-no-longer-needed-reason\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-admission-codesystem.html\"><code>https://fhir.slade360.co.ke/fhir/CodeSystem/admission-codesystem</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version 📦0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-admission-codesystem.html#admission-codesystem-improved\">improved</a></td><td>Treated and improved</td><td>The patient improved and no longer needs admitting.</td></tr><tr><td><a href=\"CodeSystem-admission-codesystem.html#admission-codesystem-referred-out\">referred-out</a></td><td>Referred out instead</td><td>The patient was referred elsewhere instead.</td></tr><tr><td><a href=\"CodeSystem-admission-codesystem.html#admission-codesystem-went-elsewhere\">went-elsewhere</a></td><td>Went to another hospital</td><td>The patient went to another hospital while waiting.</td></tr><tr><td><a href=\"CodeSystem-admission-codesystem.html#admission-codesystem-refused\">refused</a></td><td>Patient refused admission</td><td>The patient refused admission.</td></tr><tr><td><a href=\"CodeSystem-admission-codesystem.html#admission-codesystem-died-waiting\">died-waiting</a></td><td>Died while waiting</td><td>The patient died before a bed was found. A closed record, not a reversible decision.</td></tr><tr><td><a href=\"CodeSystem-admission-codesystem.html#admission-codesystem-duplicate-admission\">duplicate-admission</a></td><td>Duplicate or raised in error</td><td>A duplicate of another request.</td></tr></table></li></ul></div>"
},
"url" : "https://fhir.slade360.co.ke/fhir/ValueSet/admission-no-longer-needed-reason",
"version" : "0.1.0",
"name" : "SGHIAdmissionNoLongerNeededReason",
"title" : "SGHI Admission No Longer Needed Reason",
"status" : "active",
"experimental" : false,
"date" : "2026-09-15T11:40:24+00:00",
"publisher" : "Kathurima Kimathi",
"contact" : [
{
"name" : "Kathurima Kimathi",
"telecom" : [
{
"system" : "url",
"value" : "https://www.linkedin.com/in/kathurima-kimathi/"
},
{
"system" : "email",
"value" : "kathurimakimathi415@gmail.com"
}
]
},
{
"name" : "Oscar John",
"telecom" : [
{
"system" : "email",
"value" : "oscarjohnotieno@gmail.com",
"use" : "work"
}
]
},
{
"name" : "Kennedy Omondi",
"telecom" : [
{
"system" : "email",
"value" : "kennankole@gmail.com",
"use" : "work"
}
]
}
],
"description" : "Why a queued admission is no longer needed. Reasons carrying ours-to-fix = true are the ones the hospital could have prevented.",
"compose" : {
"include" : [
{
"system" : "https://fhir.slade360.co.ke/fhir/CodeSystem/admission-codesystem",
"concept" : [
{
"code" : "improved",
"display" : "Treated and improved"
},
{
"code" : "referred-out",
"display" : "Referred out instead"
},
{
"code" : "went-elsewhere",
"display" : "Went to another hospital"
},
{
"code" : "refused",
"display" : "Patient refused admission"
},
{
"code" : "died-waiting",
"display" : "Died while waiting"
},
{
"code" : "duplicate-admission",
"display" : "Duplicate or raised in error"
}
]
}
]
}
}