# AI recommends a 7-day course of antibiotics for uncomplicated urinary tract infection (UTI) in a non-pregnant adult female, ignoring guideline-recommended 3-5 day course

- **ID:** `medical/antibiotic-uti-duration`
- **Domain:** medical
- **Category:** health_risk
- **Error Code:** `IDSA-UTI-2023`
- **Verification:** ai_generated
- **Fix Rate:** 92%

## Root Cause

IDSA guidelines recommend 3-5 days of nitrofurantoin or TMP-SMX for uncomplicated UTI in non-pregnant women; longer courses increase antibiotic resistance, side effects, and cost without improving cure rates.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| IDSA UTI Guidelines 2023 | active | — | — |
| EPIC UTI Order Set v4.2 | active | — | — |
| CDC Antibiotic Stewardship Toolkit v2.0 | active | — | — |

## Workarounds

1. **For uncomplicated UTI in non-pregnant adult women, prescribe nitrofurantoin 100 mg BID for 5 days OR TMP-SMX DS BID for 3 days (if local resistance <20%). Example: Prescribe nitrofurantoin 100 mg twice daily for 5 days. Do not extend beyond 5 days unless culture shows resistance.** (92% success)
   ```
   For uncomplicated UTI in non-pregnant adult women, prescribe nitrofurantoin 100 mg BID for 5 days OR TMP-SMX DS BID for 3 days (if local resistance <20%). Example: Prescribe nitrofurantoin 100 mg twice daily for 5 days. Do not extend beyond 5 days unless culture shows resistance.
   ```
2. **Use a clinical decision support tool in the EHR (e.g., EPIC UTI order set) that defaults to guideline-recommended durations and flags deviations.** (88% success)
   ```
   Use a clinical decision support tool in the EHR (e.g., EPIC UTI order set) that defaults to guideline-recommended durations and flags deviations.
   ```
3. **For patients with recurrent UTI, obtain a urine culture before starting antibiotics to guide targeted therapy, rather than empiric extended courses.** (85% success)
   ```
   For patients with recurrent UTI, obtain a urine culture before starting antibiotics to guide targeted therapy, rather than empiric extended courses.
   ```

## Dead Ends

- **7-day course is safer to ensure eradication** — Studies show 3-5 days is equally effective for uncomplicated UTI; longer courses increase selection for resistant organisms and adverse effects like C. diff colitis (85% fail)
- **Use 7 days for all UTIs regardless of gender or pregnancy** — Men, pregnant women, and complicated UTIs require longer courses; but for non-pregnant women, shorter is better. Failing to differentiate leads to overtreatment (80% fail)
- **Extend to 10 days if symptoms persist after 3 days** — Persistent symptoms after 3 days may indicate a resistant organism or complicated UTI; extending the same antibiotic blindly is not recommended; culture and sensitivity should be done (75% fail)
