AI learns racial information from the values of vital signs =========================================================== * Bojana Velichkovska * Hristijan Gjoreski * Daniel Denkovski * Marija Kalendar * Irene Dankwa Mullan * Judy Wawira Gichoya * Nicole Martinez * Leo Anthony Celi * Venet Osmani ## Abstract **Background** Bias in medical practice is multifaceted, including treatment variations across race-ethnicity, unconscious bias in healthcare providers’ attitudes, and bias in clinical scores. However, far less is known about the potential racial bias in routinely collected, essential information in clinical decision-making, namely vital signs. **Research question** Do vital signs embed racial information that can be learned by AI algorithms? **Study Design and Methods** Retrospective cohort study of critically ill patients between 2014 and 2015 from the multi-centre eICU-CRD critical care database involving 335 Intensive Care Units (ICU) based in 208 US hospitals, containing 200,859 patient admissions. We extracted 10,763 critical care admissions of patients aged 18 and over, alive during the first 24 hours after admission to ICU with recorded self-reported race as well as at least two measurement of heart rate, oxygen saturation, respiratory rate, and blood pressure. Pairs of racial subgroups were matched based on age, gender, admission diagnosis and APACHE IV scores. Traditional machine learning algorithms, including XGBoost and Logistic regression were used to predict self-reported race using values of vital signs as an input. **Results** AI models derived from only six vital signs can predict patients’ self-reported race with an AUC of 0.74 (± 0.022) between White and Black patients. Technologies used to measure oxygen saturation are a significant source of self-reported racial information (AUC of 0.72 ± 0.028), in addition to blood pressure measurements (AUC of 0.63 ± 0.035). Care delivery practices do not present a significant source of racial information (AUC of 0.57 ± 0.019). However, even when controlling for these known factors, self-reported race can still be learned from vital signs, whose origin we cannot currently explain. **Interpretation** Vital signs embed racial information that can be learned by AI algorithms, posing a significant risk to equitable clinical decision-making. Mitigating measures might be challenging, considering fundamental role of vital signs. ## 1 Introduction As a subset of AI, machine learning (ML) algorithms are evolving to tackle increasingly complex clinical challenges 1–3. A general appeal is that clinical practice is likely to benefit from algorithmic assisted decision-making by optimising clinical workflows, diagnostic interventions, and enhancing personalised precision care. It is likely that some of the insights derived from these algorithms will assist in clinical decision-making where patients’ lives are at risk. Therefore, it is essential that ML algorithms that become integrated as part of decision-making in clinical practice be robust, reliable, and unbiased. Health care disparities resulting from discrimination and bias are pervasive. These can be encoded in algorithms trained on clinical data captured in electronic health records. Existing inequities can be perpetuated or even magnified by algorithms developed to inform decision-making because of bias in the data used to develop the models, bias introduced during the model development, or bias during deployment and post-deployment monitoring. Any of these can result in decision-making that can be discriminatory and harmful to socially disadvantaged population groups that are not adequately represented in the data. Treatment variation across race-ethnicity that is not explained by patient or disease factors has been detailed in several studies, accompanied by significant evidence of unconscious bias in healthcare providers’ attitudes, expectations, and behaviour 4–6. The presence of this type of bias in medical practice is further amplified if the discriminatory attitudes and behaviours are in turn modelled as disease mechanisms or as decision support algorithms that are implemented by care providers. This phenomenon is described by Brooks in an opinion piece that framed unconscious bias as a “silent curriculum” 7. Furthermore, a recent study illustrates racial bias in the descriptions of patients’ electronic health records (EHR), showing that Black patients are 2.5 times more likely to have one or more negative descriptors in their EHR compared with White patients 8. Bias embedded in data has been illustrated by Obermeyer et al. where “at a given risk score, Black patients are considerably sicker than White patients, as evidenced by signs of uncontrolled illnesses.”. The algorithm learned to predict care costs, placing Black patients in the same risk category as a subset of White patients, while having considerably worse symptoms 9. To add to the severity of the problem, the number of Black patients who should have been referred for complex care was reduced by half based on the recommendation of the ML algorithm. While there is awareness of bias in clinical scores, far less is known about the potential racial bias in routinely collected, essential information in clinical decision-making, namely vital signs. Therefore, we sought to investigate whether self-reported race can be learned from routine measurements of vital signs. If sensitive attributes such as race-ethnicity are easily learned from essential clinical data, then it is of significant concern if these attributes become an embedded part of clinical decision-making and treatment optimisation. ## 2 Methods This study followed the Strengthening the Reporting of Observational Studies in Epidemiology (STROBE) reporting guidelines 10. Given that our patient cohort is made up of predominantly White patients, we devised a matching cohort to mitigate representation bias of other races. We matched patients of different races based on admission diagnosis, gender, age, and Acute Physiology and Chronic Health Evaluation (APACHE IV) score to equally represent the three population subgroups considered in our study, namely Black, Hispanic, and White patients. Classical ML algorithms (Logistic Regression (LR) and XGBoost 11) were then used to investigate whether the patients’ self-reported race can be predicted using solely patients’ vital signs. ### 2.1 Clinical data sources and study population We used the eICU Collaborative Research Database (eICU-CRD) containing 200,859 admissions collected from 335 ICUs across 208 hospitals in the United States (US) admitted between 2014 and 2015 12. We selected all adult patients (age 18 and over) that were alive within the first 24 hours after ICU admission and had at least one clinically valid measurement for all the vital signs considered for this study: heart rate, SpO2, SaO2, respiratory rate, non-invasive, and invasive blood pressure (systolic, diastolic, and mean). There were insufficient measurements of temperature. We selected data from the first 24 hours, given that a patient’s presenting vital signs inform follow-up and life-saving interventions. This means that potentially biased data during this critical period have the potential to carry most harm. We extracted mean, minimum, maximum, and variance of the selected vital signs. Patients with missing APACHE IV score, admission diagnosis, age, or gender were excluded from the study. Inclusion of the three dominant racial groups resulted in a total of 10,763 patients, of which 9,215 (85%) were White, 1,066 (10%) were Black, and 482 (5%) were Hispanic. Since significantly less data was available for Asian American and Native American patients (177 and 84 respectively) they were not included in this study. Cohort matching resulted in 844 Black patients matched to the same number of White patients, 392 Hispanic patients matched to the same number of White patients, and 222 Hispanic patients matched to the same number of Black patients. ### 2.2 Statistical analysis Baseline characteristics of the patients were analysed using medians (IQRs) for continuous variables and frequencies (percentages) for categorical variables. We used the Kruskal–Wallis test (one-way ANOVA) for continuous variables and the chi-square test for categorical variables to compare different racial and ethnic subgroups. Due to the selection criteria (shown in Appendix 2) no patients with missing data remained. ### 2.3 Model development and validation We analysed binary outcomes, namely whether vital signs can predict self-reported races of Black versus White. We carried out the same analysis for Hispanic and White patients, and Hispanic and Black patients. We used two ML algorithms to derive the models and evaluate their performance, namely Logistic Regression (LR) and XGBoost11. As XGBoost is prone to overfitting, we evaluated two versions of the XGBoost algorithm: version with the default parameters, and an optimised version (with parameters selected using random search13). We also evaluated a shallow neural network, which did not result in a significant performance improvement. We used stratified 5-fold cross-validation to evaluate the models, meaning the data were divided into 5 folds so each fold maintains the original distribution class-wise. Model derivation was performed on 4 folds, while the remaining fold was used to validate the model’s performance. We repeated this process 5 times, for each of the folds, and the final results were averaged over all folds. We assessed the performance of our models by computing the area under the receiver operator characteristic curve (AUC-ROC). ## 3 Results Out of 10,763 patients, 1,688 met the inclusion criteria for the first matched cohort (Black and White patients), 784 for the second pair of matched cohorts (Hispanic and White patients) and 444 for the third matched cohort (Hispanic and Black patients). The patient baseline characteristics for each of the matched cohorts are summarised in Table 1. Initially, we investigated prediction of self-reported race using heart rate, SpO2, SaO2, respiratory rate, and blood pressure (systolic, diastolic, and MAP measured through arm cuff as well as invasively). Then, we performed sensitivity analysis, focusing solely on patients with known comorbidities. View this table: [Table 1](http://medrxiv.org/content/early/2023/12/11/2023.12.11.23299819/T1) Table 1 Patient characteristics for each of the matched cohorts from the eICU-CRD database ### 3.1 Vital signs as a source of bias Initially, we investigated the presence of racial bias in the overall patient cohort and use this as a baseline measure. Our analysis of 1,688 patient admissions reveals that the XGBoost algorithm can predict patients’ self-reported race using only vital signs, with a performance of AUC 0.74 (± 0.022) as shown in Figure 1 and further detailed in Appendix 1. ![Figure 1](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2023/12/11/2023.12.11.23299819/F1.medium.gif) [Figure 1](http://medrxiv.org/content/early/2023/12/11/2023.12.11.23299819/F1) Figure 1 Performance of machine learning models in predicting patients’ self-reported race using vital signs only as input for Black and White patients. Analysis is based on Logistic Regression, XGBoost with default parameters and XGBoost with optimised parameters found using random search. Furthermore, similar performance in predicting patients’ race also holds when considering patients with comorbidities, such as sepsis, essential hypertension, acute kidney failure, and chronic kidney disease, except in patients with heart failure, as shown in Table 2. View this table: [Table 2](http://medrxiv.org/content/early/2023/12/11/2023.12.11.23299819/T2) Table 2 Prediction of race from six vital signs in patients with comorbidities for Logistic Regression (LR), XGBoost, and XGBoost with optimised (opt) hyperparameters. Results are shown using Area Under the receiver operating characteristic Curve (AUC) along with standard deviation (SD). Considering these results, we then probed possible origins of racial information in vital signs through variable saliency analysis. We used SHAP method to understand the influence of each of the vital signs in predicting patients’ self-reported race. The SHAP analysis, shown in Figure 2 revealed that oxygen saturation measured through pulse oximetry, was the most influential variable in predicting patients’ race. Therefore, our analysis focused on further investigating not only pulse oximetry but also technological approaches used to measure vital signs in general as potential sources of racial information. ![Figure 2](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2023/12/11/2023.12.11.23299819/F2.medium.gif) [Figure 2](http://medrxiv.org/content/early/2023/12/11/2023.12.11.23299819/F2) Figure 2 Importance of variables in predicting patients’ race using all the six vital signs in Black and White patients. Variables are shown in order of importance from the top with pulse oximetry being the most influential in predicting patients’ race. The variable name suffix indicates whether mean (\_mean), minimum (\_min), maximum (\_max) or variance (_var) value was used for a particular vital sign variable. The frequencies of measurement were considered in the entire 24 hours (_total), during each of the first six hours, after admission (hour_[1-6]). The maximum measurements taken during a period of 1 hour are labelled as maximum\_in\_24_hours. ### 3.2 Technologies used to measure vital signs as a potential source of racial information We investigated whether the devices used to measure vital signs can be a source of self-reported racial information since earlier work has shown that differences in skin colour can influence pulse oximetry readings14. Furthermore, acquiring accurate readings of blood pressure using an arm cuff is challenging in patients with high BMI15. Therefore, we investigated whether ML algorithms could pick up these known differences. We divided the results below into investigating i) potential racial information in blood pressure measurements using an arm cuff and ii) potential racial information in oxygen saturation measurements using pulse oximetry. #### 3.2.1 Racial information in blood pressure values measured using an arm cuff We compared performance of self-reported race prediction using blood pressure values measured through an arm cuff (non-invasive) with that of using an arterial line (invasive), in addition to using both types of measurements. In contrast to the existing literature, our results show that while there is a presence of racial information in blood pressure measurements irrespective of the measurement method used (AUC of 0.63 ± 0.035), we did not find major differences between values of blood pressure using an arm cuff (AUC of 0.64 ± 0.036) in comparison to the values measured through an arterial line (AUC of 0.63 ± 0.025). These results are summarised in Table 3. View this table: [Table 3](http://medrxiv.org/content/early/2023/12/11/2023.12.11.23299819/T3) Table 3 Race prediction performance results for different potential sources of bias using Logistic Regression (LR), XGBoost, and XGBoost with optimised (opt) hyperparameters. Results are shown using Area Under the receiver operating characteristic Curve (AUC) along with standard deviation (SD). #### 3.2.2 Racial information in oxygen saturation values measured using pulse oximetry We also investigated the presence of racial information in oxygen saturation values stemming from measurement technologies by comparing performance of race prediction using oxygen saturation values obtained from pulse oximetry (non-invasive) with those obtained from an arterial line (invasive). Our findings show that pulse oximetry is a significant source of racial information with an AUC of 0.72 (± 0.028). This is in contrast with the results from invasively measured oxygen saturation (arterial line), where these values predict patients’ self-reported race with AUC of 0.60 (± 0.023), as shown in Table 3. Our results support the previous findings that pulse oximetry is affected by the colour of the skin 16. ### 3.3 Racial information in care delivery practices reflected in vital signs Additionally, we focused on care delivery practices as reflected in the frequency of measurements of vital signs. Therefore, we used the frequency of measurement of vital signs, rather than the actual values. We find that care delivery practices do not significantly influence prediction of patients’ race with an AUC of 0.57 (± 0.019), as shown in Table 3. This may also be because vital signs are measured far more routinely than other variables, and consequently if bias indeed exists it would be difficult for the algorithms to ascertain. ### 3.4 Other sources of racial information reflected in patients’ vital signs Finally, we investigated whether self-reported racial information can be learned even when controlling for measurement technologies and care delivery practices. For this analysis we used the values of invasively measured vital signs only. This is because invasively measured vital signs are less prone to be influenced by measurement technology. Even when controlling for these factors, we showed that self-reported race can be learned from vital signs with an AUC of 0.64 (± 0.034), as shown in Table 3. Without further investigation, it is difficult to pin-point potential sources of self-reported race. One hypothesis could be calibration differences in APACHE IV scores as shown in 17, or differences in disease severity not being reflected in the APACHE IV scores 9. However, upstream factors, such as patient selection criteria for an arterial line or even availability of patients might have also contributed to self-reported race being embedded in vital signs 18. ## 4 Discussion We have shown that machine learning algorithms can learn self-reported racial information from vital signs alone. This is unexpected as racial information was not thought to be present within values of vital signs. Furthermore, the ability of machine learning algorithms to learn racial information from vital signs generalised to diverse patient populations and held even when controlling for known sources of racial bias, such as pulse oximetry readings affected by skin colour, care delivery practices, which were not found to contribute to racial information, and presence of co-morbidities. Learning self-reported racial information creates a significant concern for development of algorithms that support clinical decision-making. If sensitive attributes such as race are learned while training algorithms to predict or optimise an outcome, it is possible that the algorithms will use these features to inform decision-making. Even more concerning is when these sensitive attributes are learned from essential clinical information, heavily relied upon to inform not only course of treatment, but also operational workflows and policy making. There is overwhelming evidence that race factors into clinical decision-making19. Hispanic patients seen by non-Hispanic providers received breast and colorectal cancer screening at higher rates than Hispanic patients seen by Hispanic providers20. Greenwood and colleagues reported a 58% reduction in mortality of Black newborns when they are under the care of Black physicians compared to when they are under the care of White physicians21. Despite reporting greater pain and pain-related disability, minority patients are more likely to receive inadequate pain treatment compared with white patients22–24. When a sensitive attribute such as race is learned even when deliberately removed from a dataset, then it is not far-fetched to think that algorithms will also pick up provider bias and subjectivity in decision-making. After all, algorithms are trained on data that document clinical intuition and judgement, encoded as decisions that contribute to outcome disparities across race, sex, and other demographic factors. While definite prediction of self-reported race cannot be obtained, the success of the model in correctly classifying two out of three patients is not accidental. Our machine learning models are using only the information from patients’ vital signs, suggesting that statistical features from routinely collected information in the first 24 hours of admission contain embedded information along racial dimensions. Pulse oximeter readings, considered an important unbiased measure of hypoxemia, were shown to be influenced by skin colour, which came to light during the COVID crisis 25–28. Upon further investigation, it was revealed that oxygen saturation levels had greater variability in patients who identified as Black, followed by Hispanic, Asian American, and least in White patients. While our saliency analysis showed pulse oximetry as an important variable, its correlation with self-reported race does not fully explain our findings. In addition to the potential risks, our study also highlights challenges in mitigation measures. A common approach, although criticised29, is to selectively remove variables that encode sensitive attributes, such as that AI models do not learn from them and consequently do not become part of the decision process. Ubiquitous use of vital signs in clinical decision-making renders this approach impossible, not least because the origin of racial information appears to be difficult to isolate. Perhaps the time has come to apply a counter approach, by using sensitive attributes such as race to facilitate audit for possible algorithmic bias and adapt established policies on how to ethically collect, use, and report data on race and ethnicity 30. ### 4.1 Limitations While our study includes a large and diverse patient population (335 ICUs in 208 US hospitals), allowing investigation of bias for several racial groups based on an open and well-studied dataset (eICU-CRD), some limitations are present. Use of self-reported race presents a challenge, as studies have shown that genetic variability is higher within the races than between the races 31, rendering race a more social construct rather than a biological one. Following on, self-reported race in this study included rigid categories that did not account for patients of mixed ancestry as well as limited availability of data from other racial identity categories. We included Black, Hispanic, and White patients only. Other racial identities (namely Asian American and Native American patients) had insufficient data to properly analyse. Furthermore, there is a discussion in recent years of whether studies are revealing race or results of racism. While this study focuses on the categories of race, the potential explanations given for the findings around race are focused on the impact of racism in society and consequently medicine. Finally, our study focused on US-based patient population, therefore further investigation would be required to determine whether these results are generalisable to centres outside of US-based ICUs. ## 5 Conclusion As machine learning weaves itself into the fabric of healthcare, there is an increasing attention on the effect of algorithms on underrepresented, marginalised, or disadvantaged populations. For example, algorithms used to identify patients with complex health needs were found to perpetuate racial disparities 32, leading to a call for greater algorithmic transparency by the US Senate. Our work, while in the same vein, goes beyond this call by additionally drawing attention to unexpected sources of bias and the potential harm given their ubiquitous use in clinical decision-making. ## Data Availability All the data for this study is available at [https://eicu-crd.mit.edu/gettingstarted/access/](https://eicu-crd.mit.edu/gettingstarted/access/) [https://eicu-crd.mit.edu/](https://eicu-crd.mit.edu/) ## 6 Declarations **Data Sharing**: All data used in this study is publicly available from PhysioNet ([https://www.physionet.org/content/eicu-crd/2.0/](https://www.physionet.org/content/eicu-crd/2.0/)) **Author Contributions**: BV, HG, DD and VO had full access to all of the data in the study and take responsibility for the integrity of the data and the accuracy of the data analysis. **Concept and design**: BV, HG, DD, LAC, VO **Acquisition, analysis, or interpretation of data**: BV, HG, DD, LAC, VO **Drafting of the manuscript**: BV, HG, DD, LAC, VO **Critical revision of the manuscript for important intellectual content**: BV, HG, DD, MK, IDM, JWG, NM, LAC, VO **Statistical analysis**: BV, HG, DD, VO **Obtained funding**: HG, LAC, VO **Conflict of Interest Disclosures**: None **Funding/Support**: This research was partially supported by the WideHealth project - EU Horizon 2020, under grant agreement No 952279. **Role of the Funder/Sponsor**: The funder had no role in the design and conduct of the study; collection, management, analysis, and interpretation of the data; preparation, review, or approval of the manuscript; and decision to submit the manuscript for publication. ## Appendix 1 Baseline prediction of self-reported race View this table: [Table 2](http://medrxiv.org/content/early/2023/12/11/2023.12.11.23299819/T4) Table 2 Baseline race prediction performance in the general cohort for Logistic Regression (LR), XGBoost, and XGBoost with optimised (opt) hyperparameters. Results are shown using Area Under the receiver operating characteristic Curve (AUC) along with standard deviation (SD). ## Appendix 2 cohort selection diagram ![Figure3](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2023/12/11/2023.12.11.23299819/F3.medium.gif) [Figure3](http://medrxiv.org/content/early/2023/12/11/2023.12.11.23299819/F3) * Received December 11, 2023. * Revision received December 11, 2023. * Accepted December 11, 2023. * © 2023, Posted by Cold Spring Harbor Laboratory This pre-print is available under a Creative Commons License (Attribution-NonCommercial-NoDerivs 4.0 International), CC BY-NC-ND 4.0, as described at [http://creativecommons.org/licenses/by-nc-nd/4.0/](http://creativecommons.org/licenses/by-nc-nd/4.0/) ## 7 References 1. 1.Bellemo V, Lim ZW, Lim G, et al. Artificial intelligence using deep learning to screen for referable and vision-threatening diabetic retinopathy in Africa: a clinical validation study. Lancet Digit Health. 2019;1(1):e35–e44. doi:10.1016/S2589-7500(19)30004-4 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/S2589-7500(19)30004-4&link_type=DOI) 2. 2.Kim HE, Kim HH, Han BK, et al. Changes in cancer detection and false-positive recall in mammography using artificial intelligence: a retrospective, multireader study. Lancet Digit Health. 2020;2(3):e138–e148. doi:10.1016/S2589-7500(20)30003-0 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/S2589-7500(20)30003-0&link_type=DOI) 3. 3.Thorsen-Meyer HC, Nielsen AB, Nielsen AP, et al. Dynamic and explainable machine learning prediction of mortality in patients in the intensive care unit: a retrospective study of high-frequency data in electronic patient records. Lancet Digit Health. 2020;2(4):e179–e191. doi:10.1016/S2589-7500(20)30018-2 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/S2589-7500(20)30018-2&link_type=DOI) 4. 4.Hall WJ, Chapman M v., Lee KM, et al. Implicit Racial/Ethnic Bias Among Health Care Professionals and Its Influence on Health Care Outcomes: A Systematic Review. Am J Public Health. 2015;105(12):e60–e76. doi:10.2105/AJPH.2015.302903 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.2105/AJPH.2015.302903&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=26469668&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F12%2F11%2F2023.12.11.23299819.atom) 5. 5.Vyas DA, Eisenstein LG, Jones DS. Hidden in Plain Sight — Reconsidering the Use of Race Correction in Clinical Algorithms. New England Journal of Medicine. 2020;383(9):874–882. doi:10.1056/NEJMms2004740 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1056/nejmms2004740&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F12%2F11%2F2023.12.11.23299819.atom) 6. 6.Unequal Treatment. National Academies Press; 2003. doi:10.17226/12875 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.17226/12875&link_type=DOI) 7. 7.Brooks KC. A Silent Curriculum. JAMA. 2015;313(19):1909. doi:10.1001/jama.2015.1676 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1001/jama.2015.1676&link_type=DOI) 8. 8.Sun M, Oliwa T, Peek ME, Tung EL. Negative Patient Descriptors: Documenting Racial Bias In The Electronic Health Record. Health Aff. 2022;41(2):203–211. doi:10.1377/hlthaff.2021.01423 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1377/hlthaff.2021.01423&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=35044842&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F12%2F11%2F2023.12.11.23299819.atom) 9. 9.Obermeyer Z, Powers B, Vogeli C, Mullainathan S. Dissecting racial bias in an algorithm used to manage the health of populations. Science (1979). 2019;366(6464):447–453. doi:10.1126/science.aax2342 [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6Mzoic2NpIjtzOjU6InJlc2lkIjtzOjEyOiIzNjYvNjQ2NC80NDciO3M6NDoiYXRvbSI7czo1MDoiL21lZHJ4aXYvZWFybHkvMjAyMy8xMi8xMS8yMDIzLjEyLjExLjIzMjk5ODE5LmF0b20iO31zOjg6ImZyYWdtZW50IjtzOjA6IiI7fQ==) 10. 10.von Elm E, Altman DG, Egger M, Pocock SJ, Gøtzsche PC, Vandenbroucke JP. The Strengthening the Reporting of Observational Studies in Epidemiology (STROBE) statement: guidelines for reporting observational studies. J Clin Epidemiol. 2008;61(4):344–349. doi:10.1016/j.jclinepi.2007.11.008 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.jclinepi.2007.11.008&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=18313558&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F12%2F11%2F2023.12.11.23299819.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000253998200007&link_type=ISI) 11. 11.Chen T, Guestrin C. XGBoost: A scalable tree boosting system. Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. 2016;13-17-Augu:785–794. doi:10.1145/2939672.2939785 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1145/2939672.2939785&link_type=DOI) 12. 12.Pollard TJ, Johnson AEW, Raffa JD, Celi LA, Mark RG, Badawi O. The eICU collaborative research database, a freely available multi-center database for critical care research. Sci Data. 2018;5(1). doi:10.1038/sdata.2018.178 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1038/sdata.2018.178&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=30204154&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F12%2F11%2F2023.12.11.23299819.atom) 13. 13.Bergstra J, Bengio Y. Random Search for Hyper-Parameter Optimization. J Mach Learn Res. 2012;13(null):281–305. 14. 14.Valbuena VSM, Merchant RM, Hough CL. Racial and Ethnic Bias in Pulse Oximetry and Clinical Outcomes. JAMA Intern Med. 2022;182(7):699. doi:10.1001/jamainternmed.2022.1903 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1001/jamainternmed.2022.1903&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=35639397&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F12%2F11%2F2023.12.11.23299819.atom) 15. 15.Palatini P, Parati G. Blood pressure measurement in very obese patients: a challenging problem. J Hypertens. 2011;29(3):425–429. doi:10.1097/HJH.0b013e3283435b65 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1097/HJH.0b013e3283435b65&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=21317721&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F12%2F11%2F2023.12.11.23299819.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000287236600003&link_type=ISI) 16. 16.Valbuena VSM, Merchant RM, Hough CL. Racial and Ethnic Bias in Pulse Oximetry and Clinical Outcomes. JAMA Intern Med. 2022;182(7):699. doi:10.1001/jamainternmed.2022.1903 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1001/jamainternmed.2022.1903&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=35639397&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F12%2F11%2F2023.12.11.23299819.atom) 17. 17.Sarkar R, Martin C, Mattie H, Gichoya JW, Stone DJ, Celi LA. Performance of intensive care unit severity scoring systems across different ethnicities in the USA: a retrospective observational study. Lancet Digit Health. 2021;3(4):e241–e249. doi:10.1016/S2589-7500(21)00022-4 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/S2589-7500(21)00022-4&link_type=DOI) 18. 18.Kostick-Quenet KM, Cohen IG, Gerke S, et al. Mitigating Racial Bias in Machine Learning. Journal of Law, Medicine & Ethics. 2022;50(1):92–100. doi:10.1017/jme.2022.13 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1017/jme.2022.13&link_type=DOI) 19. 19.Strumpf EC. Racial/Ethnic Disparities in Primary Care. Med Care. 2011;49(5):496–503. doi:10.1097/MLR.0b013e31820fbee4 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1097/MLR.0b013e31820fbee4&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=21430577&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F12%2F11%2F2023.12.11.23299819.atom) 20. 20.Malhotra J, Rotter D, Tsui J, Llanos AAM, Balasubramanian BA, Demissie K. Impact of Patient– Provider Race, Ethnicity, and Gender Concordance on Cancer Screening: Findings from Medical Expenditure Panel Survey. Cancer Epidemiology, Biomarkers & Prevention. 2017;26(12):1804–1811. doi:10.1158/1055-9965.EPI-17-0660 [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NDoiY2VicCI7czo1OiJyZXNpZCI7czoxMDoiMjYvMTIvMTgwNCI7czo0OiJhdG9tIjtzOjUwOiIvbWVkcnhpdi9lYXJseS8yMDIzLzEyLzExLzIwMjMuMTIuMTEuMjMyOTk4MTkuYXRvbSI7fXM6ODoiZnJhZ21lbnQiO3M6MDoiIjt9) 21. 21.Greenwood BN, Hardeman RR, Huang L, Sojourner A. Physician–patient racial concordance and disparities in birthing mortality for newborns. Proceedings of the National Academy of Sciences. 2020;117(35):21194–21200. doi:10.1073/pnas.1913405117 [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NDoicG5hcyI7czo1OiJyZXNpZCI7czoxMjoiMTE3LzM1LzIxMTk0IjtzOjQ6ImF0b20iO3M6NTA6Ii9tZWRyeGl2L2Vhcmx5LzIwMjMvMTIvMTEvMjAyMy4xMi4xMS4yMzI5OTgxOS5hdG9tIjt9czo4OiJmcmFnbWVudCI7czowOiIiO30=) 22. 22.Terrell KM, Hui SL, Castelluccio P, Kroenke K, McGrath RB, Miller DK. Analgesic Prescribing for Patients Who Are Discharged from an Emergency Department. Pain Medicine. 2010;11(7):1072–1077. doi:10.1111/j.1526-4637.2010.00884.x [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1111/j.1526-4637.2010.00884.x&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=20642733&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F12%2F11%2F2023.12.11.23299819.atom) 23. 23.Todd KH, Deaton C, D’Adamo AP, Goe L. Ethnicity and analgesic practice. Ann Emerg Med. 2000;35(1):11–16. doi:10.1016/S0196-0644(00)70099-0 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/S0196-0644(00)70099-0&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=10613935&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F12%2F11%2F2023.12.11.23299819.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000084669400002&link_type=ISI) 24. 24.Lee HH, Lewis CW, McKinney CM. Disparities in Emergency Department Pain Treatment for Toothache. JDR Clin Trans Res. 2016;1(3):226–233. doi:10.1177/2380084416655745 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1177/2380084416655745&link_type=DOI) 25. 25.Valbuena VSM, Merchant RM, Hough CL. Racial and Ethnic Bias in Pulse Oximetry and Clinical Outcomes. JAMA Intern Med. 2022;182(7):699. doi:10.1001/jamainternmed.2022.1903 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1001/jamainternmed.2022.1903&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=35639397&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F12%2F11%2F2023.12.11.23299819.atom) 26. 26.Okunlola OE, Lipnick MS, Batchelder PB, Bernstein M, Feiner JR, Bickler PE. Pulse Oximeter Performance, Racial Inequity, and the Work Ahead. Respir Care. 2022;67(2):252–257. doi:10.4187/respcare.09795 [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6ODoicmVzcGNhcmUiO3M6NToicmVzaWQiO3M6ODoiNjcvMi8yNTIiO3M6NDoiYXRvbSI7czo1MDoiL21lZHJ4aXYvZWFybHkvMjAyMy8xMi8xMS8yMDIzLjEyLjExLjIzMjk5ODE5LmF0b20iO31zOjg6ImZyYWdtZW50IjtzOjA6IiI7fQ==) 27. 27.Valbuena VSM, Barbaro RP, Claar D, et al. Racial Bias in Pulse Oximetry Measurement Among Patients About to Undergo Extracorporeal Membrane Oxygenation in 2019-2020. Chest. 2022;161(4):971–978. doi:10.1016/j.chest.2021.09.025 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.chest.2021.09.025&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=34592317&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F12%2F11%2F2023.12.11.23299819.atom) 28. 28.Wong AKI, Charpignon M, Kim H, et al. Analysis of Discrepancies Between Pulse Oximetry and Arterial Oxygen Saturation Measurements by Race and Ethnicity and Association With Organ Dysfunction and Mortality. JAMA Netw Open. 2021;4(11):e2131674. doi:10.1001/jamanetworkopen.2021.31674 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1001/jamanetworkopen.2021.31674&link_type=DOI) 29. 29.Ioannidis JPA, Powe NR, Yancy C. Recalibrating the use of race in medical research. JAMA - Journal of the American Medical Association. 2021;325(7):623–624. doi:10.1001/jama.2021.0003 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1001/jama.2021.0003&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=33492329&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F12%2F11%2F2023.12.11.23299819.atom) 30. 30.Gervasi SS, Chen IY, Smith-Mclallen A, et al. The Potential For Bias In Machine Learning And Opportunities For Health Insurers To Address It. Health Aff. 2022;41(2):212–218. doi:10.1377/hlthaff.2021.01287 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1377/hlthaff.2021.01287&link_type=DOI) 31. 31.Cooper R, David R. œ. J Health Polit Policy Law. 1986;11(1):97–116. doi:10.1215/03616878-11-1-97 [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NzoiZGRqaHBwbCI7czo1OiJyZXNpZCI7czo3OiIxMS8xLzk3IjtzOjQ6ImF0b20iO3M6NTA6Ii9tZWRyeGl2L2Vhcmx5LzIwMjMvMTIvMTEvMjAyMy4xMi4xMS4yMzI5OTgxOS5hdG9tIjt9czo4OiJmcmFnbWVudCI7czowOiIiO30=) 32. 32.Obermeyer Z, Powers B, Vogeli C, Mullainathan S. Dissecting racial bias in an algorithm used to manage the health of populations. Science (1979). 2019;366(6464):447–453. doi:10.1126/science.aax2342 [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6Mzoic2NpIjtzOjU6InJlc2lkIjtzOjEyOiIzNjYvNjQ2NC80NDciO3M6NDoiYXRvbSI7czo1MDoiL21lZHJ4aXYvZWFybHkvMjAyMy8xMi8xMS8yMDIzLjEyLjExLjIzMjk5ODE5LmF0b20iO31zOjg6ImZyYWdtZW50IjtzOjA6IiI7fQ==)