Medication Prescription and Delivery (MPD)
0.1.0 - ci-build
Medication Prescription and Delivery (MPD), published by Integrating the Healthcare Enterprise (IHE). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/pharm-mpd/tree/master and changes regularly. See the Directory of published versions
{
"resourceType" : "MedicationRequest",
"id" : "10-prescription-cefuroxime-singleline",
"meta" : {
"profile" : [
🔗 "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/IHEMedicationPrescription"
],
"tag" : [
{
"code" : "actionable"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest 10-prescription-cefuroxime-singleline</b></p><a name=\"10-prescription-cefuroxime-singleline\"> </a><a name=\"hc10-prescription-cefuroxime-singleline\"> </a><a name=\"10-prescription-cefuroxime-singleline-en-US\"> </a><p><b>identifier</b>: 10-123EP</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-01A-Cefuroxime1500GenericExplicit.html\">Medication: extension = cefuroxime; doseForm = Powder for solution for injection or infusion</a></td></tr></table><p><b>subject</b>: <a href=\"Patient-patient1.html\">Thomas Engine Male, DoB: 1950-09-15 ( 12345)</a></p><p><b>authoredOn</b>: 2024-12-06</p><p><b>requester</b>: <a href=\"PractitionerRole-doctor1.html\">PractitionerRole Clinical oncologist</a></p><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 10625071000119104}\">Bronchopneumonia caused by bacteria (disorder)</span></td></tr></table><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>timing</b>: Once per 8 hours</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 78421000}\">Intramuscular 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>1500 milligram(s)<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 2</p><p><b>timing</b>: Once per 8 hours</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 78421000}\">Intramuscular 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>750-1500 milligram(s)</td></tr></table></blockquote><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>ValidityPeriod</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>2024-12-06 --> 2024-12-13</td></tr></table><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>true</td></tr></table></div>"
},
"identifier" : [
{
"value" : "10-123EP"
}
],
"status" : "active",
"intent" : "order",
"medication" : {
"reference" : {
🔗 "reference" : "Medication/01A-Cefuroxime1500GenericExplicit"
}
},
"subject" : {
🔗 "reference" : "Patient/patient1"
},
"authoredOn" : "2024-12-06",
"requester" : {
🔗 "reference" : "PractitionerRole/doctor1"
},
"reason" : [
{
"concept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "10625071000119104",
"display" : "Bronchopneumonia caused by bacteria (disorder)"
}
]
}
}
],
"dosageInstruction" : [
{
"sequence" : 1,
"timing" : {
"repeat" : {
"boundsDuration" : {
"value" : 3,
"unit" : "day",
"system" : "http://unitsofmeasure.org",
"code" : "d"
},
"frequency" : 1,
"period" : 8,
"periodUnit" : "h"
}
},
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "78421000",
"display" : "Intramuscular route"
}
]
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1500,
"unit" : "milligram(s)",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
]
},
{
"sequence" : 2,
"timing" : {
"repeat" : {
"boundsDuration" : {
"value" : 4,
"unit" : "day",
"system" : "http://unitsofmeasure.org",
"code" : "d"
},
"frequency" : 1,
"period" : 8,
"periodUnit" : "h"
}
},
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "78421000",
"display" : "Intramuscular route"
}
]
},
"doseAndRate" : [
{
"doseRange" : {
"low" : {
"value" : 750,
"unit" : "milligram(s)",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
},
"high" : {
"value" : 1500,
"unit" : "milligram(s)",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
}
]
}
],
"dispenseRequest" : {
"extension" : [
{
"url" : "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/ihe-ext-medicationrequest-prescribedQuantity",
"valueQuantity" : {
"value" : 21,
"unit" : "Vial",
"system" : "http://standardterms.edqm.eu",
"code" : "15060000"
}
}
],
"validityPeriod" : {
"start" : "2024-12-06",
"end" : "2024-12-13"
}
},
"substitution" : {
"allowedBoolean" : true
}
}