Skip to main content

ORIGINAL RESEARCH article

Front. Pediatr., 11 October 2019
Sec. General Pediatrics and Pediatric Emergency Care
Volume 7 - 2019 | https://doi.org/10.3389/fped.2019.00413

Pediatric Severe Sepsis Prediction Using Machine Learning

Sidney Le1 Jana Hoffman1* Christopher Barton1,2 Julie C. Fitzgerald3,4 Angier Allen1 Emily Pellegrini1 Jacob Calvert1 Ritankar Das1
  • 1Dascena Inc., Oakland, CA, United States
  • 2Department of Emergency Medicine, University of California, San Francisco, San Francisco, CA, United States
  • 3Department of Anesthesiology and Critical Care Medicine, Children's Hospital of Philadelphia, Philadelphia, PA, United States
  • 4Department of Anesthesiology, Perelman School of Medicine, University of Pennsylvania, Philadelphia, PA, United States

Background: Early detection of pediatric severe sepsis is necessary in order to optimize effective treatment, and new methods are needed to facilitate this early detection.

Objective: Can a machine-learning based prediction algorithm using electronic healthcare record (EHR) data predict severe sepsis onset in pediatric populations?

Methods: EHR data were collected from a retrospective set of de-identified pediatric inpatient and emergency encounters for patients between 2–17 years of age, drawn from the University of California San Francisco (UCSF) Medical Center, with encounter dates between June 2011 and March 2016.

Results: Pediatric patients (n = 9,486) were identified and 101 (1.06%) were labeled with severe sepsis following the pediatric severe sepsis definition of Goldstein et al. (1). In 4-fold cross-validation evaluations, the machine learning algorithm achieved an AUROC of 0.916 for discrimination between severe sepsis and control pediatric patients at the time of onset and AUROC of 0.718 at 4 h before onset. The prediction algorithm significantly outperformed the Pediatric Logistic Organ Dysfunction score (PELOD-2) (p < 0.05) and pediatric Systemic Inflammatory Response Syndrome (SIRS) (p < 0.05) in the prediction of severe sepsis 4 h before onset using cross-validation and pairwise t-tests.

Conclusion: This machine learning algorithm has the potential to deliver high-performance severe sepsis detection and prediction through automated monitoring of EHR data for pediatric inpatients, which may enable earlier sepsis recognition and treatment initiation.

Introduction

Sepsis is a high-impact condition that affects both adults and children. In 2001, the total burden of sepsis-spectrum syndromes in the United States was estimated at $16.7 billion and 215,000 deaths annually (2). In 2007, the mean, per-hospitalization cost of severe sepsis was estimated to be $47,126 (3), and a recent study assessed that sepsis is responsible for as many as 5.3 million deaths per year globally (4). Pediatric sepsis in particular causes over 6,500 deaths annually in the United States, with an estimated $4.8 billion burden of care, at approximately $64,280 per hospitalization (5). Moreover, survivors can suffer both short-term (6) and long-lasting impacts (7). Relative to that of adult sepsis, the literature of pediatric sepsis is less developed (8). This includes consensus definitions of pediatric sepsis (1, 9, 10), which may not match clinicians' diagnoses in practice (11).

As is true for adult sepsis (12, 13), many studies show that early and aggressive treatment of pediatric sepsis with antibiotics and fluid resuscitation correlates with better outcomes (1419). Traditionally, generalized disease severity scoring systems have been used for sepsis detection; however, these lack specificity for pediatric sepsis. For example, while the Systemic Inflammatory Response Syndrome (SIRS) criteria have been adapted for pediatric patients and incorporated into current pediatric sepsis definitions (1), they are intended to assess inflammatory responses from both infection and other causes of systemic inflammation, resulting in criteria that are sensitive but not specific for sepsis. In some cases, scoring systems for non-specific pediatric disease severity or mortality are applied to the task of recognizing pediatric sepsis, such as the Pediatric Logistic Organ Dysfunction score (PELOD-2) (20, 21). PELOD-2 is a continuous scale that allows assessment of the severity of cases of MODS in the PICU and which includes 10 variables (Glasgow Coma Score, pupillary reaction, lactatemia, mean arterial pressure, creatinine, PaO2/FiO2 ratio, PaCO2, ventilation, WBC count, and platelet count), involving five organ dysfunctions (neurologic, cardiovascular, renal, respiratory, and hematologic) (20).

In the absence of specialized pediatric sepsis scores, some hospitals have implemented home-grown computerized sepsis prediction systems, which may benefit from site specificity (22). Computerized prediction systems offer a compelling alternative to manual application of generalized scoring systems. Such systems may access electronic health record (EHR) data for clinical decision support. These systems have the potential to identify septic patients who might otherwise have a delay in diagnosis or be missed entirely, and could provide early warning of sepsis for hospitalized pediatric patients on hospital wards or in intensive care. Studies in adults show that the setting of hospital-acquired sepsis among inpatients is both distinct and substantially more deadly (2325), and children with hospital-acquired sepsis have higher risk of delayed sepsis care than those presenting to an emergency department (18).

