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 Order Cancellation Reason - JSON Representation

Active as of 2026-09-15

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "order-cancellation-reason",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet order-cancellation-reason</b></p><a name=\"order-cancellation-reason\"> </a><a name=\"hcorder-cancellation-reason\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-order-cancellation.html\"><code>https://fhir.slade360.co.ke/fhir/CodeSystem/order-cancellation</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-order-cancellation.html#order-cancellation-no-longer-clinically-needed\">no-longer-clinically-needed</a></td><td>No longer clinically needed</td><td>The clinical question the item was raised to answer no longer needs answering.</td></tr><tr><td><a href=\"CodeSystem-order-cancellation.html#order-cancellation-patient-being-discharged\">patient-being-discharged</a></td><td>Patient is being discharged</td><td>The patient is leaving, and the item would not be done before they go.</td></tr><tr><td><a href=\"CodeSystem-order-cancellation.html#order-cancellation-done-elsewhere-already\">done-elsewhere-already</a></td><td>Done elsewhere already</td><td>The same work has already been done, here or at another facility, and repeating it would add nothing.</td></tr><tr><td><a href=\"CodeSystem-order-cancellation.html#order-cancellation-patient-declined\">patient-declined</a></td><td>Patient declined</td><td>The patient did not consent to the item being done.</td></tr><tr><td><a href=\"CodeSystem-order-cancellation.html#order-cancellation-ordered-in-error\">ordered-in-error</a></td><td>Ordered in error</td><td>The item should never have been ordered. Unlike the others this voids the request rather than stopping it, so the record shows it as never having been validly placed.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.slade360.co.ke/fhir/ValueSet/order-cancellation-reason",
  "version" : "0.1.0",
  "name" : "SGHIOrderCancellationReason",
  "title" : "SGHI Order Cancellation Reason",
  "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" : "Why an ordered item was stopped before it was done, as offered to the person cancelling it. #ordered-in-error is the odd one out and is deliberately included: the other four stop a request that was validly placed, while that one says it never should have been, and an audit that cannot tell those apart cannot tell a change of plan from a mistake. #parent-order-cancelled is deliberately excluded: the server sets it when a whole order is cancelled, and it is not a choice anyone makes.",
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.slade360.co.ke/fhir/CodeSystem/order-cancellation",
        "concept" : [
          {
            "code" : "no-longer-clinically-needed",
            "display" : "No longer clinically needed"
          },
          {
            "code" : "patient-being-discharged",
            "display" : "Patient is being discharged"
          },
          {
            "code" : "done-elsewhere-already",
            "display" : "Done elsewhere already"
          },
          {
            "code" : "patient-declined",
            "display" : "Patient declined"
          },
          {
            "code" : "ordered-in-error",
            "display" : "Ordered in error"
          }
        ]
      }
    ]
  }
}