HL7 v2.5.1 Specificationsv2.5.1

to moveEnter to openTry PID-5, ADT, 0004

RPR: Return patient list

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

Recognising RPR messages

RPR announces itself in MSH-9 like this:

MSH-9RPR^I03^RPR_I03
  1. MSH-9.1RPRmessage code: what kind of message this is
  2. MSH-9.2I03trigger event: what happened in the real world: request/receipt of patient selection list
  3. MSH-9.3RPR_I03message 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

RPR takes 1 structure.

RPR_I03: Request/Receipt of Patient Selection List

Sent when one thing happens: I03: Request/Receipt of Patient Selection 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..*
PIDO0..*
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 1 such group: PROVIDER.

Trigger events

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

EventNameStructure
I03Request/Receipt of Patient Selection ListRPR_I03