# Doctor Referral

The **Doctor Referral** feature on the **Medical Records** screen allows doctors to refer a patient to another doctor within the clinic. When a referral is made using this option, a new visit is automatically created for the referred doctor, scheduled for the current date.&#x20;

{% hint style="info" %}
This option is used to refer any in-clinic doctor. Referral details from other doctors, whether in-clinic or external, can also be recorded. Navigate to **Doctor Referral** under **More Actions** in the Patient Queue to learn more.
{% endhint %}

***

### Steps to Refer a Doctor

* Open the **Medical Records** screen by navigating to **Home > Patient Queue > Current Medical Records.**
* Click the **DOCTOR REFERRAL** icon on the right panel in the **Diagnosis** tab to open the **Doctor Referral** pop-up.<br>

  <figure><img src="/files/2WPD5aAdUeb8Itj7EA6z" alt="" width="170"><figcaption></figcaption></figure>
* Enter or select the doctor using the dropdown menus.
* Click **SAVE** to complete the referral.

  <figure><img src="/files/HPVxJdt4futJnFyM1BzL" alt=""><figcaption></figcaption></figure>

A new visit entry for the referred doctor will appear in the visit queue for the current date, allowing the doctor to continue the consultation seamlessly.

<figure><img src="/files/1MeqLAjIDmQpyeys57Ce" alt=""><figcaption></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://unitecare.gitbook.io/uniteemr/application-modules/medical-records/diagnosis/more-action/doctor-referral.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.
