# PreChecks

The **Precheck** screen allows healthcare facilities to customize the collection of vital information according to their internal requirements. This flexibility enables facilities to configure precheck settings not only for clinic level, but also for specific departments or individual doctors. As a result, vital data collection can be tailored to support various workflows across the organization.

***

### Steps to create precheck fields

<figure><img src="/files/5WXxdJFban5s71x0Q8Ys" alt=""><figcaption></figcaption></figure>

* Open the **PreChecks (Home > Admin > Master Setup > PreChecks)** screen.
* By default, the **Precheck** tab is selected. Create the fields as needed.
* Click the **Plus** icon to insert a new row for creating vital fields.
* Fill in the details in the row as follows:
  * **Vitals**: Enter the name of the vital sign (for example, Blood Pressure or Temperature).
  * **UOM (Unit of Measure)**: Select the unit in which the vital is measured (for example, mmHg or °C).
  * **Range From / Range To**: Enter the acceptable value range for the vital. Use these fields to define the minimum and maximum values.
  * **Validate Range**: Select the toggle switch to enable or disable range validation. When turned on, values outside the defined range can be flagged.\
    **Note:** If this switch is enabled, an indication will appear when the value falls below :arrow\_down: or exceeds :arrow\_up: the defined range.
  * **Mandatory**: Select the toggle switch to mark the vital as required. When turned on, the vital must be entered during the precheck process.
  * **Active**: Select the toggle switch to activate or deactivate the entry. Only active entries are used during the precheck process.
* Click **ADD** to save the individual entry.
* Click **SAVE** to save all changes.

***

### Steps to Map Precheck Fields to Clinic, Department, or Doctor

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

* Open the **PreChecks (Home > Admin > Master Setup > PreChecks )** screen.
* Navigate to the **Favorite Mapping** tab.
* Select the appropriate radio button: **Clinic, Department,** or **Doctor,** depending on your requirement.
* If the **Clinic** option is selected, choose the corresponding clinic from the available list. Ensure that the relevant vital fields are marked as active for that clinic.\
  \&#xNAN;***Note:** Settings for **Department** or **Doctor** can be configured using the same process. Make sure to select and activate the relevant fields for each department or doctor as needed.*
* Once the necessary fields have been selected and updated, click **SAVE** to store the changes.

***


---

# 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/master-modules/master-setup/prechecks.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.