Machine-learning (ML)-based approaches have the potential for increased sensitivity and specificity by training on sepsis patient data (2628), and can be easily customized using site- or population-specific data, resulting in improved performance relative to generic scoring systems (2931). While ML-based systems have been applied to prediction of sepsis in neonatal patients, conditioned on the availability of real-time waveform data (32, 33) or extensive sets of laboratory and historical data (34), they have not previously been applied to EHR-based prediction for the older pediatric inpatient population. If successful, such predictors could provide easily-accessible, site-customized early and accurate sepsis warning for pediatric patients. In the experiments discussed below, our objective was to create and demonstrate a customized, high-performance ML-based prediction tool for pediatric severe sepsis.

Methods

Data Set

In these experiments, we used de-identified chart data from pediatric (ages 2–17 years) inpatient and emergency encounters at the University of California San Francisco (UCSF) Medical Center, from June 2011 to March 2016, inclusive (35). See Table 1 for additional details on data inputs. Neonates and infants under the age of 2 years have immature adaptive and innate immune responses (36), and require separate analysis beyond the scope of this work. The original UCSF data collection did not impact patient safety, as all data were de-identified in accordance with the Health Insurance Portability and Accountability Act (HIPAA) Privacy Rule prior to commencement of this study and no individual patient data were linked prior to being de-identified. Hence, this study constitutes non-human subjects research which does not require Institutional Review Board approval.

TABLE 1
www.frontiersin.org

Table 1. Predictor variables used in this study.

Encounters were removed if the recorded patient age was <2 or more than 17 years (1). In addition, encounters were removed if they were missing any of the required measurements (patient age, diastolic and systolic blood pressures, heart rate, temperature, respiration rate, and peripheral oxygen saturation) to be used in training and prediction; while supplemental measurements (Glasgow Coma Score, white blood cell count, and platelet count) were passed to the training and testing routines, their presence was not required. From 11,619 encounters with appropriate ages, 9,715 remained after checking for the required measurements. As a final step, encounters with severe sepsis onset too early in the stay (<6 h after the start of the patient record) were removed (see Experimental Procedures). After removing encounters for these onset times, a total of 9,486 encounters remained for training and testing. Of these examples, 101 (1.06%) were determined to have severe sepsis (see Gold Standard).

Data Processing and Screening

The UCSF EHR data were organized into a SQL database and custom queries were used to extract the vital sign, lab report, and other data used in our experiments. These patient records were prepared by Dascena's proprietary software to provide examples for training and prediction. For encounters meeting the inclusion criteria, observations of vital signs were binned by the hour and simple carry-forward imputation was used when no observation was available for a given hour. Based on these time series data, we constructed a variety of derived features (e.g., approximate Mean Arterial Pressure constructed as a linear combination of systolic and diastolic blood pressures) and calculated the sepsis gold standard for training (see Supplementary Tables 1, 2).

Gold Standard

The gold standard follows the pediatric severe sepsis definition of Goldstein et al. (1), wherein severe sepsis requires:

• SIRS score of ≥ 2, where at least one of temperature or white blood cell count is abnormal;

• Suspicion of infection, operationalized here as the presence of an International Classification of Diseases (ICD-9) code for septicemia, sepsis, severe sepsis, or septic shock, which might be attached at any time during the encounter (given that the patient meets the SIRS criteria above, this is “sepsis” under the Goldstein criteria); and

• Organ dysfunction.

Under the Goldstein criteria, septic shock is further defined by when the above conditions are met and there is cardiovascular organ dysfunction. Pediatric SIRS criteria, the gold standard, and the organ dysfunction criteria (part of the gold standard) are presented in Supplementary Tables 1–3, respectively. Supplementary Table 4 contains a list of ICD-9 codes used for “suspicion of infection.”

The Goldstein criteria was chosen for use as the gold standard as opposed to Sepsis-3 criteria because Sepsis-3 criteria are based on a patient's Sequential Organ Failure Assessment (SOFA) Score, a severity score which lacks sufficient evidence for use in pediatrics (1, 37, 38). In addition, Sepsis-3 criteria identifies those patients with sepsis and septic shock, which reflect respective mortality rates of 10 and 35% (38). Because mortality rates have been widely reported in the literature to be different in pediatric sepsis as opposed to adult sepsis (5, 36, 39), these rates are not applicable to pediatric populations. Use of Sepsis-3 criteria would preclude direct applicability of our intervention to pediatric patients, including different cognitive, developmental, and disease stages that present in cases of pediatric sepsis as compared to adult sepsis (36).

