Last updated: 19 July 2026
HIP (Health Information Provider) Initiated Linking happens automatically in NICE HMS. There is no manual button to click — whenever a doctor finalizes a clinical document, the system registers the care context with ABDM and the data flows immediately to the patient's PHR app.
In plain terms: every time you finalize an OPD consultation, prescription, discharge summary, or diagnostic report, NICE HMS quietly links that encounter to the patient's ABHA in the background. No extra steps needed.
HIP-initiated linking runs automatically inside the clinical document finalization flow:
ABDMFacilityId) — if not, nothing happens.addCareContext).notify) — the data flows to the patient's PHR app automatically and immediately.No manual intervention. No patient approval step. Data flows directly.
HIP-initiated linking fires automatically when these clinical documents are finalized (both create and edit). Each triggers addCareContext + notify — the ABDM API is idempotent, so re-registering is safe.
Invoice is the exception — it requires the user to explicitly press Send to ABDM from the invoice page. It uses a dedicated endpoint (ndhm/invoice-record/create) rather than the automatic document finalization flow.
For HIP-initiated linking to work automatically:
ABDMFacilityId. See ABDM Setup.If either is missing, the linking is silently skipped — no errors, no interruptions to the clinical workflow.
A care context is a patient interaction at your facility that becomes discoverable on the ABDM network:
Each finalized clinical document creates or updates a care context tied to the patient's ABHA.
This is the reverse flow — the patient initiates linking from their PHR app:
This flow does not require any action from the hospital. NICE HMS handles the discovery callback automatically.
Q: Do I need to do anything to enable HIP-initiated linking? A: No. It happens automatically when clinical documents are finalized, as long as the patient has an ABHA address and your facility has ABDM configured.
Q: What if linking fails? A: The clinical workflow continues uninterrupted. The document is still saved. Linking failures are logged for troubleshooting.
Q: Does the patient need to approve anything? A: No. With HIP-initiated linking, data flows directly and immediately to the patient's PHR app.
Q: Can a patient link from their PHR app instead? A: Yes. This is called discovery (patient-initiated) linking. The patient searches for your facility in their ABHA app and approves the linking from their side. NICE HMS handles this automatically.