HL7 ORB_O28 Blood Product Order Acknowledgment
ORB_O28 is the acknowledgment response for OMB_O27. It reports whether the blood product order was accepted, rejected, or accepted with returned order identifiers and detail.
This response matters because the blood bank may assign its own order or fulfillment identifiers, reject a request because of missing consent or incompatible detail, or accept the order while downstream preparation continues.
A small ORB O28 example
What systems do with it
The ordering system uses ORB_O28 to capture the blood bank's response and filler identifier. If the blood bank rejects the order, ERR should point to the missing or invalid detail, such as consent, processing requirement, destination, or clinical indication.
Acceptance does not necessarily mean the product has been dispensed or transfused. It means the order request has been accepted into the receiving workflow. Later blood product status messages may carry dispense or transfusion state.
How to read the structure
The message starts with MSH, MSA, optional ERR, software details, and notes. The optional RESPONSE group can include patient context and order groups. The order group starts with ORC, may include timing, and can carry BPO.
ORC should be read first for acceptance and identifiers. BPO confirms the blood product detail the receiver is acknowledging.
Implementation traps
Do not treat ORB_O28 as proof of issue or administration. Blood product fulfillment has several later operational steps, and those should be represented by the appropriate blood product dispense or transfusion messages when used.
Also avoid throwing away returned order identifiers. Blood bank systems often use their own accession or order number, and it becomes the safest bridge for status and troubleshooting.
Reference notes
The HL7 v2+ ORB_O28 page shows the blood product order acknowledgment with MSA, ERR, an optional response group, patient context, ORC, timing, and BPO detail. Caristix summaries note that OMB uses BPO as the detail segment and ORB as the acknowledgment.