HL7 ORI_O24 Imaging Order Response
ORI_O24 is the application response to an OMI_O23 imaging order. It tells the placer whether the imaging order message was accepted and, when useful, returns order, accession, study, or procedure-step identifiers that the placer should store.
The message has the familiar response shape: MSH, MSA, optional ERR, then optional patient/order detail. For imaging, IPC is the segment that makes the response more than a generic order acknowledgment.
A small ORI response example
What systems do with it
A RIS or imaging workflow manager usually sends ORI_O24 back to the order placer. The placer may use it to display accepted/rejected state, store the accession number, update scheduling, or correlate later reports and image links with the original order.
If the order is rejected, ERR should explain the real reason. A vague reject for an imaging order can strand the user between the EHR, RIS, modality worklist, and scheduling desk.
How to read the structure
MSA acknowledges the OMI message control ID. ORC carries order status and identifiers. OBR echoes the ordered procedure. IPC returns imaging-specific identifiers and can repeat when the order maps to several imaging procedures or steps.
When the response includes patient/order detail, treat it as correlation data. The response is not the final radiology report and should not be filed as a result.
Implementation traps
Do not discard the filler or accession identifier. If the placer loses it, later report filing, image links, cancellations, and status updates become much harder to match.
Also agree whether ORI is sent synchronously on the same connection or later as a separate application response. That affects retry behavior and whether the sender waits for ORI or only for a basic ACK.
Reference notes
HL7 describes ORI_O24 as the application acknowledgment to an OMI message. See HL7 Europe ORI_O24 and the related OMI_O23 imaging order description.