HL7 v2.5.1 Specificationsv2.5.1

to moveEnter to openTry PID-5, ADT, 0004

PMU: Add personnel record

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

Recognising PMU messages

PMU announces itself in MSH-9 like this:

MSH-9PMU^B01^PMU_B01
  1. MSH-9.1PMUmessage code: what kind of message this is
  2. MSH-9.2B01trigger event: what happened in the real world: add personnel record
  3. MSH-9.3PMU_B01message 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

PMU takes 5 structures. The first 4 are shown in full; the rest are listed below.

PMU_B01: Add Personnel Record

2 different trigger events send this structure:

The segments below are the same for all 2. HL7 varies the meaning, not the shape: there is no separate PMU_B02 layout. What changes is MSH-9, which tells the receiver which of the 2 happened and therefore what to do with the message.

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

SegmentNameOPTCardinality
MSHMessage HeaderR1..1
SFTSoftwareO0..*
EVNEvent TypeR1..1
STFStaffR1..1
PRAPractitionerO0..*
ORGOrganizationO0..*
AFFAffiliationO0..*
LANLanguageO0..*
EDUEducationO0..*
CERCertificateO0..*

PMU_B03: Delete Personnel Record

Sent when one thing happens: B03: Delete Personnel Record.

SegmentNameOPTCardinality
MSHMessage HeaderR1..1
SFTSoftwareO0..*
EVNEvent TypeR1..1
STFStaffR1..1

PMU_B04: Activate Practicing Person

3 different trigger events send this structure:

The segments below are the same for all 3. HL7 varies the meaning, not the shape: there is no separate PMU_B05 layout. What changes is MSH-9, which tells the receiver which of the 3 happened and therefore what to do with the message.

SegmentNameOPTCardinality
MSHMessage HeaderR1..1
SFTSoftwareO0..*
EVNEvent TypeR1..1
STFStaffR1..1
PRAPractitionerO0..*
ORGOrganizationO0..*

PMU_B07: Grant Certificate/Permission

Sent when one thing happens: B07: Grant Certificate/Permission.

SegmentNameOPTCardinality
MSHMessage HeaderR1..1
SFTSoftwareO0..*
EVNEvent TypeR1..1
STFStaffR1..1
PRAPractitionerO0..1
CERTIFICATEa group of 2 segments, repeated togetherO0..*
CERin CERTIFICATECertificateR1..1
ROLin CERTIFICATERoleO0..*

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: CERTIFICATE.

Other PMU structures

StructureNameEvents
PMU_B08Revoke Certificate/PermissionB08

Trigger events

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

EventNameStructure
B01Add Personnel RecordPMU_B01
B02Update Personnel RecordPMU_B01
B03Delete Personnel RecordPMU_B03
B04Activate Practicing PersonPMU_B04
B05Deactivate Practicing PersonPMU_B04
B06Terminate Practicing PersonPMU_B04
B07Grant Certificate/PermissionPMU_B07
B08Revoke Certificate/PermissionPMU_B08