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

: PrescriptionLine4 - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="PrescriptionLine4"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest PrescriptionLine4</b></p><a name="PrescriptionLine4"> </a><a name="hcPrescriptionLine4"> </a><a name="PrescriptionLine4-en-US"> </a><p><b>identifier</b>: <code>http://example.com/prescriptionlines</code>/line4</p><p><b>groupIdentifier</b>: <code>http://example.com/prescriptions</code>/prescr2</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:">med1</span></td></tr></table><p><b>subject</b>: Identifier: patient1</p></div>
  </text>
  <identifier>
    <system value="http://example.com/prescriptionlines"/>
    <value value="line4"/>
  </identifier>
  <groupIdentifier>
    <system value="http://example.com/prescriptions"/>
    <value value="prescr2"/>
  </groupIdentifier>
  <status value="active"/>
  <intent value="order"/>
  <medication>
    <concept>
      <coding>
        <code value="med1"/>
      </coding>
    </concept>
  </medication>
  <subject>
    <identifier>
      <value value="patient1"/>
    </identifier>
  </subject>
</MedicationRequest>