Post-Acute FHIR Based Orders
0.1.0 - STU 1 Ballot

This page is part of the Post Acute Orders FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Message Bundles

Previous Page - Submission of Orders

The Post-Acute Order Message Bundle

For every PAO, the object that is exchanged is a FHIR message Bundle. It consists of a Bundle identified by the type message, with the first resource in the bundle being a MessageHeader resource. The MessageHeader resource has a code - the message event - that identifies the reason for the exchange (e.g. initial order, update, cancel) The MessageHeader also carries additional PAO metadata. The other resources in the bundle depend on the message event and the order scenario and form a network through their relationships with each other - either through a direct reference to another resource or through a chain of intermediate references.

Each Bundle must have:

  1. MessageHeader/MessageDefinition
  2. Task
  3. Subscription
  4. DeviceRequest/ServiceRequest/MedicationRequest(Medication)
  5. Included Resouces

Next Page - Technical Background