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 |
{
"resourceType" : "CodeSystem",
"id" : "order-cancellation",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"url" : "https://fhir.slade360.co.ke/fhir/CodeSystem/order-cancellation",
"version" : "0.1.0",
"name" : "SGHIOrderCancellationCodeSystem",
"title" : "SGHI Order Cancellation 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" : "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" : true,
"content" : "complete",
"count" : 6,
"concept" : [
{
"code" : "no-longer-clinically-needed",
"display" : "No longer clinically needed",
"definition" : "The clinical question the item was raised to answer no longer needs answering."
},
{
"code" : "patient-being-discharged",
"display" : "Patient is being discharged",
"definition" : "The patient is leaving, and the item would not be done before they go."
},
{
"code" : "done-elsewhere-already",
"display" : "Done elsewhere already",
"definition" : "The same work has already been done, here or at another facility, and repeating it would add nothing."
},
{
"code" : "patient-declined",
"display" : "Patient declined",
"definition" : "The patient did not consent to the item being done."
},
{
"code" : "ordered-in-error",
"display" : "Ordered in error",
"definition" : "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."
},
{
"code" : "parent-order-cancelled",
"display" : "Parent order was cancelled",
"definition" : "The item was stopped because the order it belonged to was cancelled, not on a decision about the item itself."
}
]
}