Can I Add Multiple OBR Segments Under a Single ORC Segment in an HL7 Message?
I am working on an HL7 message (version 2.3), specifically using the ORM_O01 message type with the Hapi library (specifically hapi-base-2.3 and hapi-structures-v23-2.3) for message handling. I want to include multiple OBR segments for a single ORC segment. Is it possible to add multiple OBR segments under a single ORC segment or do I need to use separate ORC-OBR pairs for each observation request?
I tried adding multiple OBR segments under one ORC but encountered issues with the message...