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 Device Order Code System - XML Representation

Active as of 2026-09-15

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="device-order-codesystem"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem device-order-codesystem</b></p><a name="device-order-codesystem"> </a><a name="hcdevice-order-codesystem"> </a><p>This case-sensitive code system <code>https://fhir.slade360.co.ke/fhir/CodeSystem/device-order-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">supply-method<a name="device-order-codesystem-supply-method"> </a></td><td>How the device is supplied</td><td>Names the DeviceRequest.parameter that records the route by which the device reaches the patient.</td></tr><tr><td style="white-space:nowrap">dispensed-on-site<a name="device-order-codesystem-dispensed-on-site"> </a></td><td>Dispensed on site</td><td>The patient collects the device from the facility that ordered it.</td></tr><tr><td style="white-space:nowrap">fitted-in-clinic<a name="device-order-codesystem-fitted-in-clinic"> </a></td><td>Fitted in clinic</td><td>The device is fitted to the patient during a clinic appointment.</td></tr><tr><td style="white-space:nowrap">patient-to-purchase<a name="device-order-codesystem-patient-to-purchase"> </a></td><td>Patient to purchase</td><td>The device is to be purchased by the patient.</td></tr><tr><td style="white-space:nowrap">loan-from-equipment-library<a name="device-order-codesystem-loan-from-equipment-library"> </a></td><td>Loan from equipment library</td><td>The patient is loaned the device from the equipment library.</td></tr></table></div>
  </text>
  <url
       value="https://fhir.slade360.co.ke/fhir/CodeSystem/device-order-codesystem"/>
  <version value="0.1.0"/>
  <name value="SGHIDeviceOrderCodeSystem"/>
  <title value="SGHI Device Order Code System"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2026-09-15T11:40:24+00:00"/>
  <publisher value="Kathurima Kimathi"/>
  <contact>
    <name value="Kathurima Kimathi"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.linkedin.com/in/kathurima-kimathi/"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="kathurimakimathi415@gmail.com"/>
    </telecom>
  </contact>
  <contact>
    <name value="Oscar John"/>
    <telecom>
      <system value="email"/>
      <value value="oscarjohnotieno@gmail.com"/>
      <use value="work"/>
    </telecom>
  </contact>
  <contact>
    <name value="Kennedy Omondi"/>
    <telecom>
      <system value="email"/>
      <value value="kennankole@gmail.com"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="The concepts the device order form records that FHIR has nowhere to put. DeviceRequest carries the device, the intent, the priority and the quantity as named elements, but how the patient actually receives the device has no element of its own, so it is carried as a DeviceRequest.parameter and both halves of that parameter — the one naming what the parameter is, and the ones naming the answers — are defined here."/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="5"/>
  <concept>
    <code value="supply-method"/>
    <display value="How the device is supplied"/>
    <definition
                value="Names the DeviceRequest.parameter that records the route by which the device reaches the patient."/>
  </concept>
  <concept>
    <code value="dispensed-on-site"/>
    <display value="Dispensed on site"/>
    <definition
                value="The patient collects the device from the facility that ordered it."/>
  </concept>
  <concept>
    <code value="fitted-in-clinic"/>
    <display value="Fitted in clinic"/>
    <definition
                value="The device is fitted to the patient during a clinic appointment."/>
  </concept>
  <concept>
    <code value="patient-to-purchase"/>
    <display value="Patient to purchase"/>
    <definition value="The device is to be purchased by the patient."/>
  </concept>
  <concept>
    <code value="loan-from-equipment-library"/>
    <display value="Loan from equipment library"/>
    <definition
                value="The patient is loaned the device from the equipment library."/>
  </concept>
</CodeSystem>