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

: SGHIRouteOfAdministrationCodeSystem - JSON Representation

Active as of 2026-02-11

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "route-of-administration",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem route-of-administration</b></p><a name=\"route-of-administration\"> </a><a name=\"hcroute-of-administration\"> </a><p>This  code system <code>https://fhir.slade360.co.ke/fhir/CodeSystem/route-of-administration</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\">o<a name=\"route-of-administration-o\"> </a></td><td>Oral</td><td>Administration of medication through the mouth.</td></tr><tr><td style=\"white-space:nowrap\">iv<a name=\"route-of-administration-iv\"> </a></td><td>Intravenous</td><td>Administration of medication directly into a vein.</td></tr><tr><td style=\"white-space:nowrap\">im<a name=\"route-of-administration-im\"> </a></td><td>Intramuscular</td><td>Administration of medication into a muscle.</td></tr><tr><td style=\"white-space:nowrap\">it<a name=\"route-of-administration-it\"> </a></td><td>Intrathecal</td><td>Intrathecal</td></tr><tr><td style=\"white-space:nowrap\">sc<a name=\"route-of-administration-sc\"> </a></td><td>Subcutaneous</td><td>Administration of medication into the tissue layer between the skin and the muscle</td></tr></table></div>"
  },
  "url" : "https://fhir.slade360.co.ke/fhir/CodeSystem/route-of-administration",
  "version" : "0.1.0",
  "name" : "SGHIRouteOfAdministrationCodeSystem",
  "status" : "active",
  "date" : "2026-02-11T13:07:07+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" : "A code system enumerating the different route options used to specify medication administration routes across SGHI's environment.",
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "o",
      "display" : "Oral",
      "definition" : "Administration of medication through the mouth."
    },
    {
      "code" : "iv",
      "display" : "Intravenous",
      "definition" : "Administration of medication directly into a vein."
    },
    {
      "code" : "im",
      "display" : "Intramuscular",
      "definition" : "Administration of medication into a muscle."
    },
    {
      "code" : "it",
      "display" : "Intrathecal",
      "definition" : "Intrathecal"
    },
    {
      "code" : "sc",
      "display" : "Subcutaneous",
      "definition" : "Administration of medication into the tissue layer between the skin and the muscle"
    }
  ]
}