HL7 RCL_I06 Clinical Data Listing
RCL_I06 is the display-list cousin of the older RCI_I05 clinical information response. It uses original-mode query segments QRD and QRF, then returns clinical listing rows in DSP.
HL7 marks the I06 event as deprecated in modern terminology, so this page is mostly for maintaining older interfaces. If you are designing a new query, look at the QBP/RSP family instead of building a new QRD/QRF/DSP contract.
A small RCL I06 example
What workflow it represents
The receiver is giving the requester a displayable listing of clinical data that matched the query. This might support a referral review screen, a manual chart lookup, or a legacy bridge that expects a simple list.
The response is useful for reading, but it is weak for automated filing. If the requester needs discrete observations, an RCI_I05 style response with OBR/OBX, or a modern query response, is easier to map safely.
How to read the structure
MSH and MSA tie the response to the request. QRD and QRF describe the old-style query. PRD and CTD identify the responding provider or system.
PID is required. Optional DG1, DRG, and AL1 can give clinical context. DSP carries the returned display rows, and DSC handles continuation.
Implementation traps
Do not file DSP rows as if they were OBX results. A display line may contain a date, test name, value, units, and status, but unless the profile defines a strict parseable layout, it is just text.
Also treat the deprecated status seriously. If this is a legacy interface, document exactly what the receiver returns and how continuation works. If it is a new interface, choose a modern query pattern instead.
Reference notes
HL7 terminology identifies I06 as RQC/RCL request and receipt of clinical data listing and marks it deprecated. The v2+ patient referral material notes that the original-mode QRD/QRF query style was replaced by later query response message pairs.