> For the complete documentation index, see [llms.txt](https://docs.debio.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.debio.network/complete-guidelines/user-guideline/emr.md).

# EMR

The Customer will be able to upload their collection of Personal Health Record (PHR) or Electronic Medical Record (EMR) to DeBio. It can be the Customers’ medical history such as diagnoses, treatment plans, immunization, allergies, radiology, and laboratory results.

![](https://lh6.googleusercontent.com/VZXHiIejvE1twCwyk_qQRhbcZsc8zFqhv0O4QMgKdN0K2voFvuTnfa63QbXljaASrlSj21ZcpKDmR20a8LO21zc3VktFT1c4YhsAf3QYqVhmps4V5twxJOzsf7NzKA)

Customers can simply add their EMR and select the EMR categories. Each category can be added to multiple files. Before uploading, the Customer needs to encrypt EMR files by inputting their password.

![](https://lh5.googleusercontent.com/KsKY01z0VKy5Fxq_1oIuwuuSsWfsV4e2_QB0tRkMu2dJQKJpemHMy2P75mb159cBBTKy0jp1sgSVONwvtpoy3vRj5d0rZ2TwB0m6QNhsAzmDPsjMX5LrTII-AVBIuw)

Once files are uploaded, the Customer can view the EMR files under EMR details.

![](https://lh5.googleusercontent.com/_VS8vOkP8yRqJseUXBoqwustgyG3J52pJ3lhXeSPRV8s1OPN-Z-AWqGP58zVO_FejONMSQbALCMPaff-LFhFCt3gcwAzI53iQPPJ1ELPZgesXW4T8nFtOfHnmiQLMg)


---

# 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.debio.network/complete-guidelines/user-guideline/emr.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.
