Kenya Patient Summary FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya Patient Summary FHIR Implementation Guide, published by Digital Health Agency of Kenya. 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/IntelliSOFT-Consulting/Kenya-Patient-Summary-FHIR-IG/ and changes regularly. See the Directory of published versions

: MedicationRequest Status CodeSystem - JSON Representation

Active as of 2026-05-31

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "medication-request-status-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medication-request-status-cs</b></p><a name=\"medication-request-status-cs\"> </a><a name=\"hcmedication-request-status-cs\"> </a><p>This case-sensitive code system <code>http://localhost:8085/fhir/CodeSystem/medication-request-status-cs</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\">active<a name=\"medication-request-status-cs-active\"> </a></td><td>Active</td><td>The prescription is active and can be acted on.</td></tr><tr><td style=\"white-space:nowrap\">on-hold<a name=\"medication-request-status-cs-on-hold\"> </a></td><td>On Hold</td><td>The prescription is temporarily paused.</td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"medication-request-status-cs-cancelled\"> </a></td><td>Cancelled</td><td>The prescription has been cancelled. Consider holding before cancelling.</td></tr><tr><td style=\"white-space:nowrap\">completed<a name=\"medication-request-status-cs-completed\"> </a></td><td>Completed</td><td>The prescription has been fully administered or fulfilled.</td></tr><tr><td style=\"white-space:nowrap\">stopped<a name=\"medication-request-status-cs-stopped\"> </a></td><td>Stopped</td><td>The prescription was stopped before completion.</td></tr><tr><td style=\"white-space:nowrap\">draft<a name=\"medication-request-status-cs-draft\"> </a></td><td>Draft</td><td>The prescription is in a preliminary state.</td></tr></table></div>"
  },
  "url" : "http://localhost:8085/fhir/CodeSystem/medication-request-status-cs",
  "version" : "0.1.0",
  "name" : "MedicationRequestStatusCS",
  "title" : "MedicationRequest Status CodeSystem",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-05-31T11:35:58+00:00",
  "publisher" : "Digital Health Agency of Kenya",
  "contact" : [
    {
      "name" : "Digital Health Agency of Kenya",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.dha.go.ke"
        },
        {
          "system" : "email",
          "value" : "interoperability@dha.go.ke"
        }
      ]
    },
    {
      "name" : "Digital Health Agency of Kenya – Interoperability Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "interoperability@dha.go.ke",
          "use" : "work"
        },
        {
          "system" : "url",
          "value" : "https://www.dha.go.ke",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Status codes used for MedicationRequest resources.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "copyright" : "Copyright © 2024+ Digital Health Agency of Kenya. This content is licensed under Creative Commons Zero v1.0 Universal (CC0 1.0). No rights reserved.\n",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "active",
      "display" : "Active",
      "definition" : "The prescription is active and can be acted on."
    },
    {
      "code" : "on-hold",
      "display" : "On Hold",
      "definition" : "The prescription is temporarily paused."
    },
    {
      "code" : "cancelled",
      "display" : "Cancelled",
      "definition" : "The prescription has been cancelled. Consider holding before cancelling."
    },
    {
      "code" : "completed",
      "display" : "Completed",
      "definition" : "The prescription has been fully administered or fulfilled."
    },
    {
      "code" : "stopped",
      "display" : "Stopped",
      "definition" : "The prescription was stopped before completion."
    },
    {
      "code" : "draft",
      "display" : "Draft",
      "definition" : "The prescription is in a preliminary state."
    }
  ]
}