Kenya eClaims FHIR IG
0.1.0 - ci-build Kenya flag

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

: MedicationRequest - Example MedicationRequest - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "example-medicationrequest",
  "meta" : {
    "profile" : [
      🔗 "https://example.com/fhir/StructureDefinition/eclaims-medicationrequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest example-medicationrequest</b></p><a name=\"example-medicationrequest\"> </a><a name=\"hcexample-medicationrequest\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eclaims-medicationrequest.html\">MedicationRequest Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}\">Outpatient</span></p><p><b>priority</b>: Routine</p><p><b>medication</b>: <span title=\"Codes:{https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue AMOX500}\">Amoxicillin 500mg Capsules</span></p><p><b>subject</b>: <a href=\"Patient/example-patient\">John Doe</a></p><p><b>encounter</b>: <a href=\"Encounter/example-encounter\">Encounter/example-encounter</a></p><p><b>authoredOn</b>: 2024-07-15</p><p><b>requester</b>: <a href=\"Practitioner/example-requester\">Dr. Jane Mwangi</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 65363002}\">Otitis media</span></p><p><b>note</b>: </p><blockquote><div><p>Ensure the patient is not allergic to penicillin.</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take one capsule three times a day after meals</p><p><b>timing</b>: 3 per 1 day</p><p><b>asNeeded</b>: false</p><p><b>route</b>: <span title=\"Codes:{https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue 26643006}\">Oral route</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 capsule</td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2024-07-15 --&gt; 2024-07-25</p><p><b>numberOfRepeatsAllowed</b>: 0</p><p><b>quantity</b>: 30 capsule</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td></tr><tr><td style=\"display: none\">*</td><td>10</td><td>days</td><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td></tr></table></blockquote><h3>Substitutions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Allowed[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>false</td></tr></table><p><b>priorPrescription</b>: <a href=\"MedicationRequest/previous-request\">MedicationRequest/previous-request</a></p></div>"
  },
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code" : "outpatient",
          "display" : "Outpatient"
        }
      ]
    }
  ],
  "priority" : "routine",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue",
        "code" : "AMOX500",
        "display" : "Amoxicillin 500mg Capsules"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/example-patient",
    "display" : "John Doe"
  },
  "encounter" : {
    "reference" : "Encounter/example-encounter"
  },
  "authoredOn" : "2024-07-15",
  "requester" : {
    "reference" : "Practitioner/example-requester",
    "display" : "Dr. Jane Mwangi"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "65363002",
          "display" : "Otitis media"
        }
      ]
    }
  ],
  "note" : [
    {
      "text" : "Ensure the patient is not allergic to penicillin."
    }
  ],
  "dosageInstruction" : [
    {
      "text" : "Take one capsule three times a day after meals",
      "timing" : {
        "repeat" : {
          "frequency" : 3,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "asNeededBoolean" : false,
      "route" : {
        "coding" : [
          {
            "system" : "https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue",
            "code" : "26643006",
            "display" : "Oral route"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "capsule",
            "system" : "https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "validityPeriod" : {
      "start" : "2024-07-15",
      "end" : "2024-07-25"
    },
    "numberOfRepeatsAllowed" : 0,
    "quantity" : {
      "value" : 30,
      "unit" : "capsule",
      "system" : "https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue"
    },
    "expectedSupplyDuration" : {
      "value" : 10,
      "unit" : "days",
      "system" : "http://unitsofmeasure.org"
    }
  },
  "substitution" : {
    "allowedBoolean" : false
  },
  "priorPrescription" : {
    "reference" : "MedicationRequest/previous-request"
  }
}