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

Active as of 2026-09-15

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="order-cancellation"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem order-cancellation</b></p><a name="order-cancellation"> </a><a name="hcorder-cancellation"> </a><p>This case-sensitive code system <code>https://fhir.slade360.co.ke/fhir/CodeSystem/order-cancellation</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">no-longer-clinically-needed<a name="order-cancellation-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 style="white-space:nowrap">patient-being-discharged<a name="order-cancellation-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 style="white-space:nowrap">done-elsewhere-already<a name="order-cancellation-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 style="white-space:nowrap">patient-declined<a name="order-cancellation-patient-declined"> </a></td><td>Patient declined</td><td>The patient did not consent to the item being done.</td></tr><tr><td style="white-space:nowrap">ordered-in-error<a name="order-cancellation-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><tr><td style="white-space:nowrap">parent-order-cancelled<a name="order-cancellation-parent-order-cancelled"> </a></td><td>Parent order was cancelled</td><td>The item was stopped because the order it belonged to was cancelled, not on a decision about the item itself.</td></tr></table></div>
  </text>
  <url
       value="https://fhir.slade360.co.ke/fhir/CodeSystem/order-cancellation"/>
  <version value="0.1.0"/>
  <name value="SGHIOrderCancellationCodeSystem"/>
  <title value="SGHI Order Cancellation 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="Why an ordered item was stopped before it was done. Recorded against the item and not the order: an order carries several items, and one test no longer being needed says nothing about the prescription beside it."/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="6"/>
  <concept>
    <code value="no-longer-clinically-needed"/>
    <display value="No longer clinically needed"/>
    <definition
                value="The clinical question the item was raised to answer no longer needs answering."/>
  </concept>
  <concept>
    <code value="patient-being-discharged"/>
    <display value="Patient is being discharged"/>
    <definition
                value="The patient is leaving, and the item would not be done before they go."/>
  </concept>
  <concept>
    <code value="done-elsewhere-already"/>
    <display value="Done elsewhere already"/>
    <definition
                value="The same work has already been done, here or at another facility, and repeating it would add nothing."/>
  </concept>
  <concept>
    <code value="patient-declined"/>
    <display value="Patient declined"/>
    <definition value="The patient did not consent to the item being done."/>
  </concept>
  <concept>
    <code value="ordered-in-error"/>
    <display value="Ordered in error"/>
    <definition
                value="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."/>
  </concept>
  <concept>
    <code value="parent-order-cancelled"/>
    <display value="Parent order was cancelled"/>
    <definition
                value="The item was stopped because the order it belonged to was cancelled, not on a decision about the item itself."/>
  </concept>
</CodeSystem>