DOPA-CONC-ERR-001 medical data_error ai_generated true

AI使用错误的浓度系数计算多巴胺输注的静脉泵速率,导致潜在过量用药

AI miscalculates IV pump rate for dopamine infusion using wrong concentration factor, leading to potential overdose

ID: medical/iv-pump-rate-calculation-error

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

版本兼容性

版本状态引入弃用备注
Alaris PCU v6.0 active
Baxter Sigma Spectrum v8.1 active
Braun Infusomat Space v2.5 active

根因分析

多巴胺通常以400毫克/250毫升(1.6毫克/毫升)或800毫克/250毫升(3.2毫克/毫升)供应,但AI假设标准浓度为1毫克/毫升,导致常见剂量(5-20微克/千克/分钟)的输注速率计算出现60%或220%的错误。

English

Dopamine is typically supplied as 400 mg/250 mL (1.6 mg/mL) or 800 mg/250 mL (3.2 mg/mL), but AI assumes a standard concentration of 1 mg/mL, causing a 60% or 220% error in infusion rate calculation for common dosing (5-20 mcg/kg/min).

generic

官方文档

https://www.uptodate.com/contents/dopamine-drug-information

解决方案

  1. Always verify IV drug concentration from pharmacy label before programming pump; use a standardized calculator like 'MedCalc' or 'MDCalc' that requires both drug amount and diluent volume
  2. Implement a two-nurse verification protocol: one calculates, the other independently recalculates using a different method (e.g., infusion rate = (dose x weight x 60) / concentration)
  3. Use smart pump drug library (e.g., Alaris Guardrails) that auto-calculates rate based on selected drug and concentration; override only after double-check

无效尝试

常见但无效的做法:

  1. 70% 失败

    Pump programming is often correct; the error is in the concentration factor used in the calculation, not the pump entry itself

  2. 60% 失败

    This concentration is rarely used in ICU; standard is 250 mL bags; using wrong volume compounds the error

  3. 55% 失败

    The dose itself may be correct, but the rate-to-concentration conversion is flawed; proportional adjustment propagates the error