# Vaccination

The **Vaccination** tab allows users to capture, track and print vaccination details for the patients. This includes recording information such as the vaccine name, manufacturer, expiration date, administration details, and completion status. Fields like Unit(R) and Lot No(R) can be filled with free-text entries, and other fields are selectable via dropdowns or date pickers.

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

***

### **Steps to Capture Vaccination Details**

* Navigate to the **Vaccination** tab in **Medical Records**.
* From the **Vaccination** dropdown, select the appropriate vaccine. Upon selection, the details of the vaccine will auto-populate in the below table.
* Select or enter the **Expiry Date** using the date picker.
* Enter the **Unit (R)**, **Units of Measure**, and **Lot No (R)** in the respective free-text fields.
* Select the **Administration Date** and **Date for Next Dose** using the date pickers.
* Choose the **Dosage Count** from the dropdown list.
* Select the **Duration Units** from the dropdown.
* Choose the **Administration Site** from the dropdown list.
* Select the **Route of Admin** from the dropdown, which includes options such as **Oral**, **Sublingual**, etc.
* Select the **Completion Status** from the dropdown.\
  If **Completion Status** is **Refused**, the **Refusal Reason** dropdown will appear. Select the refusal reason from the dropdown.
* If necessary, add any additional information in the **Notes** field.
* To add another vaccination, repeat the above steps for the new vaccine.

***

### Print Vaccination Details

To Print the added vaccination, there is a **Print** icon located in the tab. Clicking the print icon opens the **Vaccination print** pop-up screen.&#x20;

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

In the **Vaccination Print** pop-up, users can either download the file as a PDF or print a physical copy.

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

***

### **Delete Vaccination Details**

To delete an added vaccination, locate the vaccine entry to be deleted and click the **Delete** icon next to the entry.

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

***

### **Sorting Options**

The **Sort** feature allows users to organize the vaccination entries in ascending or descending order, making it easier to review and manage the data.

<figure><img src="/files/co5LG9p5lqIzR8t97wJP" alt=""><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/medical-records/vaccination.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.
