HL7 OUL_R22 Specimen-Oriented Observation
OUL_R22 is an unsolicited laboratory observation message organized around specimens. Where ORU_R01 tends to read patient, order, observation, OUL_R22 makes the specimen the central repeating group and then places orders, observations, containers, and instrument-oriented detail beneath it.
This shape is useful in lab automation, microbiology, specimen processing, and instrument workflows where the specimen and container identity are as important as the order number. If you need to know which tube, aliquot, isolate, or container produced a result, OUL_R22 gives that detail a cleaner structure.
A small OUL specimen result example
What systems do with it
The sender is often a LIS, automation middleware, analyzer manager, or lab integration engine. The receiver may be another LIS, EHR, repository, public health system, or downstream analytics system. The receiver files results while preserving specimen and container identity.
That preservation is the point. If the receiving system only files "sodium 139" and discards the specimen/container trail, it may be losing the exact information that made OUL the right message in the first place.
How to read the structure
The message has optional patient and visit groups, then a required repeating specimen group. SPM identifies the specimen. Container groups under it use SAC and sometimes inventory detail. The order group contains OBR, optional ORC, timing, notes, observation groups, and clinical trial identifiers.
Observation groups under the order carry OBX, with optional TCD, SID, and NTE. Those extra segments are not decorative in automation-heavy labs; they can explain test code detail, substance identity, and comments tied to the observation.
Implementation traps
Do not convert OUL_R22 to ORU_R01 by throwing away SPM and SAC unless the receiver truly cannot store them. A lossy conversion may pass validation while losing traceability. If you must map to ORU, document where specimen ID, type, collection time, container ID, and instrument notes land.
Also watch grouping. In OUL, the order sits under the specimen. That is different from ORU, where specimen is often subordinate to the order. Mapping between the two requires care when one specimen supports multiple orders or one order has multiple specimens.
Reference notes
HL7 and local generated structures describe OUL_R22 as the unsolicited specimen-oriented observation message. Public lab-ordering discussions describe OUL variants as common responses for laboratory order workflows when specimen, order, and observation orientation matters.