Kenya ePrescription FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

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

: SearchParameter – MedicationRequest Identifier - JSON Representation

Active as of 2025-06-01

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "sp-medicationrequest-identifier",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter sp-medicationrequest-identifier</b></p><a name=\"sp-medicationrequest-identifier\"> </a><a name=\"hcsp-medicationrequest-identifier\"> </a><h2>MedicationRequestIdentifier</h2><p>Parameter <code>identifier</code>:<code>token</code></p><div><p>Enables lookup of a prescription by its unique Kenya prescription number (e.g. RX-2025-OPD-00789).</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/medicationrequest.html\">MedicationRequest</a></td></tr><tr><td>Expression</td><td><code>MedicationRequest.identifier</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  },
  "url" : "https://nshr-uat.sha.go.ke/SearchParameter/medicationrequest-identifier",
  "version" : "0.1.0",
  "name" : "MedicationRequestIdentifier",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-06-01",
  "publisher" : "DHA, Kenya",
  "contact" : [
    {
      "name" : "DHA, Kenya",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://dha.go.ke/"
        },
        {
          "system" : "email",
          "value" : "helpdesk@dha.go.ke"
        }
      ]
    },
    {
      "name" : "Digital Health Agency, Kenya",
      "telecom" : [
        {
          "system" : "email",
          "value" : "helpdesk@dha.go.ke",
          "use" : "work"
        },
        {
          "system" : "url",
          "value" : "https://www.dha.go.ke/"
        }
      ]
    }
  ],
  "description" : "Enables lookup of a prescription by its unique Kenya prescription number (e.g. RX-2025-OPD-00789).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "code" : "identifier",
  "base" : [
    "MedicationRequest"
  ],
  "type" : "token",
  "expression" : "MedicationRequest.identifier",
  "xpathUsage" : "normal"
}