FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.eu.mpd-r5
Resource TypeRequestOrchestration
IdRequestOrchestration-100B-RequestOrchestration.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


Source1

{
  "resourceType": "RequestOrchestration",
  "id": "100B-RequestOrchestration",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ]
}