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

: SGHI Discharge Disposition - JSON Representation

Active as of 2026-09-15

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "discharge-disposition",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet discharge-disposition</b></p><a name=\"discharge-disposition\"> </a><a name=\"hcdischarge-disposition\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-discharge-disposition.html\"><code>http://terminology.hl7.org/CodeSystem/discharge-disposition</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 1.0.1, the version found through the package references\"> version &#x1F4E6;1.0.1</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=\"http://terminology.hl7.org/7.3.0/CodeSystem-discharge-disposition.html#discharge-disposition-home\">home</a></td><td>Home</td><td>The patient was dicharged and has indicated that they are going to return home afterwards.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-discharge-disposition.html#discharge-disposition-rehab\">rehab</a></td><td>Rehabilitation</td><td>The patient was discharged and is to receive post acute care rehabilitation services.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-discharge-disposition.html#discharge-disposition-snf\">snf</a></td><td>Nursing home or care facility</td><td>The patient has been discharged to a skilled nursing facility for the patient to receive additional care.</td></tr></table></li><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 &#x1F4E6;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-home-with-community-follow-up\">home-with-community-follow-up</a></td><td>Home with community follow-up</td><td>The patient went home with a community health worker or a home visit arranged.</td></tr><tr><td><a href=\"CodeSystem-admission-codesystem.html#admission-codesystem-outpatient-clinic-follow-up\">outpatient-clinic-follow-up</a></td><td>Outpatient clinic follow-up</td><td>The patient went home with a clinic appointment arranged to continue their care.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.slade360.co.ke/fhir/ValueSet/discharge-disposition",
  "version" : "0.1.0",
  "name" : "SGHIDischargeDisposition",
  "title" : "SGHI Discharge Disposition",
  "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" : "Where the patient is going. Asked only of a living patient leaving with an agreed plan: a death has no disposition, and a transfer out names the receiving facility instead.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/discharge-disposition",
        "concept" : [
          {
            "code" : "home",
            "display" : "Home"
          },
          {
            "code" : "rehab",
            "display" : "Rehabilitation"
          },
          {
            "code" : "snf",
            "display" : "Nursing home or care facility"
          }
        ]
      },
      {
        "system" : "https://fhir.slade360.co.ke/fhir/CodeSystem/admission-codesystem",
        "concept" : [
          {
            "code" : "home-with-community-follow-up",
            "display" : "Home with community follow-up"
          },
          {
            "code" : "outpatient-clinic-follow-up",
            "display" : "Outpatient clinic follow-up"
          }
        ]
      }
    ]
  }
}