The gold standard was implemented by electronic chart abstraction, combining data entered into the EHR throughout the encounter with ICD-9 codes. All of these criteria follow Goldstein et al. (1), with modifications necessary for application to the UCSF pediatric data set. These necessary modifications include those allowing for binary white blood cell count (normal vs. abnormal), lack of radiological information, and lack of patient history. Without information on physician intention and examination observations, fluid administration in the presence of low blood pressure was assumed to be an attempt to resuscitate, and the following sections of the Goldstein cardiovascular dysfunction definitions were modified: it was not possible to assign causal attribution for fluid-refractory hypotension, and exam components (core-to-peripheral temperature gap and delayed capillary refill) could not be determined retrospectively. Radiological (bilateral infiltrates) and history components (acute onset and no evidence of left heart failure) were unavailable (see Supplementary Tables for details of implemented criteria).

Sepsis onset was defined as the time when the patient first met the SIRS criteria (if a sepsis-related ICD-9 code is present). Severe sepsis onset was defined as the first time the organ dysfunction criteria was met in a patient who, at some point in their stay, met the SIRS criteria and had a sepsis-related ICD-9 code (is “septic” under our gold standard). Note that this means that our retrospective definition may determine that a patient has “severe sepsis” before they meet the surveillance criteria for being “septic.” For example, if laboratory data fulfilling organ dysfunction definitions was present prior to fever and tachypnea being recorded in vital sign flowsheets, the patient would be labeled with severe sepsis. This feature was deemed necessary both to reflect the clinical process and to avoid difficulties surrounding noisy satisfaction of the thresholds.

Modeling

All learning conducted in this work was done using boosted ensembles of decision trees (40, 41). Ensemble classifiers combine the output from many “weak” learners, each of which would be insufficient to solve the desired learning problem on its own, creating a strong learner. Each of these weak base learners is a decision tree, constructed by repeatedly and recursively partitioning the feature space, finding thresholds within the features which most optimally decrease entropy, and thus increase information, within the resulting classification groups The appropriate set of branching checks is performed for each tree within the final classifier, traveling along the tree structure until a leaf node (and corresponding risk score) are reached. The risk scores from the individual trees are then aggregated to assign an overall risk score.

Our classifiers were trained on a set of features that included patient age, diastolic and systolic blood pressures, heart rate, temperature, respiration rate, and peripheral oxygen saturation (SpO2) (Table 1). As noted above, encounters had to have all of these measurements at some point during their stay to qualify for inclusion in the analyses. Additionally, the values of Glasgow Coma Score, white blood cell count, and platelet count were used if available. The final feature vectors were organized, along with their gold standard labels, into arrays to be passed to the training and prediction routines.

Experimental Procedures

We compared the performance of the algorithmic sepsis predictor with that of the concurrent, running values of the PELOD-2 and pediatric SIRS scores. These experiments used all patients of at least 2 and ≤ 17 years of age in the data set, treated as one aggregate population. This population was split into four approximately equal-sized “folds” (sets) for 4-fold cross-validation (CV) (41). The CV procedure allows the estimation of generalization performance and its variability, as well as comparison of this performance with the PELOD-2 and SIRS scores, calculated hourly. Due to the original data set's encoding of laboratory values as only normal/abnormal, the affected subscores of PELOD-2 were approximated with 1 point for abnormal and 0 points for normal. We computed a variety of metrics on the performance of the resulting classifiers (and the PELOD-2 and SIRS scores) on the test folds. We determined statistical significance using one-tailed paired t-tests, where each pair constituted the AUROC performance of two different classification methods, measured on the same test fold. This paired t-test has a sample size of 4, as we are comparing 4 AUROC performances, paired by test set on which they were evaluated The p-value threshold for significance was fixed at 0.05 for all comparisons. We repeated these experiments for pre-onset offsets of 0, 1, 2, 3, and 4 h, examining our system's ability to learn pre-onset patterns in septic patients.

Results

The demographic characteristics, inclusion flowchart, and feature importance of the data set are presented in Table 2, Supplementary Figures 1, 2, respectively. The overall prevalence of severe sepsis in this pediatric population (aged 2–17, inclusive) was 1.06% (47.52% male and 52.48% female). Among patients with severe sepsis, 72.94% were above the age of 5 years.

TABLE 2
www.frontiersin.org

Table 2. Demographic information of pediatric inpatients at UCSF from June 2011 to March 2016, inclusive.

We evaluated predictive performance of the ML-based predictor by training and testing at hourly intervals from sepsis onset and through 4 h before onset. Figures 1A,B show the performance of the algorithm at onset and 4 h before onset in terms of Receiver Operating Characteristic (ROC) curves, which show the tradeoff between sensitivity (the fraction of severe sepsis patients that were classified as severe sepsis) and specificity (the fraction of severe sepsis-negative patients that were classified as severe sepsis). The ML-based predictor's ROC curve is improved over the PELOD-2 and SIRS curves, and has a larger area under the curve (i.e., larger AUROC), which indicates increased accuracy.

FIGURE 1
www.frontiersin.org

Figure 1. (A) ROC curves (averaged across the four test folds) for the machine learning algorithm (MLA), PELOD-2, and SIRS at time of onset. (B) ROC curves (averaged across the four test folds) for the MLA, PELOD-2, and SIRS at 4 h pre-onset.

