> For the complete documentation index, see [llms.txt](https://ifhp-2.gitbook.io/ifhp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ifhp-2.gitbook.io/ifhp/patient-data.md).

# Patient Data

- [NDHM registration of Hospital](https://ifhp-2.gitbook.io/ifhp/patient-data/ndhm-registration-of-hospital.md): This component registers the hospital onto the NDHM network
- [Patient Visit Registration for a Hospital](https://ifhp-2.gitbook.io/ifhp/patient-data/patient-visit-registration-for-a-hospital.md): This component describes how patient registration works
- [Record collection for a patient](https://ifhp-2.gitbook.io/ifhp/patient-data/record-collection-for-a-patient.md): This component describes how a patients records are collected
- [Record Transfer from platform to mobile app](https://ifhp-2.gitbook.io/ifhp/patient-data/record-transfer-from-platform-to-mobile-app.md): This component describes how a patient can request their data from the platform
- [Search Hospital's Data](https://ifhp-2.gitbook.io/ifhp/patient-data/search-hospitals-data-1.md): This component helps in searching for patient-level data from a particular hospital.
- [Request Patient's Data](https://ifhp-2.gitbook.io/ifhp/patient-data/request-patients-data.md): This component helps in requesting patient data.
- [Approval of Patient Data](https://ifhp-2.gitbook.io/ifhp/patient-data/approval-of-patient-data.md): This component helps in getting the approval of the hospital and initiate the process of consent approvals from the patients.
- [Consent of Patient](https://ifhp-2.gitbook.io/ifhp/patient-data/consent-of-patient.md): This component helps in getting the consent of patients using NDHM APIs.
- [Download Patient Data](https://ifhp-2.gitbook.io/ifhp/patient-data/download-patient-data.md): This component helps in downloading the patient data that gave their consent.
- [Implementation Details and FAQs](https://ifhp-2.gitbook.io/ifhp/patient-data/implementation-details-and-faqs.md): This page is to include all the big and small caveat in the Patient data components.


---

# 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://ifhp-2.gitbook.io/ifhp/patient-data.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.
