# Introduction

This bundle offers APIs for managing medicines, patient records, and orders in EMR/HMIS systems. It includes functionalities for searching medicines, updating patient details, managing prescriptions, and handling order information, streamlining healthcare operations.

**Here is the Postman Collection of APIs**

{% file src="/files/9xhnIFRH8gSbuulaVBuH" %}

## Sequence Diagram

<figure><img src="/files/bw6MijB4pEf6a1Y7Hxn7" alt=""><figcaption><p><mark style="background-color:yellow;"><strong><code>This diagram illustrates the flow of interactions between the Doctor, the Third-Party Integration (EMR/HMIS), and eVitalRx API in an EMR/HMIS system. The process includes adding or updating patient information, searching for medicines, pushing prescriptions (orders), saving and viewing bills, and managing bill lists filtered by patient and date range. The system ensures seamless management of patient records, medicine prescriptions, and billing processes through API integrations.</code></strong></mark></p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.evitalrx.in/api-for-doctor-portal/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
