HL7 v2.5.1 Specificationsv2.5.1

to moveEnter to openTry PID-5, ADT, 0004

SSU: Specimen status update message

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

Recognising SSU messages

SSU announces itself in MSH-9 like this:

MSH-9SSU^U03^SSU_U03
  1. MSH-9.1SSUmessage code: what kind of message this is
  2. MSH-9.2U03trigger event: what happened in the real world: specimen status update
  3. MSH-9.3SSU_U03message 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

SSU takes 1 structure.

SSU_U03: Specimen Status Update

Sent when one thing happens: U03: Specimen Status Update.

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

SegmentNameOPTCardinality
MSHMessage HeaderR1..1
SFTSoftware SegmentO0..*
EQUEquipment DetailR1..1
SPECIMEN_CONTAINERa group of 3 segments, repeated togetherR1..*
SACSpecimen Container DetailR1..1
OBXSpecimen related observationO0..*
SPECIMENa group of 2 segments, repeated togetherO0..*
SPMin SPECIMENSpecimenR1..1
OBXin SPECIMENSpecimen related observationO0..*
ROLRole DetailO0..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 2 such groups: SPECIMEN_CONTAINER, SPECIMEN.

Trigger events

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

EventNameStructure
U03Specimen Status UpdateSSU_U03