# Triage

The Triage Role allows a person to capture triage information for a patient and send them to the next service area. In order for a user to perform the triage functionality they must have the *"Triage"* role. These are the steps on how a triage person can capture triage information on a patient and sent them to the next location.

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) *"Triage"*. This action will navigate you to the home screen. ![Home Screen](/files/-M8QRuOnEydzKEV8Dgpc)
2. On the Home page click on the *"Triage"* icon. This will Navigate you to the *"Triage Provider Dashboard"* ![Triage Provider Dashboard](/files/TBIhEFNgUVW8aTM9WgbE) This page has two tabs

   a) Pending patient. These are patiets who have been who have not yet been triaged.

   b) Completed Patients. These are patients who have already been triaged.
3. In the pending tab in the table under the actions column, Clink on the *"Triage vitals"* icon. This will navigate you to the Triage information form. ![Triage information form](/files/-M8QRuOrQzcdQMpoIZD8)
4. Complete the information on the form.
5. Select the next location you would like to send a patient. **Note:** Lab Selecting Lab location will not send the patient to lab. This should be avoided.
6. Click on the *"Save"* button. This will send the patient to the next location and navigate you back to the *"Triage Provider Dashboard"*
7. Repeat from Step three for any patient in the pending list.


---

# 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/traige.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.
