Figures
Abstract
Background
We developed a simple tool to estimate the probability of dying from acute COVID-19 illness only with readily available assessments at initial admission.
Methods
This retrospective study included 13,190 racially and ethnically diverse adults admitted to one of the New York City Health + Hospitals (NYC H+H) system for COVID-19 illness between March 1 and June 30, 2020. Demographic characteristics, simple vital signs and routine clinical laboratory tests were collected from the electronic medical records. A clinical prediction model to estimate the risk of dying during the hospitalization were developed.
Results
Mean age (interquartile range) was 58 (45–72) years; 5421 (41%) were women, 5258 were Latinx (40%), 3805 Black (29%), 1168 White (9%), and 2959 Other (22%). During hospitalization, 2,875 were (22%) died. Using separate test and validation samples, machine learning (Gradient Boosted Decision Trees) identified eight variables—oxygen saturation, respiratory rate, systolic and diastolic blood pressures, pulse rate, blood urea nitrogen level, age and creatinine—that predicted mortality, with an area under the ROC curve (AUC) of 94%. A score based on these variables classified 5,677 (46%) as low risk (a score of 0) who had 0.8% (95% confidence interval, 0.5–1.0%) risk of dying, and 674 (5.4%) as high-risk (score ≥ 12 points) who had a 97.6% (96.5–98.8%) risk of dying; the remainder had intermediate risks. A risk calculator is available online at https://danielevanslab.shinyapps.io/Covid_mortality/.
Conclusions
In a diverse population of hospitalized patients with COVID-19 illness, a clinical prediction model using a few readily available vital signs reflecting the severity of disease may precisely predict in-hospital mortality in diverse populations and can rapidly assist decisions to prioritize admissions and intensive care.
Citation: Kim KM, Evans DS, Jacobson J, Jiang X, Browner W, Cummings SR (2022) Rapid prediction of in-hospital mortality among adults with COVID-19 disease. PLoS ONE 17(7): e0269813. https://doi.org/10.1371/journal.pone.0269813
Editor: Chiara Lazzeri, Azienda Ospedaliero Universitaria Careggi, ITALY
Received: November 9, 2021; Accepted: May 29, 2022; Published: July 29, 2022
Copyright: © 2022 Kim et al. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Data Availability: The data file for the paper was created especially for this manuscript by extracting specified variables from NYC Health and Hospitals EPIC medical records. This original dataset was created and transferred to the corresponding author. The original dataset is available from: Andres Parker, Epic Business Intelligence Developer extracted, prepared and provided the dataset. His contact information is: Central Office - NYC Health + Hospitals 50 Water Street, 5th Floor; New York, NY 10041; email address: parkera10@nychhc.org. In addition: The dataset used for the analyses in the paper are ALSO available by contacting the corresponding author, Steven Cummings, at steven.cummings@ucsf.edu.
Funding: The authors received no specific funding for this work.
Competing interests: The authors have declared that no competing interests exist.
Introduction
Hospitals in many countries have been overwhelmed again by admissions of patients with COVID-19 illness in the second wave of delta variant infections or other types of variants. Accurate prediction of the probability of death using rapidly available vital signs on arrival or immediately after admission to hospital without further testing of laboratory parameters or chest x-ray, might help prioritize patients for hospitalization, intensive care and intubation, or to receive limited treatments in places that have very limited resources.
Several prediction models about dying from COVID-19 disease has been proposed [1], but they have several limitations when immediate applying at initial admission of patients. Previous prediction algorithms have been derived from small numbers of deaths [2–10], used comorbid conditions, diagnoses, and severity indices from electronic medical records assessed after the patient is admitted [5, 11–18], or included tests—such as levels of C-reactive protein, troponin, D-dimers—that may not be readily available for urgent triage of patients for hospital admission or intensive care [18, 19]. Some studies were done in ethnically homogenous populations such as Wuhan [20], China [2], or Italy [21], or specific populations such as nursing home residents [22] or community based registry [23]. Some studies have been done in patients already admitted to the hospital with clinical or laboratory results after admission, or patients already in an intensive care unit (ICU) [7, 11, 12] or after admission to the hospital [19] and, therefore, not applicable to features of the infection when first presenting to emergency care. Some imposed arbitrary durations of follow-up, such as 7 or 30 days. Some studies applied machine learning methods to develop predictive models [2, 6, 24, 25].
No previous model has been based on measurements immediately available at the time of triage in a large racially diverse population. No model has been translated into a calculator that can be used on mobile devices in clinical settings. The model and online calculator are likely to apply to all variants of COVID-19 infection because, although the delta variant has greater viral loads and risk of transmission, there is no evidence that the physiologic manifestations, such as hypoxia differ or that the clinical manifestations that predict mortality would differ between the variants [26] (https://www.cdc.gov/coronavirus/2019-ncov/variants/variant.htm).
We developed a predictive algorithm based on readily data from initial evaluation before admission to a hospital, in a diverse patient population, and mortality at any time after admission. We studied the large and diverse population of patients admitted to New York City Health + Hospitals (NYC H+H) public hospital system. We used machine learning to select strong predictors of mortality, developed and validated a multivariable model and score to estimate the risk of dying, and translated the model into an online calculator to estimate the risk of in-hospital mortality.
Methods
Setting and data sources
We used data extracted from the electronic medical records of all patients at least 18 years old who were admitted to any of the 11 hospitals of the New York City Health + Hospitals (NYC H+H) system with a diagnosis of Covid 19 infection verified with a positive polymerase chain reaction (PCR) test between March 1 and June 30, 2020. NYC H+H is the largest public health system in the United States, providing health services to more than one million New Yorkers across the city’s five boroughs. These hospitals account for approximately one-fifth of all general hospital discharges and more than one-third of emergency department and hospital-based clinic visits in New York City.
Variables
We abstracted demographic characteristics (sex, age, race and ethnicity), weight, body mass index, vital signs, oxygen saturation (SpO2) from peripheral monitors, and routine clinical laboratory tests (serum chemistry panel, complete blood counts) and D-dimer levels from electronic medical records. When there was more than one value, we selected the first. Missing values were not imputed. Non-transformed values were used. Sex and race/ethnicity were coded as categorical variables; all others were recorded as continuous variables. (Results did not change when continuous features were centered to their mean and scaled to a standard deviation of one.) The outcome was death from any cause during hospitalization with COVID19 infection; length of hospitalization was also noted.
Statistical analysis
The assumptions of normality for collected variables were tested Kolmogrov-Smirnov test, which is known to be sensitive in two samples. Baseline characteristics are presented median (IQR) for non-normally distributed continuous variables or N (%) for categorical variables. Because most of predictors were not distributed normally, the descriptive statistics for baseline characteristics were compared by in-hospital mortality using Mann-Whitney U test for continuous variables and Chi-squared test for categorical variables.
To develop a clinical prediction model to estimate the risk of dying in the hospital, we adopted a multistep approach that included variable selection using Extreme Gradient Boosted Decision Trees (XGBoost), followed by the identification of cut points of the selected variables using classification and regression trees (CART), then followed by the development of a score that was used to predict in-hospital mortality within Covid-19 positive patients in the study population. Train and test data partitions were created using an 80%/20% random split stratified by death status to ensure an even proportion of mortality in the train and test partitions. Gradient Boosted Decision Trees implemented in the XGBoost R package v 1.2.0.1 with R v 4.0.2. were used to generate an ensemble of multiple decision trees to minimize errors in the classification of mortality in patients. The XGBoost model was developed in the train partition, using four boosting rounds, a maximum depth of three for each decision tree, a learning rate of 0.3, a binary: logistic learning objective with error rate used as the evaluation metric, and a minimum child weight of 75. Variable importance was evaluated using the information gain metric of a split on a variable. XGBoost model performance was evaluated in the test partition using accuracy and area under the curve (AUC) from a receiver operating characteristic (ROC) curve. Selected features and model performance did not change with 10-fold cross-validation.
To develop a clinical prediction score, we used Classification and Regression Tree (CART) analyses in the original training set to identify optimum cut-points for each variable selected by XGBoost (S1 Fig). There was no clear cut-point for creatinine level and it had low importance in the XGBoost model, therefore it was not included in the final calculation of clinical risk score. We entered the selected variables and cut-points into a logistic regression model to estimate the multivariable odds ratios. To assign risk scores, the odds ratio for each of these categorical variables were divided by 2.6 (the lowest odds ratio), rounded, and then summed for each patient to calculate a risk score. The risk score calculation was not changed after including categories for missing values for all selected variables. The predicted probability of mortality from the risk score was also compared with the observed mortality in the test set.
After excluding 703 patients with missing values for one or more variables, the proportions of patients who died were calculated for each 1-point interval in risk score; the highest-risk categories, which had similar scores and small numbers of patients, were combined. Because the predicted mortality by risk score categories were very similar in the training and test sets (AUC = 0.94 for both), these sets were combined to estimate the probabilities and 95% confidence intervals for the entire population. An online calculator reports the probability of in-hospital mortality from the risk score (danielevanslab.shinyapps.io/Covid_mortality). To report the probability of dying, all variables must have non-missing values except for the blood urea nitrogen (BUN) test which includes a term for missing results.
All statistical analysis was performed using R Statistical Software (version 4.0.3 and version 4.0.2; R Foundation for Statistical Computing, Vienna, Austria).
Results
Between March 1 and June 30, 2020, 13,190 patients who confirmed with COVID-19 infection, were admitted to a NYC H+H hospital. Among them, 2,227 (16.9%) patients were cared in ICU during hospitalization. The cohort included 5421 [41.1%] women, mean age 58 years [interquartile range 45–72 years]; 5258 were Hispanic [39.9%], 3805 Black [28.8%], 1168 White [8.9%], 716 Asian [5.4%] and 2243 individuals of other races/ethnicities [17.0%] (Table 1). During hospitalization, 2,875 (21.8%) died a mean of 10.6 days after admission (interquartile range: 3 to 13 days) and 2279 (17.3) were treated with mechanical ventilation.
There were statistically significant differences between those who died and those who survived for almost all variables (Table 1). The XGBoost algorithm identified eight variables (Fig 1) that, together, generated predictions of mortality with an AUC of 94% and an accuracy of 91% (Fig 2). Of the variables that the XGBoost model selected, SpO2 was the strongest predictor; respiratory rate and blood pressure were also major contributors; body temperature was not. Although race and ethnicity were associated with mortality in univariable analyses, they were not selected in the predictive model.
A. ROC for In-hospital Mortality Predicted by the Machine Learning XGBoost Model. B. ROC Curve for the Clinical Prediction Model Point Score.
CART analysis identified cut-points for each of the XGBoost-selected variables. A multivariable logistic model showed that the selected cut-points were all significant predictors of mortality (Table 2). The risk score based on the odds ratios for these variables ranged from 0 to 22 points and had an AUC of 0.94 for predicting mortality, the same as the XGBoost algorithm (Fig 2). The calibration curve of the risk score on the test set also showed excellence predictability over the full range probabilities of mortality (slope = 1, Brier score 0.061, Fig 3).
Among the total study subjects, there were 5,677 (45.5%) patients with a score of 0, and 674 (5.4%) with a score ≥ 12 points (Table 3). In-hospital mortality increased continuously with higher risk scores, ranging from ranged from 0.8% (95% confidence interval, 0.5–1.0%) for those with a score of 0 to 97.6% (96.5–98.8%) for patients with a score ≥ 12 points (Table 3). The mean times between admission and death was 18 days (IOR 6–27 days) for those with a risk score of 0, compared with 9 days (IQR 3–11 days) for those with a risk score of 12 or greater. We translated the models into an online calculator to report the probability of mortality and the corresponding 95% confidence interval: danielevanslab.shinyapps.io/COVID_mortality/.
Discussion
A few clinical observations readily available in the initial assessment of patients with COVID-19 infection can estimate the probability of dying during hospitalization across a full spectrum of outcomes. The model is available online for convenient use in acute care settings.
Not surprisingly, physiologic variables, such as SpO2, respiratory rate, and low blood pressures were important predictors, indicating that the pulmonary and systemic effects of the infection are its most important prognostic features. Both slow and rapid respiratory rates and slow and fast pulse rates indicated an increased risk of in-hospital mortality. As expected, mortality also increased with age and with higher BUN levels [6, 27, 28]. Notably, after considering other variables, race and ethnicity were not significant predictors of mortality, as has been seen in other studies [9, 14, 29].
Previous studies have had important limitations, particularly studying patients who were already admitted and including assessments that are generally not available at the time the decision is made whether to admit a patient to the hospital [5, 11–18]. Most studies have developed models for predicting mortality from COVID-19 infections that are less accurate than the one presented here. For example, one study, applied XG boost to select variables from hospital admission in UK hospitals to from which a validated 4C Mortality model generated an AUC = 0.74 that was better than 17 other models with which it was compared, but not as accurate as the model we developed [30]. It included laboratory tests (c-reactive protein and urea) and number of comorbidities and Glasgow coma score that may require the medical record and neurological exam [30]. Other studies have identified other laboratory values, such as red cell distribution width and D-dimer levels, as significant predictors, but they did not contribute to this algorithm [4, 31]. BUN was the only laboratory value in our algorithm and a missing value did not influence the score and it is optional for estimating the risk using the website. This suggests that clinicians do not need to order or wait for laboratory test results to estimate a patient’s probability of dying.
These data were collected before effective treatments, such as corticosteroids, which were used commonly in the treatment of COVID-19 disease [30]. Improvements in care of patients have reduced inpatient mortality from the infection [32]. Although our risk model and algorithm is not calibrated to the current mortality risk, it does reflect the probability of dying without current in-hospital treatments and, thus may be useful to identify patients who are most—or least—likely to benefit from hospital care. However, infection in people who have been fully vaccinated may be less severe and our model may therefore overestimate mortality in those uncommon cases. Studies suggest that the delta variant carries a greater risk of hospitalization [33]. However, there is no evidence that the physiologic or clinical manifestations that would relate to the risk of mortality would differ between the variants and wild type. Therefore, our model of risk of in hospital mortality is likely to apply to all variants. Ideally, prognostic models developed for the alpha variant would be recalibrated for the delta variant.
The estimates from the model may have the most value when triage decisions need to be made about which of patients to admit to a hospital or ICU bed, especially when the number of patients exceeds capacity. The model may be most useful for prioritizing patients at the extremes of prognosis. Notably, the 41% of patients in this cohort had scores of 0 had a very low probability of dying, and likely could have been cared for in outpatient settings, especially if periodic assessments of SpO2 and vital signs could be obtained. At the other extreme, over 90% of those with scores of 10 or more died, indicating a need to decide whether to implement or withhold aggressive treatment.
Our model may be currently useful in places outside of the US. The pandemic COVID-19 disease, hospitalization and death still continues to burden health systems in many countries, while abating in the U.S. Although our model was derived from the first wave of the pandemic in New York City, the results and the model are likely to apply to other populations around the world. Our patient population is very racially diverse- Hispanic, Asian, Black and Caucasian, many of whom are recent immigrants and largely low income. We found that physiologic measurements of COVID-19 infection, such as low pSO2 and vital signs were very strong predictors of mortality while race, ethnicity did not influence outcome. New variants of the virus influence its transmission; they might cause more severe infection but are less likely to change the relationship between physiologic severity of the infection and risk of death. Any influence might mean that the model might underestimate the probability of death.
This analysis has several strengths. The algorithm was derived from a very diverse population of patients in New York City using data from 11 hospitals. The study population and number of deaths were large enough to produce estimates of mortality with narrow confidence intervals and high AUC values; it is unlikely that adding additional variables to the model would substantially improve its already high accuracy. Multivariable regression analysis of the variables selected by machine learning confirmed that they were strong and independent predictors of mortality. An easy-to-use version of the model is also universally available online for use in acute care settings danielevanslab.shinyapps.io/Covid_mortality/).
The analysis also has limitations. The model represents the natural history of COVID-19 disease before hospital care improved—and mortality rates declined—so it could not be calibrated to predict mortality with current standards of care. A large proportion of the patients who were admitted had low risk scores which reflects admission practices in NYC hospitals during the first wave of the pandemic. Although the study subjects included diverse races and ethnicities, we did not test the performance of this model in other study population. Further studies testing the performance of our model in other countries would be warranted. By design, the data did not include measurements, such as markers of inflammation and coagulation, or indices of comorbidity and severity of illness including presence of patients’ symptoms, that predict mortality but that may not be readily available in the initial assessment of a patient. Thus, we did not calculate PSI, NEWS or CURB65 scores for comparison because our model used only data immediately available without referring to medical records.
Conclusions
Mortality from COVID-19 illness can be rapidly and accurately predicted from a few vital signs that are readily available in acute care settings. When resources, such as hospital beds, are scarce, estimates of the probability of dying might aid decisions about prioritizing patients to receive intensive care or other scarce resources. The prediction model, based on racially and ethnically diverse patients, is available online for use in clinical settings around the world.
Supporting information
S1 Fig. The sequence of boosted decision trees.
The first (top) figure (Tree 0) is the first boosted decision tree from the XGBoost model. The next (Tree 1) is the second boosted decision tree from the XGBoost model. The next tree (Tree 2) is the third boosted decision tree from the XGBoost model. The bottom tree (Tree 3) is the fourth boosted decision tree from the XGBoost model.
https://doi.org/10.1371/journal.pone.0269813.s001
(TIF)
Acknowledgments
Dr. Mitch Katz, CEO of NYC H+H, enabled the collaboration and access to NYC H+H data.
References
- 1. Gallo Marin B, Aghagoli G, Lavine K, Yang L, Siff EJ, Chiang SS, et al. Predictors of COVID-19 severity: A literature review. Rev Med Virol. 2021;31(1):1–10. pmid:32845042
- 2. Zhu JS, Ge P, Jiang C, Zhang Y, Li X, Zhao Z, et al. Deep-learning artificial intelligence analysis of clinical variables predicts mortality in COVID-19 patients. J Am Coll Emerg Physicians Open. 2020;1(6):1364–73. pmid:32838390
- 3. Filardo TD, Khan MR, Krawczyk N, Galitzer H, Karmen-Tuohy S, Coffee M, et al. Comorbidity and clinical factors associated with COVID-19 critical illness and mortality at a large public hospital in New York City in the early phase of the pandemic (March-April 2020). PLoS One. 2020;15(11):e0242760. pmid:33227019
- 4. Hodges G, Pallisgaard J, Schjerning Olsen AM, McGettigan P, Andersen M, Krogager M, et al. Association between biomarkers and COVID-19 severity and mortality: a nationwide Danish cohort study. BMJ Open. 2020;10(12):e041295. pmid:33268425
- 5. Castro VM, McCoy TH, Perlis RH. Laboratory Findings Associated With Severe Illness and Mortality Among Hospitalized Individuals With Coronavirus Disease 2019 in Eastern Massachusetts. JAMA Netw Open. 2020;3(10):e2023934. pmid:33125498
- 6. Sánchez-Montañés M, Rodríguez-Belenguer P, Serrano-López AJ, Soria-Olivas E, Alakhdar-Mohmara Y. Machine Learning for Mortality Analysis in Patients with COVID-19. Int J Environ Res Public Health. 2020;17(22). pmid:33198392
- 7. Wu C, Chen X, Cai Y, Xia J, Zhou X, Xu S, et al. Risk Factors Associated With Acute Respiratory Distress Syndrome and Death in Patients With Coronavirus Disease 2019 Pneumonia in Wuhan, China. JAMA Intern Med. 2020;180(7):934–43. pmid:32167524
- 8. Mendes A, Serratrice C, Herrmann FR, Genton L, Périvier S, Scheffler M, et al. Predictors of In-Hospital Mortality in Older Patients With COVID-19: The COVIDAge Study. J Am Med Dir Assoc. 2020;21(11):1546–54.e3. pmid:33138936
- 9. Asch DA, Sheils NE, Islam MN, Chen Y, Werner RM, Buresh J, et al. Variation in US Hospital Mortality Rates for Patients Admitted With COVID-19 During the First 6 Months of the Pandemic. JAMA Intern Med. 2021;181(4):471–8. pmid:33351068
- 10. Hajifathalian K, Sharaiha RZ, Kumar S, Krisko T, Skaf D, Ang B, et al. Development and external validation of a prediction risk model for short-term mortality among hospitalized U.S. COVID-19 patients: A proposal for the COVID-AID risk tool. PLoS One. 2020;15(9):e0239536. pmid:32997700
- 11. Gupta S, Hayek SS, Wang W, Chan L, Mathews KS, Melamed ML, et al. Factors Associated With Death in Critically Ill Patients With Coronavirus Disease 2019 in the US. JAMA Intern Med. 2020;180(11):1436–47. pmid:32667668
- 12. El-Solh AA, Lawson Y, Carter M, El-Solh DA, Mergenhagen KA. Comparison of in-hospital mortality risk prediction models from COVID-19. PLoS One. 2020;15(12):e0244629. pmid:33370409
- 13. Ioannou GN, Locke E, Green P, Berry K, O’Hare AM, Shah JA, et al. Risk Factors for Hospitalization, Mechanical Ventilation, or Death Among 10131 US Veterans With SARS-CoV-2 Infection. JAMA Netw Open. 2020;3(9):e2022310. pmid:32965502
- 14. Kabarriti R, Brodin NP, Maron MI, Guha C, Kalnicki S, Garg MK, et al. Association of Race and Ethnicity With Comorbidities and Survival Among Patients With COVID-19 at an Urban Medical Center in New York. JAMA Netw Open. 2020;3(9):e2019795. pmid:32975574
- 15. Grasselli G, Greco M, Zanella A, Albano G, Antonelli M, Bellani G, et al. Risk Factors Associated With Mortality Among Patients With COVID-19 in Intensive Care Units in Lombardy, Italy. JAMA Intern Med. 2020;180(10):1345–55. pmid:32667669
- 16. Haimovich AD, Ravindra NG, Stoytchev S, Young HP, Wilson FP, van Dijk D, et al. Development and Validation of the Quick COVID-19 Severity Index: A Prognostic Tool for Early Clinical Decompensation. Ann Emerg Med. 2020;76(4):442–53. pmid:33012378
- 17. Thomas B, Goodacre S, Lee E, Sutton L, Bursnall M, Loban A, et al. Prognostic accuracy of emergency department triage tools for adults with suspected COVID-19: the PRIEST observational cohort study. Emerg Med J. 2021. pmid:34083427
- 18. Kar S, Chawla R, Haranath SP, Ramasubban S, Ramakrishnan N, Vaishya R, et al. Multivariable mortality risk prediction using machine learning for COVID-19 patients at admission (AICOVID). Sci Rep. 2021;11(1):12801. pmid:34140592
- 19. Sottile PD, Albers D, DeWitt PE, Russell S, Stroh JN, Kao DP, et al. Real-Time Electronic Health Record Mortality Prediction During the COVID-19 Pandemic: A Prospective Cohort Study. J Am Med Inform Assoc. 2021.
- 20. Karthikeyan A, Garg A, Vinod PK, Priyakumar UD. Machine Learning Based Clinical Decision Support System for Early COVID-19 Mortality Prediction. Front Public Health. 2021;9:626697. pmid:34055710
- 21. Fumagalli C, Rozzini R, Vannini M, Coccia F, Cesaroni G, Mazzeo F, et al. Clinical risk score to predict in-hospital mortality in COVID-19 patients: a retrospective cohort study. BMJ Open. 2020;10(9):e040729. pmid:32978207
- 22. Panagiotou OA, Kosar CM, White EM, Bantis LE, Yang X, Santostefano CM, et al. Risk Factors Associated With All-Cause 30-Day Mortality in Nursing Home Residents With COVID-19. JAMA Intern Med. 2021;181(4):439–48. pmid:33394006
- 23. Jarkovsky J, Benesova K, Cerny V, Razova J, Kala P, Dolina J, et al. Covidogram as a simple tool for predicting severe course of COVID-19: population-based study. BMJ Open. 2021;11(2):e045442. pmid:33622955
- 24. Davis C, Gao M, Nichols M, Henao R. Predicting Hospital Utilization and Inpatient Mortality of Patients Tested for COVID-19. medRxiv. 2020. pmid:33330887
- 25. Wang JM, Liu W, Chen X, McRae MP, McDevitt JT, Fenyö D. Predictive modeling of morbidity and mortality in COVID-19 hospitalized patients and its clinical implications. medRxiv. 2020.
- 26. Akdur G, Daş M, Bardakci O, Akman C, Sıddıkoğlu D, Akdur O, et al. Prediction of mortality in COVID-19 through combing CT severity score with NEWS, qSOFA, or peripheral perfusion index. Am J Emerg Med. 2021;50:546–52. pmid:34547696
- 27. Yehia BR, Winegar A, Fogel R, Fakih M, Ottenbacher A, Jesser C, et al. Association of Race With Mortality Among Patients Hospitalized With Coronavirus Disease 2019 (COVID-19) at 92 US Hospitals. JAMA Netw Open. 2020;3(8):e2018039. pmid:32809033
- 28. Ogedegbe G, Ravenell J, Adhikari S, Butler M, Cook T, Francois F, et al. Assessment of Racial/Ethnic Disparities in Hospitalization and Mortality in Patients With COVID-19 in New York City. JAMA Netw Open. 2020;3(12):e2026881. pmid:33275153
- 29. Sterne JAC, Murthy S, Diaz JV, Slutsky AS, Villar J, Angus DC, et al. Association Between Administration of Systemic Corticosteroids and Mortality Among Critically Ill Patients With COVID-19: A Meta-analysis. Jama. 2020;324(13):1330–41. pmid:32876694
- 30. Knight SR, Ho A, Pius R, Buchan I, Carson G, Drake TM, et al. Risk stratification of patients admitted to hospital with covid-19 using the ISARIC WHO Clinical Characterisation Protocol: development and validation of the 4C Mortality Score. Bmj. 2020;370:m3339. pmid:32907855
- 31. Katzenschlager S, Zimmer AJ, Gottschalk C, Grafeneder J, Seitel A, Maier-Hein L, et al. Can we predict the severe course of COVID-19—a systematic review and meta-analysis of indicators of clinical outcome? medRxiv. 2020. pmid:33200148
- 32. van Paassen J, Vos JS, Hoekstra EM, Neumann KMI, Boot PC, Arbous SM. Corticosteroid use in COVID-19 patients: a systematic review and meta-analysis on clinical outcomes. Crit Care. 2020;24(1):696. pmid:33317589
- 33. Twohig KA, Nyberg T, Zaidi A, Thelwall S, Sinnathamby MA, Aliabadi S, et al. Hospital admission and emergency care attendance risk for SARS-CoV-2 delta (B.1.617.2) compared with alpha (B.1.1.7) variants of concern: a cohort study. Lancet Infect Dis. 2021. pmid:34461056