> For the complete documentation index, see [llms.txt](https://mets-programme.gitbook.io/ugandaemr-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mets-programme.gitbook.io/ugandaemr-documentation/program-workflows/regimen-lines.md).

# ART Regimen Lines

### ART Regimen Lines

The AIDS Control Program (ACP) of the Ministry of Health (MOH) Uganda has made a significant impact in the fight against HIV by continuously updating the 2020 Consolidated Guidelines for Prevention and Treatment of HIV/AIDS in Uganda, especially in the area of ART Regimens dispensed, and use of regimen lines to track the transition of patients across the lines.

The new treatment guidelines provide preferred regimens for different patient categories (based on age group, weight, pregnancy, contraindications) and the recommended second line regimens for patients failing. However there is no clear rule distinction between first line and second line regimens since the same drugs can be prescribed for both lines, even for patients with the same categorisation

![First Line Regimens](/files/4NxdMMfzxZdTpOurvKBm) ![2nd and 3rd Line Regimens](/files/boISkRF47UUjh8Ii0dfn)

### How it works

1. All patients enrolled into care are automatically added to the First Line Regimen
2. Any new patients enrolled into care are automatically enrolled in the first line regimen
3. The regimen lines statuses are displayed on the regimen lines widget as shown below ![art-regimen-lines-widget](/files/Xr6YsmcvhLzGAsni2QLa)
4. A clinician can complete the Regimen Switch and Substitution form below to make any changes to the patient's current regimen line ![Regimen Change Form](/files/tQcPmxDyTzYXXYK09QRW)

#### Reporting

The following reports are available from the reporting module

1. Patients on First Line Regimens
2. Patients on Second Line Regimens
3. Patients on Third Line Regimens


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mets-programme.gitbook.io/ugandaemr-documentation/program-workflows/regimen-lines.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
