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 Medication Administration Outcome - JSON Representation

Active as of 2026-09-15

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "medication-administration-outcome",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet medication-administration-outcome</b></p><a name=\"medication-administration-outcome\"> </a><a name=\"hcmedication-administration-outcome\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-medication-administration-codesystem.html\"><code>https://fhir.slade360.co.ke/fhir/CodeSystem/medication-administration-codesystem</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-medication-administration-codesystem.html#medication-administration-codesystem-given\">given</a></td><td>Given</td><td>The dose was administered. Carried on MedicationAdministration.status as #completed.</td></tr><tr><td><a href=\"CodeSystem-medication-administration-codesystem.html#medication-administration-codesystem-held\">held</a></td><td>Held</td><td>A clinical decision to withhold the dose, expecting to give it later. Carried as #on-hold, whose definition — temporarily halted but expected to continue — is exactly this.</td></tr><tr><td><a href=\"CodeSystem-medication-administration-codesystem.html#medication-administration-codesystem-refused\">refused</a></td><td>Refused</td><td>The patient declined the dose. Carried as #not-done, which it shares with #omitted; the two are told apart by the reason recorded, not by the status.</td></tr><tr><td><a href=\"CodeSystem-medication-administration-codesystem.html#medication-administration-codesystem-omitted\">omitted</a></td><td>Omitted</td><td>The dose passed without being given. Carried as #not-done, shared with #refused as above.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.slade360.co.ke/fhir/ValueSet/medication-administration-outcome",
  "version" : "0.1.0",
  "name" : "SGHIMedicationAdministrationOutcome",
  "title" : "SGHI Medication Administration Outcome",
  "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" : "What happened to a medication dose at the drug round. Recorded alongside MedicationAdministration.status rather than in it: status is a required binding on which Refused and Omitted are both #not-done.",
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.slade360.co.ke/fhir/CodeSystem/medication-administration-codesystem",
        "concept" : [
          {
            "code" : "given",
            "display" : "Given"
          },
          {
            "code" : "held",
            "display" : "Held"
          },
          {
            "code" : "refused",
            "display" : "Refused"
          },
          {
            "code" : "omitted",
            "display" : "Omitted"
          }
        ]
      }
    ]
  }
}