> For the complete documentation index, see [llms.txt](https://docs.esignet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.esignet.io/home/esignet/esignet-authentication/test/end-user-guide/patient-registration-portal.md).

# Patient Registration Portal

#### **Experience eSignet in Action Through the ANC Patient Registration Demo Portal**

Experience eSignet in action with a demo ANC patient registration on the [DHIS2 Registration Portal](https://mosip.integration.dhis2.org/dhis-web-login/#/), illustrating secure National ID-based identity verification before patient enrollment into the health registry.

Hosted on the [MOSIP Collab Sandbox](https://collab.mosip.net/), this portal acts as a relying party application and allows you to experience how eSignet integrates seamlessly into healthcare registration workflows that require trusted identity authentication. A Public Health Midwife (PHM) uses this portal to register a pregnant mother by verifying her identity using a National ID (UIN) before her demographic details are fetched and a Patient Health Number (PHN) is issued.

* OTP-based authentication

The portal supports real MOSIP IDs, enabling easy exploration without prerequisites. In just a few steps, you can experience a secure and smooth authentication flow that culminates in the registration of a patient into the national health registry, with her record automatically synced to the FHIR server.

This demo portal serves as a hands-on environment to understand how eSignet can be used for identity-verified patient registration in healthcare, and sets the context for the detailed end-user guide that follows.

#### **Prerequisites**

The patient is registered in the national identity system and holds a valid [MOSIP ID (UIN) or Virtual ID (VID)](https://docs.mosip.io/1.2.0/id-lifecycle-management/identity-management/identifiers) with an active mobile number linked to their National ID for OTP delivery.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.esignet.io/home/esignet/esignet-authentication/test/end-user-guide/patient-registration-portal.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
