Thursday, September 3, 2026
Science
No Result
View All Result
  • Login
  • HOME
  • SCIENCE NEWS
  • CONTACT US
  • HOME
  • SCIENCE NEWS
  • CONTACT US
No Result
View All Result
Scienmag
No Result
View All Result
Home Science News Technology and Engineering

Development of a machine-learning risk stratification tool for vasoactive medication need after two-bolus fluid resuscitation in pediatric suspected sepsis

September 3, 2026
in Technology and Engineering
Harold Sullivan
By Harold Sullivan Scienmag Editorial Profile - Maternal and Child Health
Reading Time: 7 mins read
0
Development of a machine-learning risk stratification tool for vasoactive medication need after two-bolus fluid resuscitation in pediatric suspected sepsis

Development of a machine-learning risk stratification tool for vasoactive medication need after two-bolus fluid resuscitation in pediatric suspected sepsis

65
SHARES
587
VIEWS
Share on FacebookShare on Twitter
ADVERTISEMENT

Sepsis remains one of the leading causes of death and disability in children worldwide, and the earliest hours of treatment are widely understood to shape outcomes more than any other phase of care. Within that window, few decisions carry as much weight as the response to initial fluid resuscitation. A machine-learning model built from routinely collected emergency department data can identify which children with suspected sepsis are likely to need vasoactive medications after two fluid boluses, according to a retrospective multicenter study published in Pediatric Research. Drawing on electronic health record data from five pediatric emergency departments between March 2022 and February 2025, the research team developed a risk stratification tool that sorted patients into four tiers with vasoactive medication rates ranging from 6.6 percent to 63.6 percent—a nearly tenfold gradient that could help clinicians decide when to continue fluids and when to escalate to hemodynamic support.

The clinical question at the heart of the study is one of the most consequential decision points in pediatric emergency medicine. Surviving Sepsis Campaign guidelines call for prompt fluid resuscitation in children with septic shock, typically in measured boluses of isotonic crystalloid, but a substantial minority of patients do not respond and progress to fluid-refractory shock, where timely initiation of vasoactive medications becomes critical. Evidence from adult and pediatric studies suggests that delayed vasopressor initiation is associated with worse outcomes, yet clinicians currently lack objective tools to predict, at the bedside, which children will fail fluid resuscitation. Guidelines offer limited guidance on this specific transition, leaving the decision to continue boluses or start vasoactives dependent largely on clinical judgment, which can vary widely from one practitioner, shift, or institution to the next.

The stakes of that judgment cut in both directions. Continuing to administer fluid boluses to a child who will never respond risks positive fluid balance, which has been linked in pediatric studies to higher mortality and prolonged mechanical ventilation, as well as fluid overload and its complications, including respiratory compromise from pulmonary edema and tissue edema that can impair organ function. Escalating too early to vasoactive medications, conversely, exposes children who might have responded to fluids alone to invasive monitoring and potent drugs, each of which carries its own risks of complications, dosing errors, and the need for specialized critical care resources that may not be immediately available in every emergency department. The new study was designed to address exactly this fork in the road: whether, after a child has received two fluid boluses, routinely available clinical data can predict who will subsequently require vasopressor support.

To build the tool, the investigators conducted a retrospective analysis of electronic health record data from five pediatric emergency departments: Johns Hopkins Children’s Center, Johns Hopkins All Children’s Hospital, Cincinnati Children’s Hospital Medical Center, Children’s National Hospital, and Children’s Healthcare of Atlanta. This multicenter design is an important strength, because models trained on data from a single institution risk learning site-specific patterns of care that do not generalize. They included children aged 3 months to 17 years who were screened for sepsis, received at least two fluid boluses, and were vasopressor-naïve at the time of the second bolus—a restriction that ensures the model is predicting future escalation rather than simply detecting medication already underway. To ensure a physiologically meaningful analytic cohort, they required that patients have abnormal age-adjusted vital signs before the first bolus and documented vital signs after the second bolus, so that the model’s inputs reflect a genuine resuscitation trajectory rather than fragmentary documentation. Of 645 eligible patients, 341 met these analytic criteria, and 88 of them—25.8 percent—went on to receive vasoactive medications, a rate consistent with the roughly one in four proportion of fluid-refractory cases reported in earlier pediatric sepsis literature.

