# Diagnosis Audit Log

The **Diagnosis Audit Log** feature provides a detailed audit trail of all actions performed within the [**Diagnosis** ](/uniteemr/application-modules/medical-records/diagnosis.md)tab in the **Medical Records** screen. This includes the addition, modification, and deletion of diagnosis entries. The feature helps maintain data integrity and supports accountability by enabling clinic staff to trace all changes related to diagnosis data.

{% hint style="info" %}
Allergy-related updates are captured in a dedicated audit log to ensure focused tracking. To review changes made to allergy records, refer to the [**Patient Allergy Audit Log**](/uniteemr/application-modules/medical-records/more-action/patient-allergy.md#patient-allergy-audit-log) section.
{% endhint %}

***

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

* Open the **Medical Records** screen by navigating to **Home > Patient Queue > Current Medical Records**.
* In the **Diagnosis** tab, click the **DIAGNOSIS AUDIT LOG** icon in the right panel.

  <figure><img src="/files/blqYzT0aXFUNcgMcr4cz" alt="" width="200"><figcaption></figcaption></figure>
* The **Diagnosis Audit Log** pop-up appears, displaying the audit history in two sections.

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

  * **Left Panel**: Shows a list of SOAP tab headers (e.g., PreCheck, Service, Procedures, Doctor Notes, Nurse Notes) under the **Diagnosis** section.
  * **Right Panel**: Displays the audit logs corresponding to the selected tab header in a card-based format. Each audit card displays the user’s name, the exact date and time of the action, and the specific data that was added, modified, or deleted.
* Click each SOAP tab header on the left panel to view the related logs on the right.

  <figure><img src="/files/UpwVRNTAElsbuTwhKDw2" alt=""><figcaption></figcaption></figure>
* To download a complete record of the diagnosis audit, 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/WSOMOWLVABm78me3n2qG" 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/diagnosis-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.
