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
88%Fix Rate
87%Confidence
1Evidence
2024-01-10First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 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-neonatesWorkarounds
-
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.
-
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.
-
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.
中文步骤
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.
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.
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:
-
90% fail
Birth weight is static and quickly becomes outdated; the infant's weight changes daily in the NICU.
-
80% fail
NICU infants often have fluid shifts, edema, or weight loss due to phototherapy or diuretics; weight must be updated daily.
-
70% fail
Weight can change significantly in 24 hours in premature infants due to fluid management or feeding adjustments.