HL7 BAR_P01 Add Patient Account
BAR_P01 is a billing account record message used to establish a patient account in a patient accounting or financial system. It is usually sent from registration, ADT, or another administrative source to billing when the financial account needs to exist independently of a simple admit or visit notification.
That distinction is the reason BAR exists. An ADT_A01 can tell systems a patient arrived and may also create account context, but BAR_P01 says "create this account" without necessarily changing patient location, census, or clinical availability.
A small BAR_P01 example
What systems do with it
The sender is commonly an ADT/registration system. The receiver is usually patient accounting, accounts receivable, claims, or revenue-cycle software. The receiver creates the account shell, links it to the patient and visit context, and records guarantor, insurance, diagnosis, procedure, accident, or UB billing data when the sender supplies it.
Use BAR_P01 when the account start is the business event. If the patient demographics changed, send the appropriate ADT update. If the account already exists, use an account update workflow rather than opening another account with a new P01.
How to read the structure
The core is MSH, EVN, and PID. The repeating visit group can carry PV1, PV2, DG1, PR1, GT1, NK1, IN1, ACC, UB1, and UB2. That breadth lets a financial receiver create a usable account without waiting for several separate messages.
Implementation traps
Do not use P01 as a generic account refresh. From HL7 v2.3 onward, P01 is for adding an account that did not exist before. Duplicate account creation is one of those problems that looks harmless in a test feed and turns ugly in claims, statements, and reconciliation.
Also make sure the account identifier, visit number, and patient identifier are not treated as the same thing. PID-18 account number and PV1-19 visit number carry different meanings in most billing systems.
Reference notes
The HL7 v2+ BAR_P01 page describes P01 as establishing a billing/accounts receivable record and notes that P05 should update existing accounts while P06 should close accounts. The iNTERFACEWARE BAR overview gives the same practical framing: BAR messages add or change patient billing account information.