Figure 2 shows how cross-validation fold-averaged AUROC varies as a function of prediction horizon in hours for each prediction system. These comparisons are statistically significant (p < 0.05, one-tailed pairwise t-test) for 1 and 4 h pre-onset (PELOD-2) and 0, 1, and 4 h pre-onset (SIRS).

FIGURE 2
www.frontiersin.org

Figure 2. Average AUROC over a prediction horizon. These AUROC differences are statistically significant for the machine learning algorithm (MLA) vs. PELOD-2 at all hours pre-onset (p < 0.05) and vs. SIRS at all hours pre-onset (p < 0.05) with the exception of the 0 h comparison. This non-significant comparison against SIRS at 0 h pre-onset had a p-value of 0.0977.

Table 3 presents a set of detailed performance metrics for the algorithm, SIRS, and PELOD-2. Apart from AUROC, these performance metrics are a function of a chosen operating point (i.e., a point on the ROC curve where the sensitivity was the largest possible value ≤ 0.80). The diagnostic odds ratio (DOR), a global measure for comparing diagnostic accuracy between diagnostic tools, is represented here as the ratio of the odds of a true positive prediction of severe sepsis in patients who developed severe sepsis relative to the odds of a false positive prediction of severe sepsis in patients who did not develop severe sepsis. The DOR is highest for the MLA predictor (vs. PELOD-2 and SIRS) at onset and 4 h pre-onset.

TABLE 3
www.frontiersin.org

Table 3. Performance metrics for the machine learning algorithm and pediatric scoring systems.

Discussion

These experiments demonstrate that the ML-based sepsis prediction system can predict severe sepsis onset with AUROC performance superior to that of existing pediatric organ dysfunction and inflammatory response scoring systems (Table 2, Figures 1, 2). These comparisons were statistically significant vs. PELOD-2 (organ dysfunction) at 1 and 4 h pre-onset and vs. SIRS at 0, 1, and 4 h pre-onset. This superiority is also visible in other metrics. Early and accurate recognition of pediatric sepsis is essential, particularly in high-risk inpatient populations, as this could lead to earlier treatment initiation and potentially improve patient outcomes. Effective methods to improve pediatric sepsis recognition are lacking and have been called for as part of national pediatric sepsis improvement collaboratives.

This study contributes to the ongoing body of literature on the use of machine learning for the prediction of sepsis (4244). Komorowski et al. (42) developed the AI Clinician, a reinforcement learning model, and retrospective results indicated that patients who received treatments similar to those the model recommended had the lowest mortality (42). The AI Clinician was developed with a variety of data inputs, some of which have limited EHR availability or would not have been immediately available to the clinician at the time of treatment. It provides useful treatment recommendations when no gold standard for treatment exists, which is a significant current need in the US healthcare delivery landscape. However, while Komorowski et al. derived some insight into the tool's interpretability by estimating relative importance of model parameters, CDS tools that recommend treatment plans must also provide clinicians with transparency along with treatment recommendations, such that clinicians can easily and efficiently interpret the basis for those recommendations (42, 43). Nemati et al. (44) developed the Artificial Intelligence Sepsis Expert algorithm, a sepsis prediction model derived from a combination of electronic medical record (EMR) and high-frequency physiologic data (44). Retrospective results indicated that the model could accurately predict the onset of sepsis in an ICU patient 4–12 h prior to clinical recognition (44). These studies represent important contributions to the field of machine learning and its application to sepsis identification and prediction. However, to the best of our knowledge, none of these existing machine-learning based systems provide early warning for the complex, heterogeneous pediatric sepsis inpatient population, which can present very differently than adult sepsis due to the wide ranges of physiological baseline states (1) and sepsis manifestations in pediatric patients (45), their “tremendous physiological reserve,” (46) which tends to mask early symptoms, and the difficulties posed by numerous comorbidities and treatments (47). Therefore, there remains a significant clinical need for a sensitive and specific EHR-based pediatric sepsis prediction system.

The ML-based system analyzed in this study can be a useful means of continually assessing pediatric patients' likelihood of developing severe sepsis through automatic monitoring of the patient EHR. This clinical problem represents a significant opportunity for clinical decision support, as it is critical to both provide monitoring for this particularly vulnerable population and avoid excessive numbers of false alarms. Our machine learning algorithm outperforms the PELOD-2 and pediatric SIRS scoring systems, indicating that it has the potential to deliver these essential improvements. While neither PELOD-2 or SIRS are primarily intended for sepsis prediction, they provide a practical baseline for this retrospective study. Further, the UCSF dataset used in this study is a collection of encounters from many hospital wards with varying measurement frequencies and data types, and information is compiled with unique patient identifiers, meaning that measurement types remain consistent across patient encounters. Measurement of vital signs therefore followed similar approaches among the cohort of patients analyzed in this study, which strengthens the generalizability of experimental results.

