PEDS-DOSE-WEIGHT-ERROR medical data_error ai_generated true

AI calculates a pediatric medication dose using birth weight instead of actual body weight for a premature infant in the NICU

ID: medical/incorrect-birth-weight-based-medication-dosing

Also available as: JSON · Markdown · 中文
88%Fix Rate
87%Confidence
1Evidence
2024-01-10First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
Pediatric Dosage Handbook 2024 active
Neofax 2023 active
Lexicomp Pediatric 2024 active

Root Cause

Premature infants lose up to 10-15% of their birth weight in the first week of life due to fluid shifts and diuresis; using birth weight for dosing can lead to overdose of medications like gentamicin or vancomycin, which have narrow therapeutic windows.

generic

中文

早产儿在出生第一周因体液转移和利尿而失去出生体重的10-15%;使用出生体重给药可能导致庆大霉素或万古霉素等窄治疗窗药物过量。

Official Documentation

https://www.ismp.org/resources/weight-based-dosing-errors-neonates

Workarounds

  1. 95% success Implement a rule in the clinical decision support system that triggers an alert when dose calculation uses a weight that is more than 24 hours old, and requires the user to input the most recent weight.
    Implement a rule in the clinical decision support system that triggers an alert when dose calculation uses a weight that is more than 24 hours old, and requires the user to input the most recent weight.
  2. 90% success Use a weight-based dosing calculator that automatically pulls the latest weight from the EHR and displays both birth weight and current weight for comparison.
    Use a weight-based dosing calculator that automatically pulls the latest weight from the EHR and displays both birth weight and current weight for comparison.
  3. 85% success For high-risk medications like aminoglycosides, require a second verification of the weight used in the calculation by a pharmacist.
    For high-risk medications like aminoglycosides, require a second verification of the weight used in the calculation by a pharmacist.

中文步骤

  1. Implement a rule in the clinical decision support system that triggers an alert when dose calculation uses a weight that is more than 24 hours old, and requires the user to input the most recent weight.
  2. Use a weight-based dosing calculator that automatically pulls the latest weight from the EHR and displays both birth weight and current weight for comparison.
  3. For high-risk medications like aminoglycosides, require a second verification of the weight used in the calculation by a pharmacist.

Dead Ends

Common approaches that don't work:

  1. 90% fail

    Birth weight is static and quickly becomes outdated; the infant's weight changes daily in the NICU.

  2. 80% fail

    NICU infants often have fluid shifts, edema, or weight loss due to phototherapy or diuretics; weight must be updated daily.

  3. 70% fail

    Weight can change significantly in 24 hours in premature infants due to fluid management or feeding adjustments.