ABHA Number vs ABHA Address: the short answer
The difference between an ABHA Number and an ABHA Address is the difference between an identifier and a mailbox. The ABHA Number is a 14-digit numeric identity issued under the Ayushman Bharat Digital Mission that identifies a person across health facilities. The ABHA Address is a human-readable handle, written in the style of a username followed by a domain suffix, that health records are exchanged to and from with the patient's consent.
A patient can hold an ABHA Number without ever using an ABHA Address, and the two serve different moments in a hospital workflow. The number matters at registration, when you are trying to establish who this person is and whether they already exist in your records. The address matters at the point of sharing, when a discharge summary or lab report needs to travel to the patient's longitudinal record or arrive from another facility.
Registration staff who understand this split stop treating ABHA as a single field to be filled and start treating it as two distinct capabilities. That mental model prevents most of the desk-level confusion described later in this article.

What the 14-digit ABHA Number actually is
The ABHA Number is a randomly generated 14-digit numeric identity created for an individual within the ABDM ecosystem. It is designed to be a stable, portable reference to a person rather than to an episode of care, so it persists as the patient moves between a district hospital, a private multi-speciality centre, and a diagnostic chain. It is usually created using an Aadhaar-based or mobile-based verification flow, and it carries a small demographic profile such as name, year of birth, and gender.
For a hospital, the value is deduplication and linkage. A patient who registered under a shortened name three years ago, a different mobile number, and a misspelt address is difficult to match on demographics alone. If both registrations carry the same ABHA Number, the match is unambiguous and the two records can be reconciled instead of quietly diverging into two clinical histories.
It is worth stating clearly what the number is not. It is not a login, it is not a payment or scheme identifier, and holding one does not by itself entitle a patient to any benefit. It also does not, on its own, give any facility permission to read the patient's records elsewhere — that requires consent, which is where the address comes in.
What the ABHA Number gives a hospital
- A stable person-level identifier across visits and facilities
- A reliable key for deduplicating existing patient records
- A verified demographic core to validate registration entries
- A basis for linking records into the patient's longitudinal history
- A consistent reference for multi-branch patient movement
What an ABHA Address does that a number cannot
An ABHA Address is a self-chosen handle that looks broadly like an email address, and it functions as the routing endpoint for health information exchange. Where the number answers who this person is, the address answers where their records should be sent and from where a consent request should be raised. Patients may create an address themselves through a consumer application, and it can be changed or replaced without disturbing the underlying number.
This distinction matters because a person may hold more than one address over time, or use different addresses tied to different applications, while the ABHA Number stays constant. Building your linkage logic on the address alone is therefore fragile. Build it on the number, and use the address for the exchange transaction.
The address is also the point at which consent becomes visible to the patient. A consent request arrives against the address, the patient approves or denies a defined scope and time window, and only then does information move. A platform such as HealUDoc can hold both fields on the patient profile so registration captures the number while the exchange layer resolves the correct address at the moment of sharing.

Which one your registration desk needs, and when
At the front desk during first contact, the priority is the ABHA Number. Capturing and verifying it lets you check whether the person already exists in your master patient index before you create a new record, which is the single highest-value thing a registration clerk can do for downstream data quality. If the patient does not have one, the desk can offer to help create it, but the visit must never be blocked on it.
The ABHA Address becomes relevant slightly later, at the point where the hospital wants to link this encounter to the patient's national record or pull prior records in. In practice that is often at admission, at discharge, or when a clinician asks for outside history. Many hospitals therefore split the flow: number at registration, address at the linking or sharing step.
For walk-in emergency cases, both should be deferred. Register on demographics, treat, and reconcile identity afterwards. Any protocol that makes identity capture a precondition for care is a clinical risk, not a compliance win.
A workable desk sequence
- Ask for an existing ABHA Number and verify it
- Search the patient index on that number before creating anything new
- If none exists, offer assisted creation without delaying the consultation
- Capture or resolve the ABHA Address only when records will be linked or shared
- In emergencies, register on demographics and reconcile identity later
How the two work together when records are linked
A typical linkage flow runs roughly like this. The hospital, acting as a health information provider, holds a care context — an OPD visit, an admission, a diagnostic report — and associates it with the patient's ABHA Number. When the patient or a requesting facility wants that information, a consent request is raised against the ABHA Address, the patient grants a scoped and time-bound approval, and the record is transmitted in a standard structure.
The practical implication for hospital IT is that the record must be assembled in a standards-conformant form, typically as FHIR R4 resources aligned to the national implementation guidance published through NRCeS. A scanned PDF stapled to a visit is far less useful downstream than a structured discharge summary or a coded diagnostic report. Deciding which document types you will publish, and in what structure, is a bigger project than the identifier work itself.
Consent artefacts also need to be retained and auditable. Under the DPDP Act 2023 the hospital is accountable for the lawful basis on which it processed and shared personal data, and a consent record that cannot be produced later is close to worthless.

Where registration desks get it wrong
The most common failure is treating the ABHA Number as a hospital registration number. Staff type it into the UHID field, or generate a new hospital record keyed on it, and the two identifier systems collapse into one. Keep your internal UHID and the ABHA Number as separate fields with separate meanings; one is yours, one belongs to the patient and travels with them.
The second failure is transcription. A 14-digit number read aloud across a busy counter will be entered wrongly a meaningful share of the time, and a wrong number is worse than none because it can link a record to the wrong person. Verification through the standard authentication flow, rather than manual typing, should be the default; where manual entry is unavoidable, checksum validation and a confirmation read-back are the minimum controls.
The third is confusing the address with an email address and asking patients to supply one they do not have. Staff should be trained to recognise the handle format and to understand that a patient without an address can still be registered, treated, and billed normally.
Desk errors worth training against
- Storing the ABHA Number in the hospital UHID field
- Manually transcribing a 14-digit number instead of verifying it
- Refusing or delaying registration when a patient has no ABHA
- Treating the ABHA Address as an email address
- Creating a second ABHA for a patient who already holds one
“We stopped calling it the ABHA field. Once the counter staff learned that the number identifies the patient and the address delivers the record, the duplicate registrations dropped away on their own.”
What to tell the patient, and what to record
Patients reasonably ask what they are agreeing to, and the honest answer is short. The number identifies them across facilities so their history can be found; the address is how records reach them, and nothing moves without their approval each time. Scripting that explanation in the local language and keeping it to two sentences does more for adoption than any poster.
On the hospital side, record what you did and why. Log whether the number was verified or entered manually, who assisted with creation, which consent artefacts were granted, and against which address. HealUDoc activity logs can carry that trail alongside the encounter so a later audit or a NABH assessment does not depend on someone's recollection.
Finally, review linkage quality monthly rather than at go-live only. Count how many active patients hold a verified number, how many encounters were successfully linked, and how many consent requests failed and why. Those three figures tell you whether your ABDM work is functioning as a clinical capability or only as a checkbox.


