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 Bed Status - JSON Representation

Draft as of 2026-09-15

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "bed-status",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet bed-status</b></p><a name=\"bed-status\"> </a><a name=\"hcbed-status\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-identifier-codesystem.html\"><code>https://fhir.slade360.co.ke/fhir/CodeSystem/identifier-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-identifier-codesystem.html#identifier-codesystem-closed\">closed</a></td><td>Closed</td><td>Closed</td></tr><tr><td><a href=\"CodeSystem-identifier-codesystem.html#identifier-codesystem-housekeeping\">housekeeping</a></td><td>Housekeeping</td><td>Being cleaned between patients, and not offered at allocation. This is the concept a bed board labels 'cleaning'.</td></tr><tr><td><a href=\"CodeSystem-identifier-codesystem.html#identifier-codesystem-occupied\">occupied</a></td><td>Occupied</td><td>Occupied</td></tr><tr><td><a href=\"CodeSystem-identifier-codesystem.html#identifier-codesystem-unoccupied\">unoccupied</a></td><td>Unoccupied</td><td>Free and offered at allocation. This is the concept a bed board labels 'available'.</td></tr><tr><td><a href=\"CodeSystem-identifier-codesystem.html#identifier-codesystem-contaminated\">contaminated</a></td><td>Contaminated</td><td>Contaminated</td></tr><tr><td><a href=\"CodeSystem-identifier-codesystem.html#identifier-codesystem-isolated\">isolated</a></td><td>Isolated</td><td>Isolated</td></tr><tr><td><a href=\"CodeSystem-identifier-codesystem.html#identifier-codesystem-reserved\">reserved</a></td><td>Reserved</td><td>Physically free but held for a named patient or admission, and so not offered to anyone else at allocation.</td></tr><tr><td><a href=\"CodeSystem-identifier-codesystem.html#identifier-codesystem-maintenance\">maintenance</a></td><td>Maintenance</td><td>Out of service for repair rather than cleaning, and not offered at allocation.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.slade360.co.ke/fhir/ValueSet/bed-status",
  "version" : "0.1.0",
  "name" : "SGHIBedStatus",
  "title" : "SGHI Bed Status",
  "status" : "draft",
  "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" : "Codes that can be used to indicate the operating status of an organization's location",
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.slade360.co.ke/fhir/CodeSystem/identifier-codesystem",
        "concept" : [
          {
            "code" : "closed",
            "display" : "Closed"
          },
          {
            "code" : "housekeeping",
            "display" : "Housekeeping"
          },
          {
            "code" : "occupied",
            "display" : "Occupied"
          },
          {
            "code" : "unoccupied",
            "display" : "Unoccupied"
          },
          {
            "code" : "contaminated",
            "display" : "Contaminated"
          },
          {
            "code" : "isolated",
            "display" : "Isolated"
          },
          {
            "code" : "reserved",
            "display" : "Reserved"
          },
          {
            "code" : "maintenance",
            "display" : "Maintenance"
          }
        ]
      }
    ]
  }
}