HL7 RCI_I05 Return Patient Clinical Information
RCI_I05 returns clinical information after an RQC_I05 request. It is an older patient referral response structure, kept around for backward compatibility, and it can carry diagnoses, allergies, observation requests, and observation results.
Compared with modern query responses, RCI_I05 feels closer to a small solicited clinical packet. It acknowledges the request, echoes the query, identifies the patient, and returns the clinical content that matched the request.
A small RCI I05 example
What systems do with it
The receiver sends RCI_I05 after evaluating the older RQC query. The requester may display the returned content, attach it to a referral, or use it to fill a review worklist.
Because the message can contain several clinical concepts, the consumer should not treat it as one flat blob. Diagnosis data in DG1, allergy data in AL1, and observations in OBR/OBX need their own mapping and filing rules.
How to read the structure
MSH and MSA identify the response and tie it back to the request. QRD and QRF echo the old-style query criteria so the requester can tell what was answered.
The provider group identifies the responding party. PID identifies the patient. Clinical content can include DG1 diagnoses, DRG, AL1 allergies, and repeating observation groups with OBR, NTE, and OBX results.
Implementation traps
The big trap is double-filing. If the same results already arrived by ORU_R01, importing an RCI_I05 response as new results can create duplicates. Match on patient identifiers, order/filler numbers, OBR identity, OBX identity, timestamps, and result status.
Also treat the message as a response to a query, not a complete clinical truth. A missing allergy or diagnosis may only mean it was outside the requested scope or not held by that responding system.
Reference notes
HL7 v2+ patient referral material marks RQC/RCI I05 as retained for backward compatibility, with QRD/QRF replaced by later query response patterns. The RCI_I05 structure adds MSA and can return patient, diagnosis, allergy, observation request, and observation result content.