HL7 INU_U05 Automated Equipment Inventory Update
INU_U05 sends inventory-item information from automated equipment to another application, usually a Laboratory Automation System or middleware component. It is the message for reporting that a reagent, diluent, tip rack, waste container, wash solution, or other equipment-managed item has changed status or quantity.
The receiver uses it to warn operators, stop routing work that cannot be run, or reconcile what the instrument says it has available.
A small INU U05 example
What workflow it represents
The equipment owns a local view of the inventory installed on or near it. INU_U05 publishes that view so the receiving system can decide whether the equipment can continue running the work assigned to it.
This can be a change notification, a periodic inventory report, or the answer to an INR_U06 inventory request.
How to read the structure
MSH carries the update event. Optional SFT can identify the sending software. Required EQU identifies the equipment whose inventory is being reported.
Repeating required INV rows carry the inventory details: substance identifier, status, substance type, container or carrier position, quantities, units, expiration, lot, and related inventory attributes. Optional ROL can identify responsibility when a profile uses it.
Implementation traps
Inventory status and inventory quantity are not interchangeable. A reagent can have measurable volume and still be unavailable because it is expired, not calibrated, blocked, or reserved.
Units matter. If the sender reports counts for tips, milliliters for reagent, and percent for waste, the receiver should not store them as naked numbers.
Also decide whether INU_U05 is authoritative or advisory. Some sites use it for operator alerts only; others let it affect routing and scheduling. Those are very different risk levels.
Reference notes
HL7 v2+ describes INU_U05 as a message for sending inventory-item information from one application to another, such as automated equipment to a Laboratory Automation System.