{
  "resourceType" : "CodeSystem",
  "id" : "device-order-codesystem",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "https://fhir.slade360.co.ke/fhir/CodeSystem/device-order-codesystem",
  "version" : "0.1.0",
  "name" : "SGHIDeviceOrderCodeSystem",
  "title" : "SGHI Device Order 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 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" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [{
    "code" : "supply-method",
    "display" : "How the device is supplied",
    "definition" : "Names the DeviceRequest.parameter that records the route by which the device reaches the patient."
  },
  {
    "code" : "dispensed-on-site",
    "display" : "Dispensed on site",
    "definition" : "The patient collects the device from the facility that ordered it."
  },
  {
    "code" : "fitted-in-clinic",
    "display" : "Fitted in clinic",
    "definition" : "The device is fitted to the patient during a clinic appointment."
  },
  {
    "code" : "patient-to-purchase",
    "display" : "Patient to purchase",
    "definition" : "The device is to be purchased by the patient."
  },
  {
    "code" : "loan-from-equipment-library",
    "display" : "Loan from equipment library",
    "definition" : "The patient is loaned the device from the equipment library."
  }]
}