HL7 ADT_A31 Update Person Information
ADT_A31 updates person information. It is close to A08, but the usual boundary is different: A31 is commonly used for MPI or person-level demographic synchronization, while A08 is commonly used for patient or encounter updates in a current episode of care.
A31 commonly appears as ADT^A31^ADT_A05. The A31 trigger says this is a person update; the ADT_A05 structure supplies the segment layout. The panel below shows ADT_A05 for that reason.
A small A31 example
What systems do with it
The sender is often an MPI, EHR master registration system, or patient-demographics supplier. Receivers use it to update an existing person record and may also add the person if the receiver does not already know them, depending on the profile. PID is the main payload; PD1, provider role segments, insurance, and OBX may carry additional person-level details.
A31 is useful when you want demographics to stay synchronized outside a single encounter. Historical backload, enterprise identity cleanup, address changes, preferred provider changes, and MPI-driven demographic corrections are common reasons it appears.
How to read the structure
The backing ADT_A05 structure looks visit-capable, but A31 often uses a pseudo PV1. IHE guidance describes a PV1 segment with patient class N when the message does not convey visit information. That prevents the receiver from turning a person update into a visit update.
The update may be sent as a full demographic snapshot rather than a narrow delta. That is safer for receivers that need to insert a patient if missing, but it means blank fields and repeats need clear rules. Is an absent phone number unchanged, unknown, or deleted? The interface agreement has to say.
Implementation traps
The first trap is confusing A31 with A08. If the change belongs to a current visit, A08 may be the right event. If the change belongs to the person identity record or MPI, A31 is often the better fit.
The second trap is not preserving identifier context. A31 updates demographics; it does not merge duplicate patients. If the problem is that two patient identifiers refer to the same person, use A40 or another agreed merge/change event rather than trying to solve it with a demographic update.
Reference notes
The HL7 v2+ patient-administration material describes A31 as an MPI/person-information update similar to A08, with A08 preferred for current-episode patient updates. IHE Patient Identity Management maps the message to ADT^A31^ADT_A05 and describes expected receiver behavior for updating or inserting the person record.