Hostname: page-component-76fb5796d-r6qrq Total loading time: 0 Render date: 2024-04-25T13:58:25.393Z Has data issue: false hasContentIssue false

Machine learning and artificial intelligence: applications in healthcare epidemiology

Published online by Cambridge University Press:  07 October 2021

Alisa J. Hamilton
Affiliation:
Center for Disease Dynamics, Economics & Policy, Silver Spring, Maryland, United States
Alexandra T. Strauss
Affiliation:
Department of Medicine, Johns Hopkins University, Baltimore, Maryland, United States
Diego A. Martinez
Affiliation:
School of Industrial Engineering, Pontificia Universidad Católica de Valparaíso, Valparaíso, Chile
Jeremiah S. Hinson
Affiliation:
Department of Emergency Medicine, Johns Hopkins University, Baltimore, Maryland, United States
Scott Levin
Affiliation:
Department of Emergency Medicine, Johns Hopkins University, Baltimore, Maryland, United States
Gary Lin
Affiliation:
Center for Disease Dynamics, Economics & Policy, Silver Spring, Maryland, United States
Eili Y. Klein*
Affiliation:
Center for Disease Dynamics, Economics & Policy, Silver Spring, Maryland, United States Department of Emergency Medicine, Johns Hopkins University, Baltimore, Maryland, United States
*
Author for correspondence: Dr. Eili Y. Klein, Center for Disease Dynamics, Economics & Policy, 962 Wayne Ave Silver Spring, MD20910. E-mail: klein@cddep.org

Abstract

Artificial intelligence (AI) refers to the performance of tasks by machines ordinarily associated with human intelligence. Machine learning (ML) is a subtype of AI; it refers to the ability of computers to draw conclusions (ie, learn) from data without being directly programmed. ML builds from traditional statistical methods and has drawn significant interest in healthcare epidemiology due to its potential for improving disease prediction and patient care. This review provides an overview of ML in healthcare epidemiology and practical examples of ML tools used to support healthcare decision making at 4 stages of hospital-based care: triage, diagnosis, treatment, and discharge. Examples include model-building efforts to assist emergency department triage, predicting time before septic shock onset, detecting community-acquired pneumonia, and classifying COVID-19 disposition risk level. Increasing availability and quality of electronic health record (EHR) data as well as computing power provides opportunities for ML to increase patient safety, improve the efficiency of clinical management, and reduce healthcare costs.

