# Patient Register

The **Patient Register** screen in Unite EMR facilitates the registration of new patients and the updating of existing patient details. Upon completing a new patient registration, a unique Patient PIN (Patient Identification Number) is generated, enabling the tracking of the patient's status throughout their healthcare journey. Additionally, users can view and print the patient’s history, as well as record important information such as the Acknowledgement Form, Activity Log and VIP status.

***

## Overview

The top section of the screen includes a **Search** Field and an **ADD NEW PATIENT** button, enabling staff to easily locate registered patients and to add a new patient. The screen is organized into sections labeled **Recently Added**, **Recently Edited**, and **Recently Searched**, displaying patients along with key details like Profile Photo, Patient PIN, and Name. Additionally, different colors are used to distinguish between Cash and Insurance patients.

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

In the **Recently Added** and **Recently Edited** sections, the screen also shows the last user activity, including Username, Date, and Time of changes. To update a patient’s record, staff can click on any entry in these sections. The **Medical Tourism Visit** toggle is maintained from **Patient Register** and its status is used across **Scheduler**, **Patient Queue**, and **Medical Records**.

{% hint style="info" %}
If configured, the **Stay on Registration Screen** checkbox appears and prevents redirection to other modules after registration.
{% endhint %}

***

## Functionalities

### [Register a New Patient](/uniteemr/application-modules/patient-register/register-a-new-patient.md)

This entry screen gathers essential information about a new patient, including personal details such as name, age, gender, and contact information. It also records key patient highlights, insurance details, and discount card information.

### [**View or Modify Patient Information**](/uniteemr/application-modules/patient-register/view-or-modify-patient-information.md)

View or update information for patients already registered in the Patient Register screen. This includes checking details from the patient record and making necessary edits to any displayed information.

### [**Using Emirates ID**](/uniteemr/application-modules/patient-register/using-emirates-id.md)

This feature simplifies data entry by automatically retrieving patient information from their Emirates ID. This not only enhances efficiency by saving time on manual data entry but also improves accuracy by minimizing errors, ensuring that all relevant details are correctly captured in the application while allowing staff quick access to essential patient information.

### [Access the Patient Register from other screens](/uniteemr/application-modules/patient-register/access-the-patient-register-from-other-screens.md)

Navigate to patient register from the other modules/screens.

***

## Video Tutorial

{% embed url="<https://youtu.be/30AlUjibNI8>" %}
Patient Register - Overview
{% endembed %}

***


---

# 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.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.
