HL7 PMU_B08 Revoke Certificate or Permission
PMU_B08 revokes a certificate or permission for a health professional. It does not necessarily remove the person, and it does not necessarily make the person inactive everywhere. It says a particular credential, privilege, license, or permission is no longer valid.
That makes it operationally sensitive. A revoked permission might change whether a provider can be scheduled for a procedure, sign a result, prescribe in a category, order a service, or appear in a role-specific list. It should be handled deliberately and audibly.
A small PMU B08 example
What workflow it represents
The sender is usually the credentialing or provider-governance source. The receiver is the application that needs to stop using the permission. That may be a clinical system, a scheduling system, ordering workflow, role directory, or integration engine that routes staff-specific work.
Revocation should trigger review of downstream operational effects. If the permission controlled a picklist, access role, scheduling slot, or signing ability, the receiving system needs a clear rule for when the change takes effect and whether existing scheduled or pending work is affected.
How to read the structure
MSH and EVN identify the revocation event. STF identifies the staff member. PRA can add practitioner context.
The repeated CER segment identifies the certificate or permission being revoked. In a good implementation, CER should include enough certificate identity, issuer, subject, status, and revocation timing to match the receiver's stored credential rather than relying on a display label.
Implementation traps
Do not make revocation a person-level delete. A provider can lose one privilege and keep many others. Disable exactly the credential, role, or local capability that the message identifies.
Also avoid leaving already scheduled work in a mystery state. The interface agreement should say whether existing appointments, unsigned results, pending orders, or queued tasks remain valid, require reassignment, or need manual review.
Reference notes
HL7 v2+ describes B08 as revoking a certificate or permission for a health professional, with EVN used for the effective or planned date. The local v2.5.1 structure carries MSH, SFT, EVN, STF, optional PRA, and repeating CER details.