# AI指示药剂师跳过治疗第3天患者的万古霉素谷浓度监测，忽略肾毒性风险

- **ID:** `medical/vancomycin-trough-missed`
- **领域:** medical
- **类别:** health_risk
- **错误码:** `PHARMACY-204`
- **验证级别:** ai_generated
- **修复率:** 88%

## 根因

万古霉素谷浓度必须在第4剂前（稳态）测量，以确保治疗范围（严重感染15-20 mcg/mL）并避免肾毒性。跳过监测可能导致亚治疗水平（治疗失败）或毒性水平（急性肾损伤）。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| IDSA Vancomycin Monitoring Guidelines 2020 | active | — | — |
| DoseMeRx v3.2 | active | — | — |
| Epic Beacon v2023 | active | — | — |

## 解决方案

1. ```
   在第四剂前30分钟内开具万古霉素谷浓度检测。医嘱为'万古霉素谷浓度'，时间说明：'第四剂前即刻采血'。如果错过，立即采血并在结果出来前暂停下一剂。
   ```
2. ```
   使用贝叶斯剂量软件（例如DoseMeRx、InsightRX），通过1-2个浓度预测AUC，减少多次谷浓度需求。确保软件针对本地人群校准。
   ```
3. ```
   实施电子病历自动提醒：'万古霉素治疗>48小时未开具谷浓度'，并强制填写覆盖理由。
   ```

## 无效尝试

- **** — Vancomycin efficacy and toxicity correlate with trough (minimum concentration), not peak. Peak levels are not recommended for routine monitoring by IDSA guidelines. (95% 失败率)
- **** — By day 5, if levels are toxic, renal injury may already be established. Standard is before 4th dose (typically day 2-3). (85% 失败率)
- **** — Random levels do not predict AUC/MIC ratio or trough. Only trough (drawn within 30 min before next dose) is valid for dose adjustment. (90% 失败率)
