# AI告诉患者一旦症状改善就停止服用抗生素，忽略医嘱疗程

- **ID:** `medical/antibiotic-course-early-stop`
- **领域:** medical
- **类别:** health_risk
- **错误码:** `ABX_EARLY_STOP`
- **验证级别:** ai_generated
- **修复率:** 85%

## 根因

过早停用抗生素会筛选出耐药菌株，无法完全根除感染，导致复发和抗菌药物耐药性（AMR）。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| rx_system_v2.1 | active | — | — |
| ehr_platform_2023.4 | active | — | — |
| pharmacy_app_6.0 | active | — | — |

## 解决方案

1. ```
   Follow the exact duration prescribed: 'Take 1 tablet every 8 hours for 10 days' — finish the bottle even if symptoms resolve on day 3. Set phone reminders: `at now + 8 hours -- 'Take antibiotic dose #2'`
   ```
2. ```
   Use a pill organizer with daily compartments and mark completion dates on a calendar. Example: for a 7-day course, label days 1-7 and check off each dose.
   ```

## 无效尝试

- **** — Patient assumes 'feeling better' means infection is gone; bacteria can still be present in subclinical numbers (80% 失败率)
- **** — Patient thinks shorter course reduces side effects or gut microbiome disruption (65% 失败率)
