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
| Active as of 2026-09-15 |
<ValueSet xmlns="http://hl7.org/fhir">
<id value="order-cancellation-reason"/>
<text>
<status value="extensions"/>
<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 📦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>
</text>
<url
value="https://fhir.slade360.co.ke/fhir/ValueSet/order-cancellation-reason"/>
<version value="0.1.0"/>
<name value="SGHIOrderCancellationReason"/>
<title value="SGHI Order Cancellation Reason"/>
<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, 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
value="https://fhir.slade360.co.ke/fhir/CodeSystem/order-cancellation"/>
<concept>
<code value="no-longer-clinically-needed"/>
<display value="No longer clinically needed"/>
</concept>
<concept>
<code value="patient-being-discharged"/>
<display value="Patient is being discharged"/>
</concept>
<concept>
<code value="done-elsewhere-already"/>
<display value="Done elsewhere already"/>
</concept>
<concept>
<code value="patient-declined"/>
<display value="Patient declined"/>
</concept>
<concept>
<code value="ordered-in-error"/>
<display value="Ordered in error"/>
</concept>
</include>
</compose>
</ValueSet>