+ Shared starting point for Bedside dosing. Uses the same APLS and Best Guess formulas as the legacy app. +
++ Mosteller formula: BSA (m2) = sqrt(height(cm) x weight(kg) / 3600). +
++ Generic mg/kg calculator. Always verify medication-specific dosing against formulary and local policy. +
++ Select responses to calculate child/adult or infant-modified GCS. Total score 3-15. +
+Pediatric calculators β BP percentiles, bilirubin thresholds, growth, dosing, equipment sizing. - Formula ports arrive one at a time, each verified against captured test vectors. + Simple pure-formula calculators run in React now; high-risk table-driven calculators remain + legacy-gated until vectors are captured.
@@ -97,12 +426,12 @@ export default function Calculators() { } data-testid={'calc-pill-' + p.id} > - {p.label} + {p.label}{p.ported ? React : null} ))} -