# Highlights

This tab allows users to add patient highlight information. Patient highlight points are essential details that enhance a patient’s experience and care. These include general information, medical history (such as allergies, current medications, and past health conditions), financial information, and any other relevant details that help healthcare facilities manage the patient's care effectively.

***

### Steps to Add Patient Highlights

* Navigate to the **HIGHLIGHTS** tab.

  <figure><img src="/files/UhowG3e8ltXAk134gKkB" alt=""><figcaption></figcaption></figure>
* Select the severity level as **Low**, **Medium**, or **High**.
* Choose the **Type of Highlight** from the dropdown menu.
* Enter the specific highlight details in the **Add Highlight** text box.
* Click the **ADD** button to save the new highlight. The added patient highlight will appear below.

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

***

### Steps to Sort, Edit and Delete

* Highlights can be easily sorted to enhance usability; options for sorting include **LATEST** to view the most recent highlights, **SEVERITY** to prioritize based on the seriousness of the information, and **TYPE** to categorize highlights by their nature.

  <figure><img src="/files/3J5SayPFgKWoh44tqcaE" alt=""><figcaption></figcaption></figure>
* To edit a highlight, hover over the entry to reveal the **EDIT** and **DELETE** buttons. Click **EDIT** to open the **Edit Highlight** pop-up, where necessary changes can be made. After editing, click **UPDATE** to save the changes.

  <figure><img src="/files/YRyyDmTenmUavpQKwhJO" alt="" width="563"><figcaption></figcaption></figure>
* To delete a highlight, hover over the entry again to see the **EDIT** and **DELETE** buttons. Click the **DELETE** button to open a **Delete Highlight** pop-up screen. Confirm the deletion by clicking **DELETE**.

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

{% hint style="info" %}
Patient Highlight is also available in the [Scheduler ](/uniteemr/application-modules/scheduler/appointment-booking/existing-patient.md#steps-to-book-an-existing-patient-appointment)and [Medical Records](/uniteemr/application-modules/medical-records/more-action/patient-highlights.md) modules. The Patient Highlight feature across all modules are linked, ensuring that the information remains consistent on every screen. Throughout the process, users can add, edit, or delete patient highlights in these modules as needed.
{% endhint %}

***


---

# 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/patient-register/register-a-new-patient/highlights.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.
