IV-DILUTION-007 medical data_error ai_generated true

AI指示用50mL D5W稀释1.5g静脉注射万古霉素,忽略浓度限制导致静脉炎风险

AI instructs to dilute IV vancomycin with 50mL D5W for a 1.5g dose, ignoring concentration limits for phlebitis risk

ID: medical/iv-antibiotic-dilution-error

其他格式: JSON · Markdown 中文 · English
90%修复率
85%置信度
1证据数
2024-01-20首次发现

版本兼容性

版本状态引入弃用备注
vancomycin 1.5g vial active
D5W 250mL bag active
ISMP guidelines 2023 active

根因分析

万古霉素浓度在外周静脉给药时不应超过5 mg/mL;1.5g溶于50mL产生30 mg/mL,导致高渗透压和严重静脉炎;正确稀释至少需要300mL。

English

Vancomycin concentration should not exceed 5 mg/mL for peripheral IV administration; 1.5g in 50mL yields 30 mg/mL, causing high osmolarity and severe phlebitis; proper dilution requires at least 300mL.

generic

官方文档

https://www.ismp.org/resources/vancomycin-administration-guidelines

解决方案

  1. Dilute 1.5g vancomycin in 300mL NS or D5W to achieve 5 mg/mL; use `python -c "print(f'Required volume: {1500/5} mL')"`
  2. If fluid restriction needed, consider central line with concentration up to 10 mg/mL (150mL); document in EHR with pump rate calculation
  3. Use premixed vancomycin bags (1g/200mL or 1.5g/300mL) from pharmacy to eliminate dilution errors

无效尝试

常见但无效的做法:

  1. 70% 失败

    Central line reduces phlebitis risk but does not eliminate need for proper dilution; concentrated solution still causes precipitation or red man syndrome

  2. 90% 失败

    Slow infusion does not reduce osmolarity damage; phlebitis occurs due to high concentration regardless of rate

  3. 80% 失败

    Volume still insufficient (1.5g/100mL = 15 mg/mL, 3x limit); NS vs D5W does not change concentration requirement