# Prescription Template

The **Prescription Template** feature streamlines the prescription process, enabling healthcare professionals to create and use predefined templates. These templates allow commonly prescribed medications and dosage details to be reused, saving time, ensuring consistency, and reducing manual entry during patient visits.

***

### Steps to access Prescription Template

* Open the patient's **Medical Records** by navigating to **Home > Patient Queue > Current Medical Records**.
* In the **Medication** Tab, click the **PRESCRIPTION TEMPLATE** icon in the right panel.

  <figure><img src="/files/G4xlYhyHqEt1q1YKSdQk" alt="" width="171"><figcaption></figcaption></figure>
* The Prescription Template pop-up will display a list of existing templates, with details such as **Template Name, Remarks, Prescription Type,** and a **CREATE** button to create new templates.

  <figure><img src="/files/1iTQ33XGi0fynAcfZwaw" alt=""><figcaption></figcaption></figure>
* Use the **Filter Result Data** search field to find specific templates.

***

### Steps to Use Existing Prescription Templates

* In the template list, click on the respective template.
* A confirmation pop-up will appear, with two options:
  * **Append**: Adds the template prescription to the current prescription list.
  * **Overwrite**: Replaces the current prescription list with the selected template data.

    <figure><img src="/files/3RPhf9p7WTYAtsh5HlDD" alt=""><figcaption></figcaption></figure>

***

### Steps to Create a New Prescription Template

* Add the required medications to the current prescription list.
* In the Prescription Template pop-up, click the **CREATE** button. Another pop-up will appear.
* Enter Template Details:
  * **Template Name**: Provide a name for the template.
  * **Remarks**: Optionally, include additional notes.
* Click **SAVE** to add the template to the list of existing templates.

  <figure><img src="/files/FRXCxoa4H7pLcwzrB0Jn" 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/medication/more-action/prescription-template.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.
