# Prescription Audit Log

The **Prescription Audit Log** provides a chronological and detailed record of user actions performed in the **Medication** tab of a patient’s medical records. This feature helps ensure accountability by capturing when prescriptions are **INSERTED** or **UPDATED**, with each action clearly labeled for traceability. Changes are presented in a card-based timeline format. Users can also download the complete audit log in **Excel (.xlsx)** format for reporting or archival purposes.

***

### Steps to View and Download the Prescription Audit Log

* Open the patient's **Medical Records** screen by navigating to **Home > Patient Queue > Current Medical Records**.
* In the **Medication** tab, click the **Prescription Audit Log** icon in the right panel.<br>

  <figure><img src="/files/jZwwMkx1V86UVevzKSbT" alt=""><figcaption></figcaption></figure>
* The **Prescription Audit Log** pop-up appears, displaying a card-based timeline of changes grouped by date.

  <figure><img src="/files/eYiYdvMa2yRrO7CL7QKQ" alt=""><figcaption></figcaption></figure>
* Each card displays the action label (**INSERTED, UPDATED,** or **DELETED**), user name, date and time of the action, and prescription details such as medicine name, composition, dosage, route of administration, and other related information.
* Click any card to expand and view the complete details of the prescription change.

  <figure><img src="/files/kljK83YjttLcWI1ie9XQ" alt=""><figcaption></figcaption></figure>
* To export the audit data, click the **DOWNLOAD REPORT** button at the top of the pop-up. The log will be downloaded in **Excel (.xlsx)** format.

  <figure><img src="/files/FdjO0Jxd0jnA12O6ep2O" 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-audit-log.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.
