# AI将凝固酶阴性葡萄球菌的单个阳性血培养误判为真性菌血症，导致不必要的万古霉素治疗

- **ID:** `medical/blood-culture-contamination-misinterpretation`
- **领域:** medical
- **类别:** data_error
- **错误码:** `BC-CONS-FALSE-POS`
- **验证级别:** ai_generated
- **修复率:** 88%

## 根因

凝固酶阴性葡萄球菌是常见的皮肤污染物；真性菌血症需要至少两次来自不同静脉穿刺的阳性培养或一次来自无菌部位的阳性培养。单个阳性瓶有70-80%的概率为污染，但AI将其视为确定性感染。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| BD BACTEC FX v5.0 | active | — | — |
| bioMerieux VITEK MS v3.2 | active | — | — |
| Thermo Fisher VersaTREK v2.1 | active | — | — |

## 解决方案

1. ```
   Implement a rule-based alert: if only one of two sets is positive for CoNS, flag as 'probable contaminant' and recommend repeat culture from two separate sites before starting antibiotics
   ```
2. ```
   Use time-to-positivity (TTP) analysis: CoNS contaminants typically grow >24 hours; true bacteremia grows <16 hours; if TTP >24h, defer antibiotics and repeat
   ```
3. ```
   Integrate with electronic health record (EHR) to check for clinical signs of sepsis (fever, WBC, CRP) before acting on single positive CoNS; if no signs, observe and repeat
   ```

## 无效尝试

- **** — Vancomycin is nephrotoxic and promotes resistance; if contamination, patient receives unnecessary antibiotics with risk of AKI (70% 失败率)
- **** — Repeating from the same IV line may yield same contaminant; need separate venipuncture from another site to rule out contamination (60% 失败率)
- **** — Guidelines require two positive sets for CoNS; AI may not check number of sets drawn or time to positivity (55% 失败率)