Type
Review
Creative Commons
Creative Common License - CCCreative Common License - BY
This is an Open Access article, distributed under the terms of the Creative Commons Attribution licence (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted re-use, distribution, and reproduction in any medium, provided the original work is properly cited.
Copyright
© The Author(s), 2021. Published by Cambridge University Press on behalf of The Society for Healthcare Epidemiology of America

Attempts to harness the power of computing to generate “artificial intelligence” began with Alan Turing in the 1940s. During and after World War II, Turing developed theories about what constituted artificial intelligence (AI) that still resonate today (eg, the Turing test), and he wrote about how to create computers that “can learn from experience.” Reference Turing1 At the time, AI remained largely theoretical due to limitations in computing power. Today, AI is widely used to augment diverse areas of human experience, including internet searches, robotics, policing, and disease diagnosis and treatment. Although the definition of AI is broad and has evolved over the years, AI generally refers to the performance of tasks by machines ordinarily associated with human intelligence. Machine learning (ML) is a subtype of AI that refers to the ability of computers to draw conclusions (ie, learn) from data without being programmed directly. Reference Samuel2,Reference Bi, Goodman, Kaminsky and Lessler12

Machine learning builds from traditional statistical methods and has drawn significant interest in healthcare epidemiology due to its potential for improving disease prediction and patient care. Advantages include its ability to leverage large-scale, highly dimensional data from electronic health record (EHR) systems, to conduct variable selection as part of model building, and to identify interactions in data to subgroup patients with respect to outcomes. Reference Levin, Toerper and Hamrock3Reference Martinez, Cai and Oke8 In this review, we summarize ML in healthcare epidemiology and provide practical examples of ML tools used to support decision making at 4 stages of hospital-based care: triage, diagnosis, treatment, and discharge. Relevant ML terms are summarized in Table 1.

Table 1. Relevant Machine Learning Terms

Types of learning and algorithms

Machine-learning algorithms can identify relationships between patient attributes and outcomes to construct models that can make predictions for new and unseen patients and can group patients based on similar attributes. Reference Hastie, Tibshirani and Freidman9 Although there is overlap, the simplified difference between statistical methods and ML is that statistics is generally associated with drawing inferences from data, whereas ML is more concerned with finding generalizable predictive patterns. Reference Bzdok, Altman and Krzywinski10 Thus, while statistics uses algorithms to learn about a model’s attributes from the data assuming the model’s structure, ML harnesses computing power and uses algorithms to learn about the model’s structure and attributes directly. Although statistics and ML are both concerned with how we learn from data, ML methods focus largely on prediction as opposed to explanation or causal inference. Reference Breiman11

Machine-learning algorithms utilize 3 methods of ‘learning’: supervised, unsupervised, and semisupervised. Reference Bi, Goodman, Kaminsky and Lessler12 In supervised learning, the outcome (ie, the dependent variable or ‘label’) is known for each patient. Fed structured data for patient attributes (ie, the independent variables or ‘features’), the algorithm attempts to find the corresponding model that predicts patient outcomes with the highest precision, accuracy, or recall. In unsupervised learning, the algorithm attempts to establish relationships between patient features without knowing outcomes to group patients based on their similarities. In semisupervised learning, the model is fit to both labeled and unlabeled data; this can be useful for large data sets for which labeling data is very time consuming. Reference Bi, Goodman, Kaminsky and Lessler12

Box 1: Bias-Variance Tradeoff

Common algorithms used in ML include decision trees, random forest, naïve Bayes, k-means clustering, and ensemble models (combinations of individual models). Traditional statistical methods, such as generalized linear models and Cox proportional hazards, can also be adapted using ML to make predictions. Each has their advantages and disadvantages, but all are subjected to the bias-variance tradeoff referring to a model’s tendency to either overfit or underfit the data and resulting in a loss of performance. Reference Singh13 Overfitting occurs when the model follows noise (or irrelevant features in the data set), resulting in low bias and high variance. Underfitting occurs when a model is unable to follow the patterns in the data set correctly, resulting in high bias and low variance. The goal is to optimize the model so that both bias and variance are reduced.

Applications of ML in healthcare epidemiology have tended to rely on supervised learning. The pipeline of ML tool development can be simplified into 4 steps. (1) Researchers assemble a retrospective data set of routinely collected EHR data (eg, age, gender, vital signs, comorbidities, or emergency department (ED) presentation). (2) A subset of this data is used as input data or training data and fit to 1 or more algorithms, allowing the computer to learn how different patient features interact to predict each patient’s outcome. (3) The resulting model is then evaluated on a validation data set, and the model with the highest accuracy, precision, and recall is selected. Often the validation data set is created from the subset of cohort data not used as training data and referred to as out-of-sample data. (4) After the training process, a test data set is used to compare the predicted outcomes of the selected model to real-world patient outcomes. If the model performs well, it can be used prospectively in combination with clinician expertise to inform treatment decisions. To assess model performance in the real world, it is common for models to be run in the background and to record their predictions without presenting them to providers until results are accurate and unlikely to adversely impact patients. The use of ML in healthcare is already common, and ML can be utilized across the continuum of care. Here we present examples of some ways that ML has been used to improve decision making through the course of a hospitalization.

Triage: Emergency medicine

The first encounter with the hospital for many patients is the emergency department, where patients are triaged by acuity level to prioritize care for the most severely ill patients. However, overcrowding is a major problem in emergency medicine. Demand for care that exceeds supply drives long wait times and delays that have been strongly associated with worse health outcomes. Reference McCarthy, Zeger and Ding14 Most EDs in the United States use the rule-based, 5-stage Emergency Severity Index (ESI), Reference McHugh, Tanabe, McClelland and Khare15 which relies largely on provider judgment to assign incoming patients to triage acuity levels. ESI level 1 denotes highest acuity (ie, the patient needs immediate treatment) whereas level 5 denotes lowest acuity (ie, treatment needs are nonurgent). Clinicians must rapidly assess patients with diverse medical conditions using limited information and quickly decide whether a patient needs immediate care or can safely wait. Reference Levin, Toerper and Hamrock3 Using standard tools, such as the ESI, triage acuity designations are highly variable between providers and not well-correlated with risk of adverse outcome. Reference Mistry, Stewart De Ramirez and Kelen16,Reference Hinson, Martinez and Cabral17 Additionally, more than half of patients in the United States are assigned to ESI level 3, 18,Reference Dugas, Kirsch and Toerper19 a middle-tier risk designation that is associated with prolonged waiting.

To address these issues, Levin et al Reference Levin, Toerper and Hamrock3 used ML to develop an ED triage system (‘e-triage’) to assist clinicians in performing more accurate and consistent triage and to distribute patients across risk designations to optimize operations and facilitate rapid care delivery. The sample included a retrospective cohort of 172,726 adult visits to an urban and community ED. Researchers generated random forest models to predict 3 outcomes in parallel: (1) critical care (ie, in-hospital mortality or direct admission to the intensive care unit, ICU), (2) emergency procedure (ie, any surgical procedure within 12 hours of arrival), and (3) hospitalization (ie, admission to an inpatient care site or transfer to an external acute care hospital). Outcome probabilities were then mapped to 1 of 5 e-triage acuity levels, similar to ESI. For example, patients with >15% likelihood of needing critical care or an emergency procedure were assigned to e-triage level 1. Accuracy of e-triage predictions was measured using out-of-sample area under the receiver operator characteristic curve (AUC) and compared to actual patient ESI levels. Measures of difference were reported as ‘equivalent,’ ‘up-triage’ (ie, e-triage predicted a higher risk than ESI), or ‘down-triage’ (ie, e-triage predicted a lower risk than ESI). Compared to manual triage, those who would have been up-triaged by e-triage were 5 times more likely to experience the critical care or emergency surgery outcome and twice as likely to be hospitalized. Those down-triaged had a lower likelihood of these outcomes. The model was implemented as an aid to decision makers (not as the final arbiter of triage designation), which increased acceptance and resulted in improved resource allocation and reduction in wait times for patients.

BOX 2: Random Forest and Area Under the Receiver Operator Characteristic Curve

Random forest models combine multiple decision trees. A decision tree is a ML model, making random forest a type of ensemble model. A decision tree starts with a question about the independent variables of an observation then assigns a binary classification based on the answer. Reference Bi, Goodman, Kaminsky and Lessler12 All observations move down the branches of the tree until the stopping criteria are reached and outcomes determined. A random forest model trains a set of decision trees and aggregates output to produce a probabilistic prediction for each outcome. Reference Levin, Toerper and Hamrock3 A receiver operator characteristic (ROC) curve is a common way to graph the results of a model or measurement tool. The y-axis most often represents the true-positive rate (sensitivity). The x-axis usually represents the false-positive rate (1-specificity) but may also represent precision or the proportion of true cases correctly classified. The curve is created by plotting points corresponding to all probability thresholds between 0 and 1, and the model or measurement tool with the largest area under the curve (AUC) is considered the most effective.

Diagnosis: Septic shock

Throughout a patient’s stay in the hospital, numerous decisions are made, and diagnoses may be missed. In particular, septic shock, which is responsible for 10% of ICU admissions, 20%–30% of hospital deaths, and $15.4 billion in annual healthcare costs, Reference Henry, Hager, Pronovost and Saria20Reference Kumar, Kumar and Taneja23 is of critical importance. Research shows that early detection and treatment of septic shock reduces morbidity, mortality, and length of stay. Reference Henry, Hager, Pronovost and Saria20,Reference Kumar, Kumar and Taneja23Reference Sebat, Musthafa and Johnson26 A growing body of research has explored the utility of ML to predict septic shock based on data from bedside monitors Reference Stanculescu, Williams and Freer27,Reference Griffin, Lake, O’Shea and Moorman28 and routine measurements for septic shock prediction. Reference Giuliano29Reference Henry, Paxton, Kim, Pham and Saria31 Henry et al Reference Henry, Hager, Pronovost and Saria20 were the first to use ML and EHR data to develop a scoring system (ie, ‘TREWscore’) that predicts septic shock hours before onset.

Using supervised learning, researchers fit a Cox proportional hazards model Reference Fox32,Reference Cox33 to identify a subset of features most indicative of septic shock and generated a risk prediction score over time. Input features (predictors) included physiological markers (eg, heart rate, respiratory rate, and white blood cell count) as well as derived measures based on expert opinion (eg, systemic inflammatory response syndrome (SIRS) criteria Reference Comstedt, Storgaard and Lassen34 ). Risk scores were compared to actual patient outcomes and to 2 existing screening tools: (1) MEWS, a severity score for ICU triage in surgical patients also used for sepsis screening Reference Vorwerk, Loryman and Coats35 and (2) a routine septic shock screening protocol that identifies patients with suspicion of infection and either hypotension or hyperlactatemia. Reference Herasevich, Pieper, Pulido and Gajic36,Reference Nguyen, Mwakalindile and Booth37 The predicted risk score had a higher sensitivity than both MEWS and the routine screening tool, and it correctly identified septic patients a median of 28.2 hours before septic shock onset and 7.43 hours before sepsis-related organ dysfunction. Implemented throughout the hospital system, it routinely alerts clinicians to the possibility of sepsis allowing earlier intervention.

Treatment: Community-acquired pneumonia

Clinicans routinely initiate empirical antibiotic therapy while waiting for laboratory results. This is particularly true for possible upper respiratory infections, including community-acquired pneumonia (CAP), which is difficult to diagnose. In the United States, there are an estimated 4–6 million annual cases of CAP, and CAP is responsible for 600,000 to 1.1 million hospitalizations and >$17 billion in health expenditures each year. Reference Fong38Reference Rozenbaum, Mangen, Huijts, van der Werf and Postma42 CAP is a major driver of hospital antibiotic use, which contributes to antibiotic resistance. CAP can be difficult to identify, and treatment is often suboptimal due to incorrect choice of therapy, dose, route, or duration. Patients may also be prescribed treatment when they do not actually have CAP. Rapid correction of inappropriate therapy can improve patient outcomes and reduce the risk of antibiotic resistance. To address this problem, Fabre et al Reference Fabre, Jones and Amoah43 used ML models to prospectively identify CAP patients.

Model building used a similar approach to previous examples. The first step, however, was identifying patients who actually had CAP and those who did not. Because no discrete mechanism for identifying CAP patients has been developed, researchers manually identified patients through chart review. Initial models utilized physiological markers (eg, vital signs and laboratory data) in EHR data captured through routine clinical care. However, predictions were hampered by a lack of highly predictive discrete elements. To improve model predictions, researchers used another type of AI called natural language processing (NLP) Reference Bi, Goodman, Kaminsky and Lessler12,Reference Wiens and Shenoy44 to establish relationships between free-text notes by clinicians and the outcome.

NLP refers to algorithms capable of ‘understanding’ the contents of a document, including textual nuances, such as negation statements (eg, the patients does not have pneumonia). This type of technology underlies common customer service chat bots, spell check applications, Google translate, and digital assistants. Free-text indicators in the CAP model included chief complaint of fever or chills, radiographic report of consolidation, and radiographic report of infiltrate. Inclusion of the NLP-derived variable ‘consolidation’ dramatically improved the model’s ability to predict CAP patients, exemplifying how the application of ML strategies can address the challenge of syndrome-based antibiotic stewardship.

Discharge: COVID-19 disposition

Finally, when patients leave the hospital, several decisions need to be made about care. This has been particularly true during the COVID-19 pandemic, which has put immense strain on healthcare systems across the United States. Many hospitals have been overrun with patients and have been forced to create new patient management systems to optimize allocation of limited space. Prediction of clinical trajectory in patients with this novel and sometimes critical disease is difficult and was a major challenge to disposition decision making early in the pandemic. Emergency department clinicians have been tasked with determining which patients most need admission to hospital wards or ICUs, which patients can be transferred to field hospitals, and which patients can be discharged home. These decisions have often been made very early in the disease course and with limited information. To address this challenge, Hinson et al developed a ML algorithm to predict near-term clinical deterioration in ED patients under investigation for COVID-19, and paired model-generated outcome probabilities with EHR-integrated disposition decision support (unpublished data).

Utilizing real-time EHR data, including ED chief complaint, active medical problems, vital signs, oxygen support, and laboratory results, researchers used a random forest model to generate probabilistic risk estimates for 2 composite outcomes: (1) cardiopulmonary failure within 24 hours and (2) cardiopulmonary dysfunction within 72 hours from discharge. Cardiopulmonary failure was defined as death, respiratory failure requiring high-volume oxygen or mechanical support, or cardiovascular failure requiring vasopressors or admission to the intermediate care unit (IMC) or ICU. Cardiovascular dysfunction was defined as at least moderate organ dysfunction that required hospital-based interventions (eg, oxygen administration, intravenous fluid administration). Risk threshold determination was used to map outcome probabilities to 1 of 10 COVID-19 clinical deterioration risk levels, with level 10 being most severe.

This tool was rapidly implemented in the clinical environment and was used to support care decisions within the Johns Hopkins Health System during the pandemic. To support decision making in real time, risk levels were presented in the EHR alongside a continuum of dispositions to be considered by providers, including admission to IMC/ICU, admission to a ward, transfer to a field hospital, or discharge. The tool drove more consistent and reliable disposition decision making and improved bed allocation across the health system.

Discussion

As demonstrated in the examples presented, the real-world applications of ML can optimize patient care throughout several stages of hospitalization. ML prediction models are not meant to replace provider judgment, but they can be used as a tool to assist decision making and to help clinicians identify potential treatment pathways. The increasing availability of EHR data and other sources provides ML opportunities to learn more about disease prevention, classification, and trajectory and to develop earlier and more targeted interventions. Reference Wiens and Shenoy44 Models may not be 100% accurate but when supplemented with clinical expertise, they can be helpful and can improve health outcomes. Reference Woolhouse45

Machine learning can also be helpful outside risk prediction, for example, in designing more efficient clinical trials and generating testable hypotheses. Reference Wiens and Shenoy44 Clinical trials investigating rare diseases may be underpowered because too small a proportion of the study population has the outcome. ML can be used to identify patients with the disease and to generate a large enough intervention group for an adequately powered study with fewer participants. Reference Wiens and Shenoy44 ML models are helpful to predict which factors lead to increased risk but do not explain exactly why or how. Narrowing down predictive factors can inform hypotheses in investigations of the biological and behavioral mechanisms behind disease trajectories and transmission. Reference Wiens and Shenoy44

Machine learning models work best with large amounts of high-quality data, and their utility is limited by data inconsistencies, inaccuracies, and errors. Reference Wiens and Shenoy44 Furthermore, a model can only identify relationships that present in the data. Reference Wiens and Shenoy44 Some models, such as decision trees, may be prone to overfitting; they work well with training data or at a certain institution but poorly with new data or in a different context (ie, they are not generalizable).

Selection bias due to missing data or oversampling in healthcare and public health is a challenge that exacerbates health disparities. Reference Bilheimer and Klein46 Models developed from unrepresentative data will produce biased predictions. For example, an algorithm designed to visually recognize skin cancer will worsen racial disparities in dermatology if it is not tested on data from people of color. Reference Adamson and Smith47 Additionally, vulnerable populations without adequate access to healthcare will be underrepresented in EHR systems. Some efforts have been made to assess the extent of missing clinical data. Reference Haneuse, Arterburn and Daniels48 ML has also been used to identify when standard scoring systems accentuate racial disparities, and models have been designed with the aim of reducing racial bias in outcome predictions. Reference Allen, Mataraso and Siefkas49

In addition to bias and computational challenges, ML projects introduce the same challenges of any interdisciplinary research project aiming to inform practice and policy. Developing a practical model requires expertise from healthcare epidemiologists, clinicians, computer scientists, and other professionals. Results and application then need to be communicated to public health officials, hospital administrators, and researchers. Currently, a standardized approach to model building in healthcare epidemiology has not yet been established, which can lead to a lack of transparency and hamper reproducibility. A lack of transparency is further compounded with complex ‘black box’ models, in which the reasons behind risk-factor selection are obscured.

Although ML algorithms can be highly predictive, models contribute little to patient outcomes without adoption by providers. Reference Sittig, Wright and Osheroff50Reference Abràmoff, Tobey and Char52 Often overlooked in development, implementing ML models as clinical decision support tools often faces significant challenges due to system factors such as lack of computational resources or regulatory requirements that limit data sharing. Another challenge is determining where to present model results to providers within the care model. For example, a decision support tool needs to present recommendations at the point of decision and provide alternatives, not just state that certain choices may be incorrect. Interface design is also important to consider; electronic interfaces that are not user friendly or that rely on computer literacy and user skill may illicit resistance from providers. Reference Sutton, Pincock, Baumgart, Sadowski, Fedorak and Kroeker53 Implementation of alerts, such as the sepsis alert described above, have 2 implementation issues: (1) they need to be specific enough to avoid alert fatigue and (2) they need to be implemented in a way that does not disrupt provider work flow. Reference Sutton, Pincock, Baumgart, Sadowski, Fedorak and Kroeker53,Reference Chung, Scandlyn, Dayan and Mistry54

To date, ML has proven to be a helpful tool in increasing patient safety, improving the efficiency of clinical management, and reducing healthcare costs. Reference Sutton, Pincock, Baumgart, Sadowski, Fedorak and Kroeker53 Successful efforts to implement ML algorithms, like the ones highlighted in this article, will increase support for efforts to improve data collection and promote consistency and clarity across EHR systems and user interfaces and standardization in model building. Such efforts will ultimately lead to more accurate models, valuable clinical decision support, and better health outcomes. Continued increases in computing power and advances in ML will likely lead to improved predictive power and increased efforts to embed algorithms into clinical care. Although ML models can be useful, they need to be implemented in a manner that can augment clinician decision making. As with all advances in computation in medicine, we must proceed with caution and care, including both clinicians and patients in the process, to ensure that models actually improve patient outcomes.

Acknowledgments

None.

Financial support

This review was supported in part by the CDC MInD-Healthcare network (U01CK000589).

Conflicts of interest

All authors report no conflicts of interest relevant to this article.

Footnotes

PREVIOUS PRESENTATION: An overview of this review was originally presented at the Society for Healthcare Epidemiology of America (SHEA) Spring Conference 2021.

References

Turing, AM. I.—Computing machinery and intelligence. Mind 1950;59:433–60.CrossRefGoogle Scholar
Samuel, A. Some studies in machine learning using the game of checkers. IBM J Res Devel 1959;3:210229.CrossRefGoogle Scholar
Levin, S, Toerper, M, Hamrock, E, et al. Machine-learning-based electronic triage more accurately differentiates patients with respect to clinical outcomes compared with the emergency severity index. Ann Emerg Med 2018;71:565574.CrossRefGoogle ScholarPubMed
James, G, Witten, D, Hastie, T, Tibshirani, R. An Introduction to Statistical Learning. New York: Springer, 2013.CrossRefGoogle Scholar
Austin, PC, Tu, JV, Ho, JE, Levy, D, Lee, DS. Using methods from the data-mining and machine-learning literature for disease classification and prediction: a case study examining classification of heart failure subtypes. J Clin Epidemiol 2013;66:398407.CrossRefGoogle ScholarPubMed
Martinez, DA, Levin, SR, Klein, EY, et al. Early prediction of acute kidney injury in the emergency department with machine-learning methods applied to electronic health record data. Ann Emerg Med 2020;76:501514.CrossRefGoogle ScholarPubMed
Jiang, W, Siddiqui, S, Barnes, S, et al. Readmission risk trajectories for patients with heart failure using a dynamic prediction approach: retrospective study. JMIR Med Inform 2019;7:e14756.CrossRefGoogle ScholarPubMed
Martinez, DA, Cai, J, Oke, JB, et al. Where is my infusion pump? Harnessing network dynamics for improved hospital equipment fleet management. J Am Med Inform Assoc 2020;27:884892.CrossRefGoogle ScholarPubMed
Hastie, T, Tibshirani, R, Freidman, J. The Elements of Statistical Learning: Data Mining, Inference, and Prediction, 2nd edition. New York: Springer; 2009. https://web.stanford.edu/˜hastie/Papers/ESLII.pdf.CrossRefGoogle Scholar
Bzdok, D, Altman, N, Krzywinski, M. Statistics versus machine learning. Nat Methods 2018;15:233–4.CrossRefGoogle ScholarPubMed
Breiman, L. Statistical modeling: the two cultures (with comments and a rejoinder by the author). Stat Sci 2001;16:199231.CrossRefGoogle Scholar
Bi, Q, Goodman, KE, Kaminsky, J, Lessler, J. What is machine learning? A primer for the epidemiologist. Am J Epidemiol 2019;188:22222239.Google ScholarPubMed
Singh, S. Understanding the bias-variance tradeoff. Towards Data Science website. https://towardsdatascience.com/understanding-the-bias-variance-tradeoff-165e6942b229 Published May 21,2021. Accessed July 13, 2021.Google Scholar
McCarthy, ML, Zeger, SL, Ding, R, et al. Crowding delays treatment and lengthens emergency department length of stay, even among high-acuity patients. Ann Emerg Med 2009;54:492503.CrossRefGoogle ScholarPubMed
McHugh, M, Tanabe, P, McClelland, M, Khare, RK. More patients are triaged using the emergency severity index than any other triage acuity system in the United States. Acad Emerg Med 2012;19:106109.CrossRefGoogle ScholarPubMed
Mistry, B, Stewart De Ramirez, S, Kelen, G, et al. Accuracy and reliability of emergency department triage using the emergency severity index: an international multicenter assessment. Ann Emerg Med 2018;71:581587.CrossRefGoogle ScholarPubMed
Hinson, JS, Martinez, DA, Cabral, S, et al. Triage performance in emergency medicine: a systematic review. Ann Emerg Med 2019;74:140152.CrossRefGoogle Scholar
Ambulatory Health Care Data. Center for Disease Control and Prevention website. https://www.cdc.gov/nchs/ahcd/index.htm?CDC_AA_refVal=https%3A%2F%2Fwww.cdc.gov%2Fnchs%2Fahcd.htm. Accessed July 13, 2021.Google Scholar
Dugas, AF, Kirsch, TD, Toerper, M, et al. An electronic emergency triage system to improve patient distribution by critical outcomes. J Emerg Med 2016;50: 910918.CrossRefGoogle ScholarPubMed
Henry, KE, Hager, DN, Pronovost, PJ, Saria, S. A targeted real-time early warning score (TREWScore) for septic shock. Sci Translat Med 2015;7:299ra122.CrossRefGoogle ScholarPubMed
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:13031310. https://journals.lww.com/ccmjournal/Fulltext/2001/07000/Epidemiology_of_severe_sepsis_in_the_United.2.aspx.CrossRefGoogle ScholarPubMed
HCUP facts and figures: statistics on hospital-based care in the United States, 2009. Agency for Healthcare Research and Quality website. www.hcup-us.ahrq.gov/reports. Published 2011. Accessed August 21, 2021.Google Scholar
Kumar, G, Kumar, N, Taneja, A, et al. Nationwide trends of severe sepsis in the 21st century (2000–2007). Chest 2011;140:12231231.CrossRefGoogle Scholar
Rivers, E, Nguyen, B, Havstad, S, et al. Early goal-directed therapy in the treatment of severe sepsis and septic shock. N Engl J Med 2001;345:13681377.CrossRefGoogle ScholarPubMed
Nguyen, HB, Corbett, SW, Steele, R, et al. Implementation of a bundle of quality indicators for the early management of severe sepsis and septic shock is associated with decreased mortality. Crit Care Med 2007;35.Google ScholarPubMed
Sebat, F, Musthafa, AA, Johnson, D, et al. Effect of a rapid response system for patients in shock on time to treatment and mortality during 5 years. Crit Care Med 2007;35:25682575.CrossRefGoogle ScholarPubMed
Stanculescu, I, Williams, C, Freer, Y. Autoregressive hidden markov models for the early detection of neonatal sepsis. IEEE Biomed Health Informat 2014;18:15601570.CrossRefGoogle ScholarPubMed
Griffin, MP, Lake, DE, O’Shea, TM, Moorman, JR. heart rate characteristics and clinical signs in neonatal sepsis. Pediatr Res 2007;61:222227.CrossRefGoogle ScholarPubMed
Giuliano, K. Physiological monitoring for critically ill patients: testing a predictive model for the early detection of sepsis. Am J Crit Care 2007;16:122130.CrossRefGoogle ScholarPubMed
Thiel, SW, Rosini, JM, Shannon, W, Doherty, JA, Micek, ST, Kollef, MH. Early prediction of septic shock in hospitalized patients. J Hosp Med 2010;5:1925.CrossRefGoogle ScholarPubMed
Henry, K, Paxton, C, Kim, KS, Pham, J, Saria, S. 63: Rews: real-time early warning score for septic shock. Crit Care Med 2014;42:A1384.CrossRefGoogle Scholar
Fox, J. Cox proportional hazard regression for survival data. In: Fox J, An R and S-PLUS Companion to Applied Regression. Thousand Oaks, CA: Sage; 2001.Google Scholar
Cox, DR. Regression models and life tables. J Roy Statist Soc B (Method) 1972;34:187202.Google Scholar
Comstedt, P, Storgaard, M, Lassen, AT. The systemic inflammatory response syndrome (SIRS) in acutely hospitalised medical patients: a cohort study. Scand J Trauma Resusc Emerg Med 2009;17:67.CrossRefGoogle ScholarPubMed
Vorwerk, C, Loryman, B, Coats, TJ, et al. Prediction of mortality in adult emergency department patients with sepsis. Emerg Med J 2009;26:254.CrossRefGoogle ScholarPubMed
Herasevich, V, Pieper, MS, Pulido, J, Gajic, O. Enrollment into a time-sensitive clinical study in the critical care setting: results from computerized septic shock sniffer implementation. J Am Med Informat Assoc 2011;18:639644.CrossRefGoogle ScholarPubMed
Nguyen, SQ, Mwakalindile, E, Booth, JS, et al. Automated electronic medical record sepsis detection in the emergency department. PeerJ 2014;2:e343.CrossRefGoogle ScholarPubMed
Fong, IW. Issues in community-acquired pneumonia. In: Current Trends and Concerns in Infectious Diseases. New York: Springer; 2020:5979.CrossRefGoogle Scholar
File, TM, Marrie, TJ. Burden of community-acquired pneumonia in North American adults. null 2010;122:130141.Google ScholarPubMed
National Center for Health Statistics. National hospital discharge survey. Centers for Disease Control and Prevention website. https://www.cdc.gov/nchs/nhds/index.htm. Published 2010. Accessed August 21, 2021.Google Scholar
Niederman, MS. Community-acquired pneumonia: the US perspective. Semin Respir Crit Care Med 2009;30:179188.CrossRefGoogle Scholar
Rozenbaum, MH, Mangen, M-JJ, Huijts, SM, van der Werf, TS, Postma, MJ. Incidence, direct costs and duration of hospitalization of patients hospitalized with community acquired pneumonia: a nationwide retrospective claims database analysis. Vaccine 2015;33:31933199.CrossRefGoogle ScholarPubMed
Fabre, V, Jones, G, Amoah, J, et al. 169. Development of a real-time electronic algorithm to identify hospitalized patients with community-acquired pneumonia. Open Forum Infect Dis 2020;7:S92S92.CrossRefGoogle Scholar
Wiens, J, Shenoy, ES. Machine learning for healthcare: on the verge of a major shift in healthcare epidemiology. Clin Infect Dis 2018;66:149153.CrossRefGoogle Scholar
Woolhouse, M. How to make predictions about future infectious disease risks. Philos Trans R Soc Lond B Biol Sci 2011;366:20452054.CrossRefGoogle ScholarPubMed
Bilheimer, LT, Klein, RJ. Data and measurement issues in the analysis of health disparities. Health Services Res 2010;45:14891507.CrossRefGoogle ScholarPubMed
Adamson, AS, Smith, A. Machine learning and healthcare disparities in dermatology. JAMA Dermatol 2018;154:12471248.CrossRefGoogle ScholarPubMed
Haneuse, S, Arterburn, D, Daniels, MJ. Assessing missing data assumptions in EHR-based studies: a complex and underappreciated task. JAMA Network Open 2021;4:e210184.CrossRefGoogle ScholarPubMed
Allen, A, Mataraso, S, Siefkas, A, et al. A racially unbiased, machine learning approach to prediction of mortality: algorithm development study. JMIR Public Health Surveill 2020;6:e22400.CrossRefGoogle ScholarPubMed
Sittig, DF, Wright, A, Osheroff, JA, et al. Grand challenges in clinical decision support. J Biomed Informat 2008;41:387392.CrossRefGoogle ScholarPubMed
Khairat, S, Marc, D, Crosby, W, Al Sanousi, A. Reasons for physicians not adopting clinical decision support systems: critical analysis. JMIR Med Inform 2018;6:e24.CrossRefGoogle Scholar
Abràmoff, MD, Tobey, D, Char, DS. Lessons learned about autonomous ai: finding a safe, efficacious, and ethical path through the development process. Am J Ophthalmol 2020;214:134142.CrossRefGoogle ScholarPubMed
Sutton, RT, Pincock, D, Baumgart, DC, Sadowski, DC, Fedorak, RN, Kroeker, KI. An overview of clinical decision support systems: benefits, risks, and strategies for success. NPJ Digit Med 2020;3:17.CrossRefGoogle Scholar
Chung, P, Scandlyn, J, Dayan, PS, Mistry, RD. Working at the intersection of context, culture, and technology: provider perspectives on antimicrobial stewardship in the emergency department using electronic health record clinical decision support. Am J Infect Control 2017;45:11981202.CrossRefGoogle Scholar
Figure 0

Table 1. Relevant Machine Learning Terms