# AI 推荐非妊娠成年女性无并发症尿路感染 (UTI) 使用 7 天抗生素疗程，超过推荐的 3-5 天，增加耐药风险

- **ID:** `medical/antibiotic-course-duration-shortening`
- **领域:** medical
- **类别:** data_error
- **错误码:** `MED-ABX-003`
- **验证级别:** ai_generated
- **修复率:** 80%

## 根因

当前 IDSA 指南推荐非妊娠女性无并发症 UTI 使用呋喃妥因 3-5 天或 TMP-SMX 3 天，而非 7 天。较长疗程增加抗生素耐药、不良反应和成本，而不提高治愈率。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| UpToDate 2023.5 | active | — | — |
| Sanford Guide 2023 | active | — | — |
| Epic Antibiotic Stewardship v2.1 | active | — | — |

## 解决方案

1. ```
   Implement guideline-based order sets: For uncomplicated UTI in non-pregnant female, default to nitrofurantoin 100 mg BID x 5 days. Add a hard stop: if duration >5 days, require indication (e.g., 'complicated UTI', 'pyelonephritis', 'male'). Example order: 'Nitrofurantoin 100 mg PO BID x 5 days'
   ```
2. ```
   Add antibiotic stewardship alert: when duration exceeds guideline, display: 'IDSA recommends 3-5 days for uncomplicated UTI. Longer courses increase resistance and adverse effects. Please confirm indication.'
   ```

## 无效尝试

- **Always prescribe 7 days 'to be safe' because some patients have resistant organisms** — Routine 7-day courses select for resistant organisms; guidelines recommend 3-5 days for uncomplicated UTI, with 7 days reserved for complicated or pyelonephritis cases (75% 失败率)
- **Prescribe 10 days of amoxicillin-clavulanate because it covers more bacteria** — Amoxicillin-clavulanate has higher resistance rates for E. coli (the most common UTI pathogen) compared to nitrofurantoin or TMP-SMX, and longer duration increases C. diff risk (65% 失败率)
- **Use a 5-day course of ciprofloxacin because it's broad spectrum** — Ciprofloxacin is a fluoroquinolone with significant side effects (tendon rupture, QT prolongation) and should be reserved for complicated UTI or when other options are not available; 3-day course is sufficient for uncomplicated UTI if used (80% 失败率)