The modeling approach was deliberately systematic. The team began with 41 candidate variables and used recursive feature elimination to narrow the field to eight predictors, favoring a parsimonious model built from data that clinicians already capture in the course of routine care. Parsimony matters for more than elegance: models with fewer inputs are easier to compute reliably, less vulnerable to missing data, and simpler to audit for the clinicians who must trust their output. To predict subsequent vasopressor administration, they employed a super learner framework, an ensemble method that evaluated 13 different algorithms and selected the best-performing combination. Rather than committing in advance to a single modeling technique, the super learner approach lets the data determine which algorithm or weighted blend of algorithms best captures the underlying relationships, a strategy increasingly favored in clinical prediction work because it reduces the risk that a poorly chosen method will underperform. Random Forest emerged as the optimal model, achieving an area under the receiver operating characteristic curve of 0.827 (95 percent confidence interval 0.777–0.876) and an area under the precision-recall curve of 0.661—a level of discrimination the authors describe as accurate for this clinical task.

Feature importance analysis revealed that hemodynamic measures dominated the predictive signal. Post-second-bolus mean arterial pressure and the severity of the baseline mean arterial pressure before resuscitation were the strongest predictors of subsequent vasoactive need, a finding that aligns with clinical intuition: children whose blood pressure remains depressed after two boluses, or who presented with more profoundly abnormal pressures to begin with, were far more likely to progress to fluid-refractory shock. This convergence between the model’s internal logic and established physiology is reassuring, since machine-learning models can sometimes achieve high performance by exploiting artifacts of documentation or care patterns rather than genuine biology. Notably, blood urea nitrogen was the only laboratory variable retained in the final model, suggesting that the core predictive information resides in vital signs rather than in an extensive laboratory panel—an attribute that enhances the tool’s practicality in busy emergency departments and in settings with limited laboratory turnaround, where results of blood cultures, lactate, or chemistry panels may take hours to return.

Beyond raw discrimination, the team evaluated calibration and translated the model’s continuous risk scores into four clinically interpretable risk tiers. Discrimination alone—the model’s ability to rank patients correctly—is not sufficient for bedside use; clinicians need to know whether a predicted probability of, say, 40 percent actually corresponds to outcomes observed roughly 40 percent of the time. Observed vasoactive medication rates across these tiers ranged from 6.6 percent in the lowest-risk group to 63.6 percent in the highest, a 9.6-fold gradient. Calibration plots comparing observed versus predicted rates demonstrated that the model’s probability estimates tracked actual outcomes across the tiers, an important property for any tool intended to inform decisions rather than merely rank-order patients. The authors report following contemporary reporting standards for clinical prediction models, including the TRIPOD+AI guidance, which was developed to improve the transparency, completeness, and reproducibility of artificial intelligence–based prediction studies, and used permutation-based methods to assess feature importance across multiple algorithms, a technique that perturbs each variable in turn and measures how much model performance degrades.

The study sits within a growing body of work applying machine learning to pediatric sepsis. Previous efforts have targeted earlier stages of care, such as predicting sepsis at triage or identifying children with severe sepsis using the Phoenix criteria, the recently updated international consensus framework for defining sepsis in children. What distinguishes the current model is its focus on a specific, high-stakes juncture: the moment after initial fluid resuscitation when the clinician must choose between continuing fluids and escalating to vasoactive support. By anchoring the prediction to this decision point and restricting inputs to variables available at that moment, the tool is designed to be actionable rather than retrospective—a distinction that matters, because prediction models are only useful in practice when their inputs exist at the time the decision must be made.

The authors and observers note several limitations inherent to the study design. The analysis is retrospective, meaning the model predicts what clinicians actually did—vasopressor administration—rather than a gold-standard physiologic endpoint of fluid refractoriness, and treatment decisions at the participating centers may themselves have been influenced by local practices, thresholds, and resource availability. The cohort of 341 patients, though adequate for model development, is modest, and the model was developed and evaluated within the same multicenter dataset rather than being externally validated in entirely new institutions or prospectively, leaving open the possibility that performance will be somewhat lower in unseen settings—a well-documented phenomenon in clinical machine learning. Generalizability to community emergency departments, resource-limited settings, or patient populations underrepresented in the data remains to be established. The researchers also caution that the tool is intended to support, not replace, clinical judgment.

Nevertheless, the implications are significant. A calibrated, eight-variable model that can be computed from data already flowing into the electronic health record could be embedded in clinical decision support systems, flagging children in the highest risk tier for earlier critical care consultation, earlier central access preparation, or closer hemodynamic monitoring—while reassuring clinicians that lower-risk patients may reasonably continue fluid-based resuscitation. Such triage support could also standardize care across centers and help address documented sociodemographic disparities in pediatric sepsis outcomes by making escalation decisions less dependent on individual judgment alone, since standardized, data-driven prompts applied uniformly may blunt the influence of unconscious bias in who gets escalated quickly.

