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/ and changes regularly. See the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="300-2-medication-prescription-request2"/>
<meta>
<profile
value="http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/IHEMedicationPrescription"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest 300-2-medication-prescription-request2</b></p><a name="300-2-medication-prescription-request2"> </a><a name="hc300-2-medication-prescription-request2"> </a><a name="300-2-medication-prescription-request2-en-US"> </a><p><b>identifier</b>: 300-2/2</p><p><b>groupIdentifier</b>: 300</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-02A1-CanifugCremolumCreamItem.html">Medication: extension = Tube,20 gram; doseForm = Vaginal cream; totalVolume = 1 Tube</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-10-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 72934000}">Candidiasis of vagina</span></td></tr></table><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: 2 per 1 days</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 Application - unit of product usage<span style="background: LightGoldenRodYellow"> (Details: SNOMED CT code413568008 = 'Application')</span></td></tr></table></blockquote><h3>DispenseRequests</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ValidityPeriod</b></td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td></tr><tr><td style="display: none">*</td><td>2024-10-06 --> 2024-12-06</td><td>1</td><td>20 gram(s)<span style="background: LightGoldenRodYellow"> (Details: UCUM codeg = 'g')</span></td></tr></table></div>
</text>
<identifier>
<value value="300-2/2"/>
</identifier>
<groupIdentifier>
<value value="300"/>
</groupIdentifier>
<status value="active"/>
<intent value="order"/>
<medication>
<reference>🔗
<reference value="Medication/02A1-CanifugCremolumCreamItem"/>
</reference>
</medication>
<subject>🔗
<reference value="Patient/patient1"/>
</subject>
<authoredOn value="2024-10-06"/>
<requester>🔗
<reference value="PractitionerRole/doctor1"/>
</requester>
<reason>
<concept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="72934000"/>
<display value="Candidiasis of vagina"/>
</coding>
</concept>
</reason>
<dosageInstruction>
<timing>
<repeat>
<boundsDuration>
<value value="6"/>
<unit value="day"/>
<system value="http://unitsofmeasure.org"/>
<code value="d"/>
</boundsDuration>
<frequency value="2"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<doseAndRate>
<doseQuantity>
<value value="1"/>
<unit value="Application - unit of product usage"/>
<system value="http://snomed.info/sct"/>
<code value="413568008"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
<dispenseRequest>
<validityPeriod>
<start value="2024-10-06"/>
<end value="2024-12-06"/>
</validityPeriod>
<numberOfRepeatsAllowed value="1"/>
<quantity>
<value value="20"/>
<unit value="gram(s)"/>
<system value="http://unitsofmeasure.org"/>
<code value="g"/>
</quantity>
</dispenseRequest>
</MedicationRequest>