# New Patient

A new patient refers to an individual who is being registered in the system for the first time. To create a visit for a New Patient, staff uses the **CHECK-IN PATIENT** option. After selecting the necessary details, the process redirects to the patient register, where staff enter personal information, insurance details, and other relevant information. Once registration is complete, the patient's visit appears on the patient queue.

***

### Steps to create a visit for a New Patient

* Open the **Patient Queue (Home > Front Desk > Patient Queue)** screen. Click the **CHECK-IN PATIENT** button to open the **Create Patient to Queue** pop-up screen.

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

  * In the **Create Patient to Queue** pop-up screen, select the **New Patient** checkbox. Next, choose the respective **Doctor**. This action will automatically populate the **Department** and **Specialty** dropdown menus based on the selected doctor.

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

    If the selected doctor has the **Advance** option enabled, the **Advance Charges** will appear in the **Assign Doctor** section. After making all necessary selections, click on the **PATIENT REGISTER** button. This action will redirect to the **Patient Register** screen.
  * Complete the necessary tabs in the **Patient Register** screen and select **SAVE** to save the information.

    <figure><img src="/files/F6wWxWpV4n2bB8Gw1kT6" alt=""><figcaption></figcaption></figure>
  * After saving the record, along with the registered Patient PIN, the patient visit appears on the **Patient Queue** screen.

    <figure><img src="/files/8IQ8j0icEBk8or98LiMu" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
For more details on registering a new patient, please refer to the [Register a New Patient ](/uniteemr/application-modules/patient-register/register-a-new-patient.md)topic.
{% endhint %}

{% hint style="info" %}
If configured, an **Additional Information** section will appear in the **Queue Information** section, allowing user association (e.g., assigning a nurse who can view only their associated appointments in the **Scheduler** and **Queue** screens) and capturing vehicle details such as Vehicle Number, Model, and Color.
{% 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-queue/front-desk-queue/check-in-patient/new-patient.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.
