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 Transfer Code System - JSON Representation

Active as of 2026-09-15

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "transfer-codesystem",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem transfer-codesystem</b></p><a name=\"transfer-codesystem\"> </a><a name=\"hctransfer-codesystem\"> </a><p>This case-sensitive code system <code>https://fhir.slade360.co.ke/fhir/CodeSystem/transfer-codesystem</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ward-transfer<a name=\"transfer-codesystem-ward-transfer\"> </a></td><td>Ward transfer</td><td>A move to another ward at the same level of care. The bed the patient leaves is given up.</td></tr><tr><td style=\"white-space:nowrap\">escalation<a name=\"transfer-codesystem-escalation\"> </a></td><td>Escalation</td><td>A move to a higher level of care, such as a general ward to high dependency or intensive care, because the patient has deteriorated or needs closer monitoring than the sending ward can give.</td></tr><tr><td style=\"white-space:nowrap\">de-escalation<a name=\"transfer-codesystem-de-escalation\"> </a></td><td>De-escalation</td><td>A move to a lower level of care, such as intensive care to high dependency or a general ward, because the patient has improved enough to be nursed with less support.</td></tr><tr><td style=\"white-space:nowrap\">theatre<a name=\"transfer-codesystem-theatre\"> </a></td><td>Theatre</td><td>A move to an operating theatre for surgery. Temporary: the patient returns to the ward, or to recovery and then the ward, and the bed is held for them.</td></tr><tr><td style=\"white-space:nowrap\">procedure<a name=\"transfer-codesystem-procedure\"> </a></td><td>Procedure</td><td>A move to a procedure or investigation area for something that cannot be done at the bedside. Temporary in the same way theatre is, and separate from it because it needs no theatre list, no anaesthetic booking and usually no recovery bay.</td></tr></table></div>"
  },
  "url" : "https://fhir.slade360.co.ke/fhir/CodeSystem/transfer-codesystem",
  "version" : "0.1.0",
  "name" : "SGHITransferCodeSystem",
  "title" : "SGHI Transfer Code System",
  "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" : "The kind of move a patient is being made within the facility. Recorded on the transfer form alongside the destination and the reason, and distinct from both: this says what sort of move it is, which decides whether the bed is held and whether the level of care changes.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "ward-transfer",
      "display" : "Ward transfer",
      "definition" : "A move to another ward at the same level of care. The bed the patient leaves is given up."
    },
    {
      "code" : "escalation",
      "display" : "Escalation",
      "definition" : "A move to a higher level of care, such as a general ward to high dependency or intensive care, because the patient has deteriorated or needs closer monitoring than the sending ward can give."
    },
    {
      "code" : "de-escalation",
      "display" : "De-escalation",
      "definition" : "A move to a lower level of care, such as intensive care to high dependency or a general ward, because the patient has improved enough to be nursed with less support."
    },
    {
      "code" : "theatre",
      "display" : "Theatre",
      "definition" : "A move to an operating theatre for surgery. Temporary: the patient returns to the ward, or to recovery and then the ward, and the bed is held for them."
    },
    {
      "code" : "procedure",
      "display" : "Procedure",
      "definition" : "A move to a procedure or investigation area for something that cannot be done at the bedside. Temporary in the same way theatre is, and separate from it because it needs no theatre list, no anaesthetic booking and usually no recovery bay."
    }
  ]
}