HL7 v2.5.1 Specificationsv2.5.1

to moveEnter to openTry PID-5, ADT, 0004

RCI: Return clinical information

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

Recognising RCI messages

RCI announces itself in MSH-9 like this:

MSH-9RCI^I05^RCI_I05
  1. MSH-9.1RCImessage code: what kind of message this is
  2. MSH-9.2I05trigger event: what happened in the real world: request for patient clinical information
  3. MSH-9.3RCI_I05message 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

RCI takes 1 structure.

RCI_I05: Request For Patient Clinical Information

Sent when one thing happens: I05: Request For Patient Clinical Information.

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

SegmentNameOPTCardinality
MSHR1..1
SFTO0..*
MSAR1..1
QRDR1..1
QRFO0..1
PROVIDERa group of 2 segments, repeated togetherR1..*
PRDR1..1
CTDO0..*
PIDR1..1
DG1O0..*
DRGO0..*
AL1O0..*
OBSERVATIONa group of 3 segments, repeated togetherO0..*
OBRin OBSERVATIONR1..1
NTEin OBSERVATIONO0..*
RESULTSin OBSERVATIONa group of 2 segments, repeated togetherO0..*
OBXin RESULTSR1..1
NTEin RESULTSO0..*
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, OBSERVATION, RESULTS.

Trigger events

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

EventNameStructure
I05Request For Patient Clinical InformationRCI_I05