# Pharmacy

When Clinicians Prescribe medications for patients, Pharmacy has to dispense the available drugs or refer those that are not available to external pharmacies or drug shops. Accessing patients list in Pharmacy requires that one has [Organizational: Pharmacy](https://github.com/METS-Programme/ugandaemr-usermanual/tree/1fbbe0b2801ddccebeb5041ed0f406697a3b1f0a/point-of-care-poc/installation-and-configuration/roles.md).

## Accessing Pharmacy Provider Dashboard

1. [Login](https://github.com/METS-Programme/ugandaemr-usermanual/tree/1fbbe0b2801ddccebeb5041ed0f406697a3b1f0a/login.md) with account that has [role](https://github.com/METS-Programme/ugandaemr-usermanual/tree/1fbbe0b2801ddccebeb5041ed0f406697a3b1f0a/point-of-care-poc/installation-and-configuration/roles.md) *"Organizational: Pharmacy"*. This action will navigate you to the home screen. ![Home Screen](/files/QsjOhz7Q0ZlC33WQxnzE)
2. On the Home page click on the *"Dispensing"* icon. This will Navigate you to the *"Pharmacy Provider Dashboard"* ![Pharmacy Provider Dashboard](/files/OPb5KmKHe3cjdPL0Lxcs)

   This page has four tabs

   ```
    a) Prescription List. This contains a list of patients who have a prescription from the clinician.
    b) Non Prescription List. This contains a list of patients who dont have a prescription from a clinician.
    c) Completed. This is a list of patients who have been completed. 
   ```

## Dispensing Prescribed Drugs

1. In the *“Prescription List”* tab under the *"ACTION"* column, Click on the *“Dispense Medication”* link ![Dispense Medication](/files/Tby3l2ChxOISqfHTTdq1) This will popup a dialogue box of the drugs to dispense.

   <img src="/files/xZnWKIRsL3oBZBdirWfP" alt="Home Page" data-size="original">
2. Enter the quantity to dispense and the period for dispensing per drug.

   **Note:** for drugs which you dont have in stock you can refer out by checking the box in the refer out column.
3. Click on the *"Dispense"* button. This will move the patient from the *"Prescription List"* to the *"Completed List"*.

   If there are any drugs that have been referred out, a print out o will popup

   <img src="/files/hsah8YjHF2UCoP0qahud" alt="Prescription List" data-size="original">
4. Repeat from step 1 for any patient in the *"Prescription list"* tab

## Dispensing Non Prescription List

There a patients who go directly to pharmacy to pick a refill with no need of a prescriptions from a clinician. 1. In the *"Non Prescription List"* Tab, under the *"ACTION"* tab, click on the "Dispense Medication" icon ![Dispense Medication](/files/7IdpKKDRJ73sYLWPXqGZ). This will navigate you to the dispensing form. ![Non Prescription List](/files/DgnIGGSUQb3iesSsksCn) 2. On the Dispensing form, capture all medication that the has been dispensed to the patient. **Note:** The ![Add more icon](/files/GrD2DQnbkeIafimQ9tsq) adds another row of medication to be dispensed. The Drug field is an auto complete list of drugs. Make sure that field is not highlighted red rather green. ![Dispensing Form](/files/3IZt6ZxQu6oYN6FMv7Kv) 3. Click on the save button to save the medication dispensed. This will save the drugs dispensed, moved to the *"Completed"* tab and navigate you back to *"Pharmacy Provider Dashboard"*. 4. Repeat from step 1 for any patient in the *"Non Prescription list"* tab

## Editing Dispensed Drugs

When Drugs are already dispensed and you would like to make changes to record, 1. In the *"Completed"* tab under the *"ACTION"* column, Click on the [Edit Medication](https://github.com/METS-Programme/ugandaemr-usermanual/tree/1fbbe0b2801ddccebeb5041ed0f406697a3b1f0a/images/poc/poc_edit_icon.png) icon. This will navigate you to the dispensing form. 2. Make the Changes you wish to make. 3. Click on the save button to save the changes. This will save the changes and navigate you back to *"Pharmacy Provider Dashboard"*.\
![Completed List](/files/RuWVod0JRCQEmbGxhxGD)


---

# 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://mets-programme.gitbook.io/ugandaemr-documentation/point-of-care/work-flows/pharmacy.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.