The gold standard is a possible limitation in the present analysis. First, chart review would provide a superior gold standard, but it is not practical at scale, requiring the present use of our surveillance-type gold standard. Second, by limiting “suspicion of infection” to those who have ICD-9 codes for sepsis-spectrum syndromes, we prevent the gold standard from positively labeling encounters not acknowledged as being on this spectrum; this could mean that this gold standard is under-reporting sepsis prevalence. Further, Weiss et al. (11) compared the clinical diagnoses of severe sepsis by attending physicians with the result of the application of the Goldstein consensus definitions and found that the agreement between the two was only moderate (Cohen's χ, 0.57 ± 0.02, mean ± SE). The current analysis uses only ICD-9 codes and does not use ICD-10 codes, while the study period includes the roll-out of the ICD-10-CM coding system on October 1, 2015 (48). However, ICD-9 codes for sepsis appear with a similar frequency both before and after the roll-out date. Finally, while the gold standard provides a particular onset time based on vital signs and laboratory data, it is difficult to assess how this relates to when severe sepsis onset would be recognized by an attending clinician. There could be additional delays to clinician recognition of the change in physiology and further delays to necessary interventions.

The characteristics of the UCSF pediatric inpatient population may limit generalizability; these data are from a tertiary care center with a heavy representation of organ transplant patients. This population also has a low prevalence of hospital-acquired severe sepsis (<1%), limiting the power of the statistical analyses. Although pediatric severe sepsis in children's hospital PICUs has occurred with increasing prevalence and with increasing associated comorbidities, resource burden, and mortality in recent years (49), generalizability may be limited when applying the methodology used in this study to “sepsis” diagnostic criteria instead of to “severe sepsis” criteria. Despite these limitations, these data provide proof-of-principle that machine learning can identify and predict pediatric sepsis, and could be adapted with increased performance at each center to have better site specificity for each hospital's particular patient population.

Because of the retrospective nature of this work, the dataset was not initially collected with the purpose of machine learning on a cohort of children at risk for sepsis. For future, more complex work in pediatric sepsis prediction via machine learning, an important requirement is obtaining diverse and large data sets. It should be noted that, while pediatric sepsis is generally rare, even secondary-care contexts could benefit from being able to accurately identify early the few cases that do appear, particularly if such capabilities could be integrated into a larger data collection and prediction system, as they can with this predictive algorithm.

In summary, the ML-based sepsis prediction system examined in these experiments outperforms traditional, tabular scoring systems and demonstrates superior performance in predicting pediatric severe sepsis onset. The improved ROC performance offers clinicians and hospitals a variety of useful operating points to suit their sepsis alerting needs. The ROC performance also offers the promise of using the numerical score produced by this algorithm for severe sepsis risk stratification. Using these tools, clinicians will be better able to allocate finite clinical resources, identify pediatric patients before their condition deteriorates, and avoid adverse outcomes.

Data Availability Statement

The data that support the findings of this study are available from the University of California, San Francisco Medical Center in San Francisco, CA (UCSF), but restrictions apply to the availability of these data, which were used under license for the current study, and so are not publicly available. Data are however available upon reasonable request and with permission of UCSF at (at: https://myresearch.ucsf.edu/research-data-browser-de-identified-export-and-flowsheet-files).

Ethics Statement

The original UCSF data collection did not impact patient safety and all data were de-identified in accordance with the Health Insurance Portability and Accountability Act (HIPAA) Privacy Rule prior to commencement of this study. Hence, this study constitutes non-human subjects research which does not require Institutional Review Board approval.

Author Contributions

SL revised and performed the MLA experiments, analyzed and interpreted data, reviewed and revised the manuscript, and approved the final manuscript as submitted. RD conceptualized and designed the study, and approved the final manuscript as submitted. JC, SL, and AA analyzed and interpreted data, reviewed and revised the manuscript, and approved the final manuscript as submitted. JH, JF, EP, and CB reviewed and revised the manuscript, and approved the final manuscript as submitted.

Funding

This research was supported in part by the Eunice Kennedy Shriver National Institute of Child Health and Human Development at the National Institutes of Health, through grant R43HD096961-01.

Conflict of Interest

JH, CB, JC, SL, AA, EP, and RD are employed by Dascena Inc. JF reports receiving research grant funding from Dascena Inc.

Acknowledgments

We gratefully acknowledge Dr. Thomas Desautels for his work on the initial experimental design and Qingqing Mao and Melissa Jay for helpful discussions and assistance with experiments and manuscript preparation.

Supplementary Material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fped.2019.00413/full#supplementary-material

Abbreviations

AUROC, area under the receiver operating characteristic; CV, cross-validation; DOR, diagnostic odds ratio; HER, electronic health record; ICD-9, international classification of diseases, 9th revision; IQR, interquartile range; ML, machine learning; MLA, machine learning algorithm; PELOD, pediatric logistic organ dysfunction score; ROC, receiver operating characteristic; SE, standard error; SIRS, systemic inflammatory response syndrome; UCSF, University of California San Francisco.

References

1. Goldstein B, Giroir B, Randolph A. International pediatric sepsis consensus conference: definitions for sepsis and organ dysfunction in pediatrics. Pediatric Crit Care Med. (2005) 6:2–8. doi: 10.1097/00130478-200501000-00049

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Angus DC, Linde-Zwirble WT, Lidicker J, Clermont G, Carcillo J, Pinsky MR. Epidemiology of severe sepsis in the United States: analysis of incidence, outcome, and associated costs of care. Crit Care Med. (2001) 29:1303–10. doi: 10.1097/00003246-200107000-00002

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Odetola FO, Gebremariam A, Freed GL. Patient and hospital correlates of clinical outcomes and resource utilization in severe pediatric sepsis. Pediatrics. (2007) 119:487–94. doi: 10.1542/peds.2006-2353

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Fleischmann C, Scherag A, Adhikari NK, Hartog CS, Tsaganos T, Schlattmann P, et al. Assessment of global incidence and mortality of hospital-treated sepsis. Current estimates and limitations. Am J Respir Crit Care Med. (2016) 193:259–72. doi: 10.1164/rccm.201504-0781OC

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Hartman ME, Linde-Zwirble WT, Angus DC, Watson RS. Trends in the epidemiology of pediatric severe sepsis. Pediatr Crit Care Med. (2013) 14:686–93. doi: 10.1097/PCC.0b013e3182917fad

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Farris RWD, Weiss NS, Zimmerman JJ. Functional outcomes in pediatric severe sepsis: further analysis of the researching severe sepsis and organ dysfunction in children: a global perspective trial. Pediatr Crit Care Med. (2013) 14:835–42. doi: 10.1097/PCC.0b013e3182a551c8

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Als LC, Nadel S, Cooper M, Pierce CM, Sahakian BJ, Garralda EM. Neurophysiological function three to six months following admission to the PICU with meningoencephalitis, sepsis and other disorders: a prospective study of school-aged children. Crit Care Med. (2013) 41:1094–103. doi: 10.1097/CCM.0b013e318275d032

CrossRef Full Text | Google Scholar

8. Seymour CW, Liu VX, Iwashyna TJ, Brunkhorst FM, Rea TD, Scherag A, et al. Assessment of clinical criteria for sepsis: for the third international consensus definitions of sepsis and septic shock. JAMA. (2016) 315:762–74. doi: 10.1001/jama.2016.0288

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Brilli RJ, Goldstein B. Pediatric sepsis definitions: past, present, and future. Pediatr Crit Care Med. (2005) 6:S6–8. doi: 10.1097/01.PCC.0000161585.48182.69

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Martinot A, Leclerc F, Cremer R, Leteurtre S, Fourier C, Hue V. Sepsis in neonates and children: definitions, epidemiology, and outcome. Pediatr Emerg Care. (1997) 13:277–81. doi: 10.1097/00006565-199708000-00011

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Weiss SL, Fitzgerald JC, Maffei FA, Kane JM, Rodriguez-Nunez A, Hsing DD, et al. Discordant identification of pediatric severe sepsis by research and clinical definitions in the SPROUT international point prevalence study. Crit Care. (2015) 19:325. doi: 10.1186/s13054-015-1055-x

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Rivers E, Nguyen B, Havstad S, Ressler J, Muzzin A, Knoblich B, et al. Early goal-directed therapy in the treatment of severe sepsis and septic shock. N Engl J Med. (2001) 345:1368–77. doi: 10.1056/NEJMoa010307

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Gaieski DF, Mikkelsen ME, Band RA, Pines JM, Massone R, Furia FF, et al. Impact of time to antibiotics on survival in patients with severe sepsis or septic shock in whom early goal-directed therapy was initiated in the emergency department. Crit Care Med. (2010) 38:1045–53. doi: 10.1097/CCM.0b013e3181cc4824

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Dellinger RP, Levy MM, Rhodes A, Annane D, Gerlach H, Opal SM, et al. Surviving sepsis campaign: international guidelines for management of severe sepsis and septic shock, 2012. Intensive Care Med. (2013) 39:165–228. doi: 10.1007/s00134-012-2769-8

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Carcillo JA, Davis AL, Zaritsky A. Role of early fluid resuscitation in pediatric septic shock. JAMA. (1991) 266:1242–5. doi: 10.1001/jama.1991.03470090076035

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Brierley J, Carcillo JA, Choong K, Cornell T, DeCaen A, Deymann A, et al. Clinical practice parameters for hemodynamic support of pediatric and neonatal septic shock: 2007 update from the American College of Critical Care Medicine. Crit Care Med. (2009) 37:666–88. doi: 10.1097/CCM.0b013e31819323c6

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Han YY, Carcillo JA, Dragotta MA, Bills DM, Watson RS, Westerman ME, et al. Early reversal of pediatric-neonatal septic shock by community physicians is associated with improved outcome. Pediatrics. (2003) 112:793–9. doi: 10.1542/peds.112.4.793

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Weiss SL, Fitzgerald JC, Balamuth F, Alpern ER, Lavelle J, Chilutti M, et al. Delayed antimicrobial therapy increases mortality and organ dysfunction duration in pediatric sepsis. Crit Care Med. (2014) 42:2409–17. doi: 10.1097/CCM.0000000000000509

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Evans IV, Phillips GS, Alpern ER, Angus DC, Friedrich ME, Kissoon N, et al. Association between the New York sepsis care mandate and in-hospital mortality for pediatric sepsis. JAMA. (2018) 320:358–67. doi: 10.1001/jama.2018.9071

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Leteurtre S, Duhamel A, Salleron J, Grandbastien B, Lacroix J, Leclerc F, et al. PELOD-2: an update of the PEdiatric logistic organ dysfunction score. Crit Care Med. (2013) 41:1761–73. doi: 10.1097/CCM.0b013e31828a2bbd

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Schlapbach LJ, Straney L, Bellomo R, MacLaren G, Pilcher D. Prognostic accuracy of age-adapted SOFA, SIRS, PELOD-2, and qSOFA for in-hospital mortality among children with suspected infection admitted to the intensive care unit. Intensive Care Med. (2018) 44:179–88. doi: 10.1007/s00134-017-5021-8

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Balamuth F, Alpern ER, Grundmeier RW, Chilutti M, Weiss SL, Fitzgerald JC, et al. Comparison of two sepsis recognition methods in a pediatric emergency department. Acad Emerg Med. (2015) 22:1298–306. doi: 10.1111/acem.12814

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Rothman M, Levy M, Dellinger RP, Jones SL, Fogerty RL, Voelker KG, et al. Sepsis as 2 problems: Identifying sepsis at admission and predicting onset in the hospital using an electronic medical record–based acuity score. J Crit Care. (2017) 38:237–44. doi: 10.1016/j.jcrc.2016.11.037

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Jones SL, Ashton CM, Kiehne LB, Nicolas JC, Rose AL, Shirkey BA, et al. Outcomes and resource use of sepsis-associated stays by presence on admission, severity, and hospital type. Med Care. (2016) 54:303–10. doi: 10.1097/MLR.0000000000000481

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Page DB, Donnelly JP, Wang HE. Community-, healthcare-, and hospital-acquired severe sepsis hospitalizations in the University Health System Consortium. Crit Care Med. (2015) 43:1945–51. doi: 10.1097/CCM.0000000000001164

CrossRef Full Text | Google Scholar

26. Calvert JS, Price DA, Chettipally UK, Barton CW, Feldman MD, Hoffman JL, et al. A computational approach to early sepsis detection. Comput Biol Med. (2016) 74:69–73. doi: 10.1016/j.compbiomed.2016.05.003

PubMed Abstract | CrossRef Full Text | Google Scholar

27. Calvert J, Desautels T, Chettipally U, Barton C, Hoffman J, Jay M, et al. High-performance detection and early prediction of septic shock for alcohol-use disorder patients. Ann Med Surg. (2016) 8:50–5. doi: 10.1016/j.amsu.2016.04.023

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Desautels T, Calvert J, Hoffman J, Jay M, Kerem Y, Shieh L, et al. A machine learning approach to sepsis prediction in the intensive care unit with minimal electronic health record data. JMIR Med Inform. (2016) 4:e28. doi: 10.2196/medinform.5909

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Henry KE, Hager DN, Pronovost PJ, Saria S. A targeted real-time early warning score (TREWScore) for septic shock. Sci Transl Med. (2015) 7:299ra122. doi: 10.1126/scitranslmed.aab3719

PubMed Abstract | CrossRef Full Text | Google Scholar

30. Nachimuthu SK, Haug PJ. Early detection of sepsis in the emergency department using Dynamic Bayesian Networks. AMIA Annu Symp Proc. (2012) 2012:653–62.

PubMed Abstract | Google Scholar

31. Dyagilev K, Saria S. Learning (predictive) risk scores in the presence of censoring due to interventions. Mach Learn. (2016) 102:323–48. doi: 10.1007/s10994-015-5527-7

CrossRef Full Text | Google Scholar

32. Stanculescu I, Williams CK, Freer Y. Autoregressive hidden Markov models for the early detection of neonatal sepsis. IEEE J Biomed Health Inform. (2014) 18:1560–70. doi: 10.1109/JBHI.2013.2294692

PubMed Abstract | CrossRef Full Text | Google Scholar

33. Stanculescu I, Williams CK, Freer Y. A hierarchical switching linear dynamical system applied to the detection of sepsis in neonatal condition monitoring. In: Proceedings of the Thirtieth Conference on Uncertainty in Artificial Intelligence (UAI). Quebec City, QC (2014). p. 752–61.

Google Scholar

34. Mani S, Ozdas A, Aliferis C, Varol HA, Chen Q, Carnevale R, et al. Medical decision support using machine learning for early detection of late-onset neonatal sepsis. JAMIA. (2014) 21:326–36. doi: 10.1136/amiajnl-2013-001854

PubMed Abstract | CrossRef Full Text | Google Scholar

35. myresearch.ucsf.edu. San Francisco: Academic Research Systems (2017). Available online at: https://myresearch.ucsf.edu/research-data-browser-de-identified-export-and-flowsheet-files

Google Scholar

36. Randolph AG, McCulloh RJ. Pediatric sepsis: important considerations for diagnosing and managing severe infections in infants, children, and adolescents. Virulence. (2014) 5:179–89. doi: 10.4161/viru.27045

PubMed Abstract | CrossRef Full Text | Google Scholar

37. van Nassau SC, van Beek RH, Driessen GJ, Hazelzet JA, van Wering HM, Boeddha NP. Translating sepsis-3 criteria in children: prognostic accuracy of age-adjusted quick SOFA score in children visiting the emergency department with suspected bacterial infection. Front Pediatr. (2018) 6:266. doi: 10.3389/fped.2018.00266

PubMed Abstract | CrossRef Full Text | Google Scholar

38. Sepsis-3 criteria and the pediatric population. CDI J. (2016) 17–8.

Google Scholar

39. Balamuth F, Weiss SL, Neuman MI, Scott H, Brady PW, Paul R, et al. Pediatric severe sepsis in US children's hospitals. Pediatric Crit Care Med. (2014) 15:798–805. doi: 10.1097/PCC.0000000000000225

CrossRef Full Text | Google Scholar

40. Chen T, Guestrin C. XGBoost: a scalable tree boosting system. In: Proceedings of the 22nd SIGKDD Conference on Knowledge Discovery and Data Mining. San Francisco, CA. (2016).

Google Scholar

41. Bishop C. Pattern Recognition and Machine Learning. New York, NY: Springer (2006).

Google Scholar

42. Komorowski M, Celi LA, Badawi O, Gordon AC, Faisal AA. The artificial intelligence clinician learns optimal treatment strategies for sepsis in intensive care. Nat Med. (2018) 24:1716–20. doi: 10.1038/s41591-018-0213-5

PubMed Abstract | CrossRef Full Text | Google Scholar

43. Shortliffe EH, Sepulveda MJ. Clinical decision support in the era of artificial intelligence. JAMA. (2018) 320:2199–200. doi: 10.1001/jama.2018.17163

PubMed Abstract | CrossRef Full Text | Google Scholar

44. Nemati S, Holder A, Razmi F, Stanley MD, Clifford GD, Buchman TG. An interpretable machine learning model for accurate prediction of sepsis in the ICU. Crit Care Med. (2018) 46:547–53. doi: 10.1097/CCM.0000000000002936

PubMed Abstract | CrossRef Full Text | Google Scholar

45. Plunkett A, Tong J. Sepsis in children. BMJ. (2015) 350:h3017. doi: 10.1136/bmj.h3017

PubMed Abstract | CrossRef Full Text | Google Scholar

46. Mathias B, Mira JC, Larson SD. Pediatric sepsis. Curr Opin Pediatr. (2016) 28:380–7. doi: 10.1097/MOP.0000000000000337

PubMed Abstract | CrossRef Full Text | Google Scholar

47. Kitanovski L, Jazbec J, Hojker S, Gubina M, Derganc M. Diagnostic accuracy of procalcitonin and interleukin−6 values for predicting bacteremia and clinical sepsis in febrile neutropenic children with cancer. Eur J Clin Microbiol Infect Dis. (2006) 25:413–5. doi: 10.1007/s10096-006-0143-x

PubMed Abstract | CrossRef Full Text | Google Scholar

48. cms.gov. Baltimore: Centers for Medicare & Medicaid Services (2017). Available online at: https://www.cms.gov/medicare/coding/icd10/index.html; archived at: https://www.archive-it.org/collections/2744

Google Scholar

49. Ruth A, McCracken CE, Fortenberry JD, Hall M, Simon HK, Hebbar KB. Pediatric severe sepsis: current trends and outcomes from the pediatric health information systems database. Crit Care Med. (2014) 15:828–38. doi: 10.1097/PCC.0000000000000254

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: pediatric severe sepsis, prediction, machine learning, electronic health records, early detection

Citation: Le S, Hoffman J, Barton C, Fitzgerald JC, Allen A, Pellegrini E, Calvert J and Das R (2019) Pediatric Severe Sepsis Prediction Using Machine Learning. Front. Pediatr. 7:413. doi: 10.3389/fped.2019.00413

Received: 21 March 2019; Accepted: 25 September 2019;
Published: 11 October 2019.

Edited by:

Enitan Carrol, University of Liverpool, United Kingdom

Reviewed by:

Adriana Yock-Corrales, Dr. Carlos Sáenz Herrera National Children's Hospital, Costa Rica
Ruud Gerard Nijman, Imperial College London, United Kingdom

Copyright © 2019 Le, Hoffman, Barton, Fitzgerald, Allen, Pellegrini, Calvert and Das. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Jana Hoffman, jana@dascena.com

Download