# Treatment Plan

The **Treatment Plan** screen enables users to create, view, and track treatment plans for patients. It provides a comprehensive outline of the proposed treatments, helping to ensure clarity and consistency in patient care.

***

## Overview

The top section of the **Treatment Plan** screen features a **Search** Field for quickly locating a specific patient, along with fields to input/select the **Treatment Plan Name**, **Treatment Status**, **Remarks**, **Plan Executed By**, and **Icons** for specific actions.

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

The table below presents icons and their corresponding actions.

<table><thead><tr><th width="78" align="center">Icon</th><th>Description</th></tr></thead><tbody><tr><td align="center"><img src="/files/VKGWhXv1TKFB7yXZuJMx" alt="" data-size="line"></td><td>To create a new Treatment Plan.</td></tr><tr><td align="center"><img src="/files/48GM26t7dyhPDcLXdBEi" alt="" data-size="line"></td><td>To print the Treatment Plan based on the patient's request.</td></tr><tr><td align="center"><img src="/files/jzoCP6J9HFVSS1zecwoX" alt="" data-size="line"></td><td>To create a new template or to modify the existing templates.</td></tr><tr><td align="center"><img src="/files/Hu19S3GGgkteGStlCYGz" alt="" data-size="line"></td><td>To save the entered or modified information.</td></tr><tr><td align="center"><img src="/files/0f21P5xX71SdNH3wPvz3" alt="" data-size="line"></td><td>To add billable or non-billable items.</td></tr><tr><td align="center"><img src="/files/Gy453i6D0HuoAFbNZZx1" alt="" data-size="line"></td><td>To edit the selected billable or non-billable item.</td></tr><tr><td align="center"><img src="/files/y73oVWYpNsXS8DwpMgQC" alt="" data-size="line"></td><td>To remove the selected billable or non-billable item.</td></tr></tbody></table>

Above the **Treatment Plan Spread**, there is a label indicating **Insurance**, **Self-Pay**, and **Patient Estimates** amount.

### **Treatment Plan Spread**

The spread includes input fields to capture information, including:

* **Treatment Description**: To capture the body part to which the treatment is applied. It also displays the treatment name and description.
* **Planned**: Treatment is planned for a specific doctor along with the scheduled date.
* **Actual**: After the treatment, the doctor who performed the procedure is recorded along with the actual date.
* **Remarks**: Any additional notes or comments regarding the treatment.
* **Status**: Displays the current state of the treatment (e.g., Scheduled, In-Progress etc).
* **Estimated Price**: It displays costs such as **Self-Pay Price**, **Insurance Price**, and **Deductible**.
* **Final Price**: It displays costs such as **Discount Amount**, **Discount Percentage**, **Net Amount**, and an **Override Price** checkbox to switch between Self-Pay and Insurance.
* **Plus Icon**: To add billable or non-billable items.

***

## Functionalities

### [**Create Treatment Plan**](/uniteemr/application-modules/treatment-plan/create-treatment-plan.md)

To create a treatment plan for a specific patient, including both billable and non-billable items.

### [**Update Treatment Plan**](/uniteemr/application-modules/treatment-plan/update-treatment-plan.md)

To view or edit treatment plan for a specific patient.

### [**Templates**](/uniteemr/application-modules/treatment-plan/treatment-plan-template.md)

To use the existing template saved.

***


---

# 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/treatment-plan.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.