The research was supported by the National Institutes of Health through the Small Business Technology Transfer program (Award Number 5R41AI167224), and the institutional review board at Children’s National Hospital determined the project did not constitute human subjects research. The datasets and code underlying the model have been made publicly available in a GitHub repository, a transparency measure that should facilitate independent validation and allow other research groups to test the model on their own data before any clinical deployment. The study team, led by first author Tom Velez and corresponding author Ioannis Koutroulis of Children’s National Hospital, included collaborators from pediatric emergency and critical care divisions across the five participating institutions.

The authors write that the next steps involve prospective evaluation of the tool in live clinical environments, where its effect on the timing of vasopressor initiation, fluid balance, and patient-centered outcomes can be measured directly. Such before-and-after or stepped-wedge evaluations are the recognized pathway from promising retrospective models to tools that actually change care, and they will reveal whether real-time implementation introduces new failure modes, such as alert fatigue or overreliance on the model’s output. If those studies confirm the model’s performance, the four-tier risk framework could give emergency clinicians something they currently lack at the second-bolus decision point: an objective, evidence-based estimate of the probability that a child’s shock will prove fluid-refractory, delivered in time to act on it.

Subject of Research: Technology and Engineering

Subject of Research: Technology and Engineering

Article Title: Development of a machine-learning risk stratification tool for vasoactive medication need after two-bolus fluid resuscitation in pediatric suspected sepsis

Article References: Velez, T., Badaki-Makun, O., Mercurio, D. C., Hirsch, D., Depinet, H., Dewan, M., Kamaleswaran, R., Grunwell, J., Vong, T., Cross, C., Triantafyllou, M., Wolff, N., Abdelrahman, F., Macias, C., & Koutroulis, I. (2026). Development of a machine-learning risk stratification tool for vasoactive medication need after two-bolus fluid resuscitation in pediatric suspected sepsis. Pediatric Research. https://doi.org/10.1038/s41390-026-05409-2

Image Credits: AI Generated

DOI: 10.1038/s41390-026-05409-2

Keywords: clinical decision support tools, early intervention in pediatric sepsis, fluid resuscitation in children, machine learning in critical care, machine learning-based risk assessment, Pediatric Emergency Medicine, pediatric intensive care innovations, pediatric sepsis risk stratification, pediatric septic shock management, predictive analytics in healthcare, sepsis treatment algorithms, vasoactive medication prediction

Cite Scienmag News

Harold Sullivan. (August 31, 2026). Development of a machine-learning risk stratification tool for vasoactive medication need after two-bolus fluid resuscitation in pediatric suspected sepsis. Scienmag. https://scienmag.com/development-of-a-machine-learning-risk-stratification-tool-for-vasoactive-medication-need-after-two-bolus-fluid-resuscitation-in-pediatric-suspected-sepsis/

Harold Sullivan. "Development of a machine-learning risk stratification tool for vasoactive medication need after two-bolus fluid resuscitation in pediatric suspected sepsis." Scienmag, 31 August 2026, https://scienmag.com/development-of-a-machine-learning-risk-stratification-tool-for-vasoactive-medication-need-after-two-bolus-fluid-resuscitation-in-pediatric-suspected-sepsis/. Accessed 3 September 2026.

Harold Sullivan. "Development of a machine-learning risk stratification tool for vasoactive medication need after two-bolus fluid resuscitation in pediatric suspected sepsis." Scienmag. August 31, 2026. https://scienmag.com/development-of-a-machine-learning-risk-stratification-tool-for-vasoactive-medication-need-after-two-bolus-fluid-resuscitation-in-pediatric-suspected-sepsis/

Tags: clinical decision support toolsclinical decision tools for pediatric sepsiscritical care predictive modelingearly intervention in pediatric sepsisearly intervention in pediatric septic shockelectronic health record data analysisemergency department sepsis protocolsfluid resuscitation decision supportfluid resuscitation in childrenfluid resuscitation in pediatric critical caremachine learning clinical decision supportmachine learning in critical caremachine learning in pediatric emergency caremachine learning-based risk assessmentmachine learning-based sepsis management toolsmachine learning-based triage in pediatric emergenciesmulticenter pediatric sepsis studyPediatric Emergency Medicinepediatric emergency medicine technologypediatric intensive care innovationspediatric sepsis managementpediatric sepsis risk predictionpediatric sepsis risk stratificationpediatric septic shock managementpediatric septic shock risk assessmentpediatric shock risk stratificationpredictive analytics for pediatric septic shockpredictive analytics in healthcaresepsis treatment algorithmssepsis treatment decision algorithmsvasoactive medication need predictionvasoactive medication predictionvasoactive medication prediction in children
Share26Tweet16
Previous Post

