HL7 v2.5.1 Specificationsv2.5.1

to moveEnter to openTry PID-5, ADT, 0004

RPL: Return patient display list

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

Recognising RPL messages

RPL announces itself in MSH-9 like this:

MSH-9RPL^I02^RPL_I02
  1. MSH-9.1RPLmessage code: what kind of message this is
  2. MSH-9.2I02trigger event: what happened in the real world: request/receipt of patient selection display list
  3. MSH-9.3RPL_I02message 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

RPL takes 1 structure.

RPL_I02: Request/Receipt of Patient Selection Display List

Sent when one thing happens: I02: Request/Receipt of Patient Selection Display List.

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

SegmentNameOPTCardinality
MSHR1..1
SFTO0..*
MSAR1..1
PROVIDERa group of 2 segments, repeated togetherR1..*
PRDR1..1
CTDO0..*
NTEO0..*
DSPO0..*
DSCO0..1

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 1 such group: PROVIDER.

Trigger events

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

EventNameStructure
I02Request/Receipt of Patient Selection Display ListRPL_I02