# Package

A **Package** refers to a bundle of services, treatments, or consultations that a patient can purchase as a single entity. Packages offer a set of predefined medical services at a discounted rate compared to purchasing each service individually. In Unite EMR, packages can be created, billed, and tracked upon consumption.

**Package Appointments:** A package appointment refers to scheduling and managing appointments for services covered under a purchased package.

***

### Prerequisite for this Appointment

* To create a package, navigate to the [**Package** ](/uniteemr/application-modules/packages/packages/create-a-new-package.md)**(Home > Packages > Packages)** screen.
* Once the package is created, you can purchase it for the respective patient in the [**Invoice** ](/uniteemr/application-modules/billing/invoice/create-invoice/package-invoice.md#steps-to-create-a-package-invoice)**(Home > Billing > Invoice)** screen. Now, follow the steps below to book a package appointment.

{% hint style="info" %}
To learn more about the overall workflow, refer [**Package Workflow**](/uniteemr/application-modules/packages.md#workflow) section.
{% endhint %}

***

### Steps to Book Package Appointment

* Open the **Scheduler** **(Home > Front Desk > Scheduler)** screen and double-click on the available time slot for the required doctor. This action will open the **Appointment** pop-up screen.
* Select the respective patient using the **Search** Field.&#x20;
* In the **APPOINTMENT** tab, the **Packages Details** section will be enabled if the patient has purchased one or more packages. Click to expand the **Packages Details** section.
* In the **Select Package** dropdown menu, choose the package that the patient is going to consume. This list displays all the packages that the patient has purchased.

  <figure><img src="/files/GN0xOA475ogSqjKcQUYj" alt=""><figcaption></figcaption></figure>
* The package's details, such as **Package Name**, **Package Code**, **Date of Purchase**, **Package Price**, **Paid Amount**, **Consumed Amount**, **Amount Due**, **Valid From**, and **Valid To**, will be available below the **Select Package** dropdown menu.
* Below the package information, a tabular view displays treatment details:
  * **Checkbox:** Select the treatment(s) that the patient will consume.
  * **CPT Code:** CPT code of the treatment.
  * **Internal Code:** Internal code of the treatment.
  * **Short Description:** Brief description of the treatment.
  * **Item Type:** Type of the treatment.
  * **Total Qty:** Total number of sessions included in the package.
  * **Consumed Qty:** Total number of sessions consumed.
  * **To Be Consumed Qty:** Total number of booked package appointments awaiting consumption.
  * **Available Qty:** Currently available quantities.
  * **Consume Qty:** Quantity that the patient will consume in the current session.
  * **Remarks:** Additional comments or notes, if needed.
* The details of the selected package can be printed using the **PACKAGE CONSUMPTION PRINT** and **PACKAGE REIMBURSEMENT PRINT** button.
* Click the **SAVE** button to create the Package Appointment.
* The package appointment is now created, and the legend <img src="/files/2RbfSRJksTOUxi52JqzM" alt="" data-size="line"> indicates that it is a package appointment.

  <figure><img src="/files/5pgWcIBxqMVNLURL0VoD" alt="" width="436"><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/scheduler/appointment-booking/package.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.
