OBR-2 in HL7 v2: A Field Guide to Placer Order Number
OBR-2 is the identifier the ordering system assigns and expects to see again when the result comes back. If a filling system regenerates or truncates it along the way, the EHR that placed the order has no reliable way to match the result to the original request.
OBR-2 is the second field of the HL7 v2 OBR segment — the Placer Order Number, a unique identifier assigned by the ordering (placer) system to track a specific order through its lifecycle.
What this field contains
Example
OBR-2 carries ORD44219^SYNTHIB — the order number the ordering system assigned, with SYNTHIB as its namespace. Synthetic order — not a real patient.
Where this trips people up
Some interface engines strip or rewrite the namespace component of OBR-2 while passing a message between systems, leaving the order number intact but the full identifier no longer an exact match against what the placer system stored. Order-status lookups that compare the full field as a string then fail even though the human-readable order number looks identical on both sides. Always test component-level comparison, not just eyeballing the field.