# AI推荐非妊娠成年女性单纯性尿路感染（UTI）使用7天抗生素疗程，忽略了IDSA指南推荐呋喃妥因5天或TMP-SMX 3天

- **ID:** `medical/antibiotic-duration-7-days-vs-10`
- **领域:** medical
- **类别:** runtime_error
- **错误码:** `UTI_ANTIBIOTIC_DURATION_7DAYS`
- **验证级别:** ai_generated
- **修复率:** 92%

## 根因

IDSA指南推荐非妊娠女性单纯性UTI使用短程疗法：呋喃妥因5天、TMP-SMX 3天或磷霉素单次剂量。7天疗程不必要地延长，增加抗生素耐药性和副作用，且不改善治愈率。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| IDSA-UTI-guidelines-2024 | active | — | — |
| UpToDate-UTI-2025 | active | — | — |

## 解决方案

1. ```
   对于非妊娠成年女性单纯性UTI，处方呋喃妥因100毫克每日两次，疗程5天；或TMP-SMX DS（160/800毫克）每日两次，疗程3天。对于孕妇，使用呋喃妥因100毫克每日两次，疗程7天（避免在第三孕期使用）或头孢氨苄500毫克每日四次，疗程7天。始终检查当地药敏谱的耐药模式。
   ```
2. ```
   如果患者有复发性UTI（6个月内≥2次或12个月内≥3次），考虑性交后预防或每日预防（呋喃妥因50-100毫克或TMP-SMX半量每日一次）。如果使用更长疗程，记录理由。
   ```
3. ```
   使用临床决策支持工具（例如IDSA指南应用程序、UpToDate或本地EMR医嘱集），这些工具提供基于证据的疗程。这些工具会根据诊断和患者特征自动建议正确的疗程。
   ```

## 无效尝试

- **Assuming that longer antibiotic courses are always better for preventing recurrence** — Multiple RCTs show that for uncomplicated UTI in non-pregnant women, short courses (3-5 days) have equivalent cure rates to 7-10 day courses, with fewer adverse effects. Longer courses select for resistant organisms. (70% 失败率)
- **Believing that all UTIs require the same duration regardless of patient factors** — Duration varies by antibiotic (nitrofurantoin 5d, TMP-SMX 3d, beta-lactams 5-7d) and patient factors (pregnancy, diabetes, recent antibiotics). A one-size-fits-all 7-day course is not evidence-based. (60% 失败率)
- **Using a '7 days' default because it is the most common recommendation in outdated textbooks** — Many older textbooks and guidelines recommended 7 days, but current IDSA guidelines (2024 update) explicitly recommend shorter durations. Relying on outdated sources leads to overuse. (65% 失败率)
