HL7 Europe Medication Prescription and Dispense
0.1.0 - ci-build 150

HL7 Europe Medication Prescription and Dispense, published by HL7 Europe. 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/hl7-eu/mpd/ and changes regularly. See the Directory of published versions

: 100B-RequestOrchestration - JSON Representation

Raw json | Download

{
  "resourceType" : "RequestOrchestration",
  "id" : "100B-RequestOrchestration",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RequestOrchestration 100B-RequestOrchestration</b></p><a name=\"100B-RequestOrchestration\"> </a><a name=\"hc100B-RequestOrchestration\"> </a><a name=\"100B-RequestOrchestration-en-US\"> </a><p><b>groupIdentifier</b>: 100</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href=\"Patient-patient1.html\">Thomas Engine  Male, DoB: 1950-09-15 ( 12345)</a></p><blockquote><p><b>action</b></p><p><b>resource</b>: <a href=\"MedicationRequest-100C-3-medication-prescription-request1.html\">MedicationRequest: identifier = 100-1/3; groupIdentifier = 100; status = active; intent = option; authoredOn = 2024-10-03</a></p></blockquote><blockquote><p><b>action</b></p><p><b>resource</b>: <a href=\"MedicationRequest-100C-3-medication-prescription-request2.html\">MedicationRequest: identifier = 100-2/3; groupIdentifier = 100; status = active; intent = option; authoredOn = 2024-10-03</a></p></blockquote><blockquote><p><b>action</b></p><p><b>resource</b>: <a href=\"MedicationRequest-100C-3-medication-prescription-request3.html\">MedicationRequest: identifier = 100-3/3; groupIdentifier = 100; status = active; intent = option; authoredOn = 2024-10-03</a></p></blockquote></div>"
  },
  "groupIdentifier" : {
    "value" : "100"
  },
  "status" : "active",
  "intent" : "order",
  "subject" : {
    🔗 "reference" : "Patient/patient1"
  },
  "action" : [
    {
      "resource" : {
        🔗 "reference" : "MedicationRequest/100C-3-medication-prescription-request1"
      }
    },
    {
      "resource" : {
        🔗 "reference" : "MedicationRequest/100C-3-medication-prescription-request2"
      }
    },
    {
      "resource" : {
        🔗 "reference" : "MedicationRequest/100C-3-medication-prescription-request3"
      }
    }
  ]
}