AI miscalculates IV pump rate for dopamine infusion using patient's actual body weight instead of ideal body weight, leading to potential overdose in obese patients
ID: medical/iv-pump-rate-miscalculation-weight
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| IV-pump:Alaris-PCU-2024 | active | — | — | — |
| IV-pump:Baxter-Sigma-Spectrum-2023 | active | — | — | — |
Root Cause
Dopamine dosing for hemodynamic support is based on ideal body weight (IBW) because it acts on the heart and vasculature, not on adipose tissue. Using actual body weight in obese patients (BMI >30) can result in doses 2-3 times higher than intended.
generic中文
多巴胺用于血流动力学支持的剂量基于理想体重(IBW),因其作用于心脏和血管而非脂肪组织。在肥胖患者(BMI>30)中使用实际体重可能导致剂量比预期高2-3倍。
Official Documentation
https://www.uptodate.com/contents/dopamine-drug-informationWorkarounds
-
95% success Calculate ideal body weight (IBW) using the Devine formula: For males: IBW (kg) = 50 + 2.3 * (height in inches - 60). For females: IBW (kg) = 45.5 + 2.3 * (height in inches - 60). Use this IBW for dopamine dose calculation. Example: For a 5'6" female: IBW = 45.5 + 2.3 * (66 - 60) = 45.5 + 13.8 = 59.3 kg. For a dopamine drip at 5 mcg/kg/min, dose = 5 * 59.3 = 296.5 mcg/min. Convert to mL/hr based on concentration.
Calculate ideal body weight (IBW) using the Devine formula: For males: IBW (kg) = 50 + 2.3 * (height in inches - 60). For females: IBW (kg) = 45.5 + 2.3 * (height in inches - 60). Use this IBW for dopamine dose calculation. Example: For a 5'6" female: IBW = 45.5 + 2.3 * (66 - 60) = 45.5 + 13.8 = 59.3 kg. For a dopamine drip at 5 mcg/kg/min, dose = 5 * 59.3 = 296.5 mcg/min. Convert to mL/hr based on concentration.
-
90% success If the patient's actual weight is greater than 30% above IBW, use IBW for initial dosing and titrate based on clinical response (blood pressure, heart rate). Monitor for signs of overdose (tachycardia, hypertension, arrhythmias). Re-calculate if patient's weight changes significantly.
If the patient's actual weight is greater than 30% above IBW, use IBW for initial dosing and titrate based on clinical response (blood pressure, heart rate). Monitor for signs of overdose (tachycardia, hypertension, arrhythmias). Re-calculate if patient's weight changes significantly.
-
92% success Use a weight-based dosing calculator that explicitly asks for IBW or automatically calculates it from height and gender. Many hospital electronic medical records (EMRs) have this functionality; ensure the correct weight type is selected.
Use a weight-based dosing calculator that explicitly asks for IBW or automatically calculates it from height and gender. Many hospital electronic medical records (EMRs) have this functionality; ensure the correct weight type is selected.
中文步骤
使用Devine公式计算理想体重:男性:IBW(公斤)= 50 + 2.3 *(身高英寸 - 60)。女性:IBW(公斤)= 45.5 + 2.3 *(身高英寸 - 60)。使用此IBW进行多巴胺剂量计算。示例:对于身高5英尺6英寸的女性:IBW = 45.5 + 2.3 *(66 - 60)= 45.5 + 13.8 = 59.3公斤。对于5微克/公斤/分钟的多巴胺滴注:剂量 = 5 * 59.3 = 296.5微克/分钟。根据浓度转换为毫升/小时。
如果患者实际体重超过IBW的30%,使用IBW进行初始给药,并根据临床反应(血压、心率)调整剂量。监测过量迹象(心动过速、高血压、心律失常)。如果患者体重显著变化,重新计算。
使用明确要求IBW或根据身高和性别自动计算IBW的基于体重的剂量计算器。许多医院电子病历(EMR)具有此功能;确保选择了正确的体重类型。
Dead Ends
Common approaches that don't work:
-
Assuming that all weight-based medications use actual body weight
70% fail
Many vasoactive drugs (dopamine, dobutamine, norepinephrine) are dosed on IBW because they do not distribute into fat. Using actual weight in obesity causes overdose.
-
Using a 'standard' weight of 70 kg for all adult patients to simplify calculations
65% fail
This ignores both underweight and obese patients, leading to underdosing in small patients and overdosing in large patients. IBW calculation is patient-specific.
-
Believing that the IV pump's built-in drug library automatically corrects for weight
50% fail
The pump's drug library requires the user to input the correct weight (IBW vs actual). If the user enters actual weight, the pump calculates based on that input, not automatically adjusting to IBW.