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
{
"resourceType" : "MedicationRequest",
"id" : "medrequest-001",
"meta" : {
"profile" : [
🔗 "http://example.org/StructureDefinition/kenya-eprescription-medicationrequest",
"http://example.org/fhir/StructureDefinition/kenya-eprescription-medicationrequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest medrequest-001</b></p><a name=\"medrequest-001\"> </a><a name=\"hcmedrequest-001\"> </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\">Profiles: <a href=\"StructureDefinition-kenya-eprescription-medicationrequest.html\">MedicationRequest - ePrescription</a>, <code>http://example.org/fhir/StructureDefinition/kenya-eprescription-medicationrequest</code></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Routine</p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc N02BE01}\">Paracetamol 500mg tablets</span></p><p><b>subject</b>: <code>Example-KenyaEPrescriptionPatient</code></p><p><b>encounter</b>: <code>Example-KenyaEPrescriptionEncounter</code></p><p><b>authoredOn</b>: 2025-02-11 09:30:00+0300</p><p><b>requester</b>: <code>Example-KenyaEPrescriptionPractitioner</code></p><p><b>performer</b>: <code>Example-KenyaEPrescriptionOrganization</code></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 162415008}\">Headache</span></p><p><b>note</b>: </p><blockquote><div><p>Patient reported mild headaches for two days.</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take one tablet 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:{http://snomed.info/sct 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 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codetablet = 'tablet')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2025-02-11 --> 2025-03-11</p><p><b>numberOfRepeatsAllowed</b>: 0</p><p><b>quantity</b>: 30 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codetablet = 'tablet')</span></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><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>10</td><td>days</td><td><a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote><h3>Substitutions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Allowed[x]</b></td><td><b>Reason</b></td></tr><tr><td style=\"display: none\">*</td><td>false</td><td><span title=\"Codes:\">No substitution due to patient sensitivity.</span></td></tr></table></div>"
},
"status" : "active",
"intent" : "order",
"priority" : "routine",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.whocc.no/atc",
"code" : "N02BE01",
"display" : "Paracetamol"
}
],
"text" : "Paracetamol 500mg tablets"
},
"subject" : {
"reference" : "Example-KenyaEPrescriptionPatient"
},
"encounter" : {
"reference" : "Example-KenyaEPrescriptionEncounter"
},
"authoredOn" : "2025-02-11T09:30:00+03:00",
"requester" : {
"reference" : "Example-KenyaEPrescriptionPractitioner"
},
"performer" : {
"reference" : "Example-KenyaEPrescriptionOrganization"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "162415008",
"display" : "Headache"
}
]
}
],
"note" : [
{
"text" : "Patient reported mild headaches for two days."
}
],
"dosageInstruction" : [
{
"text" : "Take one tablet three times a day after meals.",
"timing" : {
"repeat" : {
"frequency" : 3,
"period" : 1,
"periodUnit" : "d"
}
},
"asNeededBoolean" : false,
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "26643006",
"display" : "Oral route"
}
]
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1,
"unit" : "tablet",
"system" : "http://unitsofmeasure.org",
"code" : "tablet"
}
}
]
}
],
"dispenseRequest" : {
"validityPeriod" : {
"start" : "2025-02-11",
"end" : "2025-03-11"
},
"numberOfRepeatsAllowed" : 0,
"quantity" : {
"value" : 30,
"unit" : "tablet",
"system" : "http://unitsofmeasure.org",
"code" : "tablet"
},
"expectedSupplyDuration" : {
"value" : 10,
"unit" : "days",
"system" : "http://unitsofmeasure.org",
"code" : "d"
}
},
"substitution" : {
"allowedBoolean" : false,
"reason" : {
"text" : "No substitution due to patient sensitivity."
}
}
}