HL7 ADT_A24 Link Patient Information
ADT_A24 links patient identifiers that refer to the same person while keeping the underlying records distinct. That sounds subtle because it is. Link means "these records belong together for identity purposes"; merge means "one identifier or record should be absorbed into another."
A24 commonly appears in MPI and enterprise identity workflows where campuses, facilities, or source systems keep local records but need a broader patient identity relationship.
A small A24 example
What systems do with it
The sender is often an MPI or identity management service. Receivers use the repeated PID groups to record that two identifiers should be associated without deleting either record, overwriting local demographics, or moving clinical content automatically.
Patient portals, repositories, analytics, and cross-facility lookup systems may use this link so searches and patient matching work better across source systems.
How to read the structure
The local structure carries MSH, EVN, then two patient groups. Each group has required PID and optional PD1, PV1, and DB1. The repeated patient groups are the point of the message.
Implementation traps
Do not implement A24 as a merge. Records should remain distinct after the link. Also avoid using A24 for mother-baby linkage; HL7 has patient relationship fields and local newborn workflows for that, and the A24 reference explicitly warns against using this event for that purpose.
Reference notes
The HL7 v2+ ADT_A24 page describes linking two patient identifiers without requiring an actual merge, especially in MPI and multi-campus environments.