Disseminating the movement behaviour guidelines for young children in Hong Kong: process and outcome evaluations

Next Post

Multidisciplinary intervention in frail elderly patients with cardiovascular diseases: a multicentre, single-blinded, randomised controlled trial

Related Posts

Functionalized graphene slows asphalt aging via matrix-specific anti-aging mechanisms
Technology and Engineering

Functionalized graphene slows asphalt aging via matrix-specific anti-aging mechanisms

September 3, 2026
Mechanical properties of eggshell and paper-based epoxy hybrid bio-composites: a study toward biomedical applications
Technology and Engineering

Mechanical properties of eggshell and paper-based epoxy hybrid bio-composites: a study toward biomedical applications

September 3, 2026
Helical magnetic field triggers ferromagnetic phase transition in DPPH
Technology and Engineering

Helical magnetic field triggers ferromagnetic phase transition in DPPH

September 3, 2026
Microwave Sintering Rewrites the Rules for Making Stronger Metals Faster
Technology and Engineering

Microwave Sintering Rewrites the Rules for Making Stronger Metals Faster

September 3, 2026
Design, fabrication and characterization of a wearable Fiber Bragg grating sensor for cardiorespiratory monitoring using finger plethysmography
Technology and Engineering

Design, fabrication and characterization of a wearable Fiber Bragg grating sensor for cardiorespiratory monitoring using finger plethysmography

September 3, 2026
KAIST opens the era of industrial-scale microbial foods, proposing growth strategies for the next-generation protein market
Technology and Engineering

KAIST opens the era of industrial-scale microbial foods, proposing growth strategies for the next-generation protein market

September 3, 2026
Next Post
Multidisciplinary intervention in frail elderly patients with cardiovascular diseases: a multicentre, single-blinded, randomised controlled trial

Multidisciplinary intervention in frail elderly patients with cardiovascular diseases: a multicentre, single-blinded, randomised controlled trial

  • Mothers who receive childcare support from maternal grandparents show more optimized

    Mothers who receive childcare support from maternal grandparents show more parental warmth, finds NTU Singapore study

    27656 shares
    Share 11059 Tweet 6912
  • University of Seville Breaks 120-Year-Old Mystery, Revises a Key Einstein Concept

    1061 shares
    Share 424 Tweet 265
  • Bee body mass, pathogens and local climate influence heat tolerance

    682 shares
    Share 273 Tweet 171
  • Researchers record first-ever images and data of a shark experiencing a boat strike

    546 shares
    Share 218 Tweet 137
  • Groundbreaking Clinical Trial Reveals Lubiprostone Enhances Kidney Function

    531 shares
    Share 212 Tweet 133
Science

Embark on a thrilling journey of discovery with Scienmag.com—your ultimate source for cutting-edge breakthroughs. Immerse yourself in a world where curiosity knows no limits and tomorrow’s possibilities become today’s reality!

RECENT NEWS

  • Recurrent Pulmonary Alveolar Proteinosis Challenges Care After Double Lung Transplant
  • New Plasmonic Nanobiosensor Spots Fuel Adulteration at Record Sensitivity
  • Industrial Waste and Designer Biochar Join Forces to Rescue the World’s Dying Soils
  • Earthworm Tests Reveal Hidden Risks of Widely Used Herbicide Glufosinate

Categories

  • Agriculture
  • Anthropology
  • Archaeology
  • Athmospheric
  • Biology
  • Biotechnology
  • Blog
  • Bussines
  • Cancer
  • Chemistry
  • Climate
  • Earth Science
  • Editorial Policy
  • Marine
  • Mathematics
  • Medicine
  • Pediatry
  • Policy
  • Psychology & Psychiatry
  • Science Education
  • Social Science
  • Space
  • Technology and Engineering

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 5,151 other subscribers

© 2025 Scienmag - Science Magazine

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • HOME
  • SCIENCE NEWS
  • CONTACT US

© 2025 Scienmag - Science Magazine

Discover more from Science

Subscribe now to keep reading and get access to the full archive.

Continue reading