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-RequestOrchestration - XML Representation

Raw xml | Download


<RequestOrchestration xmlns="http://hl7.org/fhir">
  <id value="100-RequestOrchestration"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RequestOrchestration 100-RequestOrchestration</b></p><a name="100-RequestOrchestration"> </a><a name="hc100-RequestOrchestration"> </a><a name="100-RequestOrchestration-en-US"> </a><p><b>identifier</b>: <code>http://example.com/requestorchestration</code>/prescr1</p><p><b>groupIdentifier</b>: <code>http://example.com/prescriptions</code>/100</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href="Patient1">Patient1</a></p><blockquote><p><b>action</b></p><blockquote><p><b>id</b></p>1</blockquote><blockquote><p><b>relatedAction</b></p><p><b>targetId</b>: 2</p><p><b>relationship</b>: Concurrent With Start</p></blockquote><blockquote><p><b>relatedAction</b></p><p><b>targetId</b>: 3</p><p><b>relationship</b>: Concurrent With Start</p></blockquote><p><b>resource</b>: <a href="MedicationRequest-100-3-medication-prescription-request1.html">MedicationRequest: identifier = 100-1/3; groupIdentifier = 100; status = active; intent = order; authoredOn = 2024-10-03</a></p></blockquote><blockquote><p><b>action</b></p><blockquote><p><b>id</b></p>2</blockquote><blockquote><p><b>relatedAction</b></p><p><b>targetId</b>: 1</p><p><b>relationship</b>: Concurrent With Start</p></blockquote><blockquote><p><b>relatedAction</b></p><p><b>targetId</b>: 3</p><p><b>relationship</b>: Concurrent With Start</p></blockquote><p><b>resource</b>: <a href="MedicationRequest-100-3-medication-prescription-request2.html">MedicationRequest: identifier = 100-2/3; groupIdentifier = 100; status = active; intent = order; authoredOn = 2024-10-03</a></p></blockquote><blockquote><p><b>action</b></p><blockquote><p><b>id</b></p>3</blockquote><blockquote><p><b>relatedAction</b></p><p><b>targetId</b>: 1</p><p><b>relationship</b>: Concurrent With Start</p></blockquote><blockquote><p><b>relatedAction</b></p><p><b>targetId</b>: 2</p><p><b>relationship</b>: Concurrent With Start</p></blockquote><p><b>resource</b>: <a href="MedicationRequest-100-3-medication-prescription-request1.html">MedicationRequest: identifier = 100-1/3; groupIdentifier = 100; status = active; intent = order; authoredOn = 2024-10-03</a></p></blockquote></div>
  </text>
  <identifier>
    <system value="http://example.com/requestorchestration"/>
    <value value="prescr1"/>
  </identifier>
  <groupIdentifier>
    <system value="http://example.com/prescriptions"/>
    <value value="100"/>
  </groupIdentifier>
  <status value="active"/>
  <intent value="order"/>
  <subject>
    <reference value="Patient1"/>
  </subject>
  <action id="1">
    <relatedAction>
      <targetId value="2"/>
      <relationship value="concurrent-with-start"/>
    </relatedAction>
    <relatedAction>
      <targetId value="3"/>
      <relationship value="concurrent-with-start"/>
    </relatedAction>
    <resource>🔗 
      <reference
                 value="MedicationRequest/100-3-medication-prescription-request1"/>
    </resource>
  </action>
  <action id="2">
    <relatedAction>
      <targetId value="1"/>
      <relationship value="concurrent-with-start"/>
    </relatedAction>
    <relatedAction>
      <targetId value="3"/>
      <relationship value="concurrent-with-start"/>
    </relatedAction>
    <resource>🔗 
      <reference
                 value="MedicationRequest/100-3-medication-prescription-request2"/>
    </resource>
  </action>
  <action id="3">
    <relatedAction>
      <targetId value="1"/>
      <relationship value="concurrent-with-start"/>
    </relatedAction>
    <relatedAction>
      <targetId value="2"/>
      <relationship value="concurrent-with-start"/>
    </relatedAction>
    <resource>🔗 
      <reference
                 value="MedicationRequest/100-3-medication-prescription-request1"/>
    </resource>
  </action>
</RequestOrchestration>