Kenya-ePrescription-IG
0.1.0 - ci-build

Kenya-ePrescription-IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedicationRequest Status CodeSystem - JSON Representation

Draft as of 2026-01-27

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://example.org/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://example.org/CodeSystem/medication-request-status-cs",
  "version" : "0.1.0",
  "name" : "MedicationRequestStatusCS",
  "title" : "MedicationRequest Status CodeSystem",
  "status" : "draft",
  "date" : "2026-01-27T09:15:54+00:00",
  "publisher" : "IntelliSOFT Kenya",
  "contact" : [
    {
      "name" : "IntelliSOFT Kenya",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "Status codes used for MedicationRequest resources.",
  "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."
    }
  ]
}