HL7 v2.5.1 Specificationsv2.5.1

to moveEnter to openTry PID-5, ADT, 0004

EAC: Automated equipment command message

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

Recognising EAC messages

EAC announces itself in MSH-9 like this:

MSH-9EAC^U07^EAC_U07
  1. MSH-9.1EACmessage code: what kind of message this is
  2. MSH-9.2U07trigger event: what happened in the real world: automated equipment command
  3. MSH-9.3EAC_U07message 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

EAC takes 1 structure.

EAC_U07: Automated Equipment Command

Sent when one thing happens: U07: Automated Equipment Command.

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

SegmentNameOPTCardinality
MSHMessage HeaderR1..1
SFTSoftware SegmentO0..*
EQUEquipment DetailR1..1
COMMANDa group of 4 segments, repeated togetherR1..*
ECDEquipment Command DetailR1..1
TQ1Timing/quantity ?O0..1
SPECIMEN_CONTAINERa group of 2 segments, repeated togetherO0..1
SACin SPECIMEN_CONTAINERSpecimen Container DetailR1..1
SPMin SPECIMEN_CONTAINERSpecimenO0..*
CNSClear NotificationO0..1
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: COMMAND, SPECIMEN_CONTAINER.

Trigger events

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

EventNameStructure
U07Automated Equipment CommandEAC_U07