HL7 v2.5.1 Specificationsv2.5.1

to moveEnter to openTry PID-5, ADT, 0004

RQI: Request patient information

This page lists the structures and trigger events RQI defines, taken from the standard. The written commentary that theADT page carries has not been written for RQI.

Recognising RQI messages

RQI announces itself in MSH-9 like this:

MSH-9RQI^I01^RQI_I01
  1. MSH-9.1RQImessage code: what kind of message this is
  2. MSH-9.2I01trigger event: what happened in the real world: request for insurance information
  3. MSH-9.3RQI_I01message structure: which segments to expect, and in what order

How to use these specifications explains MSH-9 in full, with a worked example.

Message structures

RQI takes 1 structure.

RQI_I01: Request for Insurance Information

4 different trigger events send this structure:

The segments below are the same for all 4. HL7 varies the meaning, not the shape: there is no separate RQI_I02 layout. What changes is MSH-9, which tells the receiver which of the 4 happened and therefore what to do with the message.

You must always send: MSH, PRD, PID. Everything else is optional, or required only inside a group you chose to send.

SegmentNameOPTCardinality
MSHR1..1
SFTO0..*
PROVIDERa group of 2 segments, repeated togetherR1..*
PRDR1..1
CTDO0..*
PIDR1..1
NK1O0..*
GUARANTOR_INSURANCEa group of 2 segments, repeated togetherO0..1
GT1in GUARANTOR_INSURANCEO0..*
INSURANCEin GUARANTOR_INSURANCEa group of 3 segments, repeated togetherR1..*
IN1in INSURANCER1..1
IN2in INSURANCEO0..1
IN3in INSURANCEO0..1
NTEO0..*

R inside a group means required of that group. Send the group and you must include that segment; leave the group out and it never appears. This structure has 3 such groups: PROVIDER, GUARANTOR_INSURANCE, INSURANCE.

Trigger events

The trigger event is the real-world thing that made the message get sent. RQI defines 4.

EventNameStructure
I01Request for Insurance InformationRQI_I01
I02Request/Receipt of Patient Selection Display ListRQI_I01
I03Request/Receipt of Patient Selection ListRQI_I01
I07Unsolicited Insurance InformationRQI_I01