# Appointment

### Overview&#x20;

The Appointment section for referring providers allows them to manage patient referrals efficiently. There are three main tabs: Pending, Completed, and Cancelled, each representing the status of the referral request.

<figure><img src="/files/3Oulpet5ynvZSG9JcGT1" alt=""><figcaption><p>Apponintment Section</p></figcaption></figure>

### Pending Tab

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

* In this tab, referral requests from patients are displayed.
* Basic details of the patient, such as name, date of birth, last visit date, referral creation date, requested specialization, and reason for referral, are shown.
* Referring providers have two options: approve or decline the referral.
  1. If the referral is approved, a pop-up screen appears where the referring provider must provide a reason before submitting.<br>

     <figure><img src="/files/LY0jgktjoABZo7HC5uiW" alt=""><figcaption><p>Approve referral </p></figcaption></figure>
  2. If the referral is declined, a similar pop-up appears for providing a reason for the decline.<br>

     <figure><img src="/files/fqxRkaGGAuyBG2CKVlvT" alt=""><figcaption><p>Decline Referral</p></figcaption></figure>

### Completed Tab

* Referral requests that have been approved by the referring provider and a reason has been provided are moved to this tab.
* These referrals have been successfully completed and addressed.

### Cancelled Tab

* Referral requests that have been declined by the referring provider and a reason has been provided are moved to this tab.
* These referrals have been cancelled due to the provider's decision.


---

# 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.omnivatelehealth.com/referring-provider/appointment.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.
