HL7 RQI_I01 Request for Insurance Information
RQI_I01 is used when one healthcare provider asks another party for insurance information about a specified patient. In the older patient referral family, the requester sends the question as RQI and expects the application-level answer as RPI_I01.
This is not a general eligibility API in disguise. It is a structured HL7 v2 request that carries who is asking, which patient is involved, and which insurance or guarantor context the receiver should confirm.
A small RQI I01 example
What workflow it represents
The sender is usually a provider application, referral system, practice-management system, or integration engine acting on behalf of a provider. The receiver is the party believed to hold the insurance data: another provider, a payer-adjacent service, or an organization that already has the patient's coverage on file.
Downstream systems use the response to decide whether registration, referral, billing, or authorization work can proceed. A missing or stale insurance answer can send people back to manual phone calls, which is why the patient and requester identity should be unambiguous.
How to read the structure
MSH identifies the request. The required provider group starts with PRD and can repeat when more than one provider role is relevant. CTD adds contact details for the provider or organization.
PID identifies the patient. NK1, GT1, and the insurance group with IN1, IN2, and IN3 give the receiver enough context to locate or verify coverage. NTE is useful for a short human note, but it should not carry data that really belongs in insurance fields.
Implementation traps
The easy mistake is sending only a patient name and hoping the receiver can find the right person. Use trusted identifiers in PID-3 when you have them, and keep assigning authorities with the identifiers.
Also be clear about whether you are asking for current coverage, historical coverage for a date of service, subscriber details, guarantor data, or certification information. Those are different questions, and a vague RQI tends to produce a vague RPI.
Reference notes
The HL7 v2+ patient referral material describes I01 as a request for insurance information for a specified patient, sent from one healthcare provider to another. The message structure includes MSH, provider data, PID, optional next-of-kin and guarantor/insurance groups, and notes.