Medication Prescription and Delivery (MPD)
0.1.0 - ci-build International flag

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

: 100-3-medication-prescription-request2 - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="100-3-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 100-3-medication-prescription-request2</b></p><a name="100-3-medication-prescription-request2"> </a><a name="hc100-3-medication-prescription-request2"> </a><a name="100-3-medication-prescription-request2-en-US"> </a><p><b>identifier</b>: 100-2/3</p><p><b>groupIdentifier</b>: 100</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>Concept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 326766003}">Melphalan 2 mg oral tablet</span></td></tr></table><p><b>subject</b>: <a href="Patient1">Patient1</a></p><p><b>authoredOn</b>: 2024-10-03</p><p><b>requester</b>: <a href="Doctor1">Doctor1</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 109989006}">Multiple myeloma</span></td></tr></table><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Once 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>4 Tablet<span style="background: LightGoldenRodYellow"> (Details: SNOMED CT  code732936001 = 'Tablet (unit of presentation)')</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-03 --&gt; 2024-12-03</td><td>1</td><td>16 Tablet<span style="background: LightGoldenRodYellow"> (Details: SNOMED CT  code732936001 = 'Tablet (unit of presentation)')</span></td></tr></table></div>
  </text>
  <identifier>
    <value value="100-2/3"/>
  </identifier>
  <groupIdentifier>
    <value value="100"/>
  </groupIdentifier>
  <status value="active"/>
  <intent value="order"/>
  <medication>
    <concept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="326766003"/>
        <display value="Melphalan 2 mg oral tablet"/>
      </coding>
    </concept>
  </medication>
  <subject>
    <reference value="Patient1"/>
  </subject>
  <authoredOn value="2024-10-03"/>
  <requester>
    <reference value="Doctor1"/>
  </requester>
  <reason>
    <concept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="109989006"/>
        <display value="Multiple myeloma"/>
      </coding>
    </concept>
  </reason>
  <dosageInstruction>
    <timing>
      <repeat>
        <boundsDuration>
          <value value="4"/>
          <unit value="day"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="d"/>
        </boundsDuration>
        <frequency value="1"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <doseAndRate>
      <doseQuantity>
        <value value="4"/>
        <unit value="Tablet"/>
        <system value="http://snomed.info/sct"/>
        <code value="732936001"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <validityPeriod>
      <start value="2024-10-03"/>
      <end value="2024-12-03"/>
    </validityPeriod>
    <numberOfRepeatsAllowed value="1"/>
    <quantity>
      <value value="16"/>
      <unit value="Tablet"/>
      <system value="http://snomed.info/sct"/>
      <code value="732936001"/>
    </quantity>
  </dispenseRequest>
</MedicationRequest>