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

: Medication Request Priority CodeSystem - JSON Representation

Draft as of 2026-01-27

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "medication-request-priorityCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medication-request-priorityCS</b></p><a name=\"medication-request-priorityCS\"> </a><a name=\"hcmedication-request-priorityCS\"> </a><p>This case-sensitive code system <code>http://example.org/CodeSystem/medication-request-priorityCS</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\">routine<a name=\"medication-request-priorityCS-routine\"> </a></td><td>Routine</td><td>Standard, non-urgent medication request.</td></tr><tr><td style=\"white-space:nowrap\">urgent<a name=\"medication-request-priorityCS-urgent\"> </a></td><td>Urgent</td><td>Requires expedited processing.</td></tr></table></div>"
  },
  "url" : "http://example.org/CodeSystem/medication-request-priorityCS",
  "version" : "0.1.0",
  "name" : "MedicationRequestPriorityCS",
  "title" : "Medication Request Priority 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" : "Codes representing priority levels for MedicationRequest.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "routine",
      "display" : "Routine",
      "definition" : "Standard, non-urgent medication request."
    },
    {
      "code" : "urgent",
      "display" : "Urgent",
      "definition" : "Requires expedited processing."
    }
  ]
}