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
{
"resourceType" : "RequestOrchestration",
"id" : "100-RequestOrchestration",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"identifier" : [
{
"system" : "http://example.com/requestorchestration",
"value" : "prescr1"
}
],
"groupIdentifier" : {
"system" : "http://example.com/prescriptions",
"value" : "100"
},
"status" : "active",
"intent" : "order",
"subject" : {
"reference" : "Patient1"
},
"action" : [
{
"id" : "1",
"relatedAction" : [
{
"targetId" : "2",
"relationship" : "concurrent-with-start"
},
{
"targetId" : "3",
"relationship" : "concurrent-with-start"
}
],
"resource" : {
🔗 "reference" : "MedicationRequest/100-3-medication-prescription-request1"
}
},
{
"id" : "2",
"relatedAction" : [
{
"targetId" : "1",
"relationship" : "concurrent-with-start"
},
{
"targetId" : "3",
"relationship" : "concurrent-with-start"
}
],
"resource" : {
🔗 "reference" : "MedicationRequest/100-3-medication-prescription-request2"
}
},
{
"id" : "3",
"relatedAction" : [
{
"targetId" : "1",
"relationship" : "concurrent-with-start"
},
{
"targetId" : "2",
"relationship" : "concurrent-with-start"
}
],
"resource" : {
🔗 "reference" : "MedicationRequest/100-3-medication-prescription-request1"
}
}
]
}