HL7 RQC_I05 Request for Patient Clinical Information
RQC_I05 requests patient clinical information. It belongs to the older patient referral query family and uses the original-mode query segments QRD and QRF. HL7 later retained this event for backward compatibility, and newer systems usually prefer query/response profiles such as QBP_Q11 and RSP_K11.
If you see RQC_I05 in the wild, it is often because an older system still asks for clinical history, laboratory data, or summary information this way. The response side is RCI_I05.
A small RQC I05 example
What workflow it represents
The sender is asking a clinical data holder for information about a patient. The receiver might be a lab, hospital system, clinical repository, or older referral hub. The requester needs the answer to make a clinical or administrative decision without waiting for a manual extract.
Because this message is backward-compatible older style, both sides need a very explicit local profile. QRD and QRF can identify the query, desired format, patient, department, date range, and filters, but the meaning of each field is often more local than implementers expect.
How to read the structure
MSH identifies the message. QRD is the main query definition, while QRF narrows the request with filters such as where to search or what time period matters. The provider group uses PRD and CTD to identify who is asking.
PID identifies the patient. Optional NK1, GT1, and NTE can add context, but the real query logic should be in QRD/QRF and the agreed profile.
Implementation traps
The main trap is modernizing only half the workflow. If the receiver expects QBP/QPD/RCP and the sender sends QRD/QRF, both messages may parse and still mean nothing to each other.
Another trap is assuming the response is a full chart. RQC_I05 asks for the clinical data described by the query. If the filter says lab results for a date range, missing diagnoses or procedures do not necessarily mean the patient has none.
Reference notes
HL7 v2+ patient referral material marks RQC/RCI I05 as retained for backward compatibility and notes that original-mode query and QRD/QRF were replaced by later query response message pairs. HL7 terminology also marks I05 as deprecated.