Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Predicting in-hospital mortality in ICU patients with lymphoma using machine learning models

  • Ling Xu,

    Roles Conceptualization, Data curation, Formal analysis, Writing – original draft

    Affiliation Breast Department, Dongguan Hospital, Guangzhou University of Traditional Chinese Medicine, Dongguan, China

  • Guang Tu,

    Roles Data curation, Formal analysis

    Affiliation Department of Cardiology, Lichuan People’s Hospital, Fuzhou, China

  • Zhonglan Cai,

    Roles Data curation, Formal analysis

    Affiliation Department of Cardiology, Lichuan People’s Hospital, Fuzhou, China

  • Tianbi Lan

    Roles Conceptualization, Supervision, Writing – original draft, Writing – review & editing

    tianbi_lan@126.com

    Affiliation Department of Hematology, The Tenth Affiliated Hospital, Southern Medical University (Dongguan People’s Hospital), Dongguan, China

Abstract

Background

Lymphoma is a severe condition with high mortality rates, often requiring ICU admission. Traditional risk stratification tools like SOFA and APACHE scores struggle to capture complex clinical interactions. Machine learning (ML) models offer a more accurate alternative for predicting outcomes by analyzing large datasets. However, their application in predicting in-hospital mortality for lymphoma patients remains limited.

Objective

This study aims to develop and validate machine learning models to predict in-hospital mortality in ICU patients with lymphoma using data from the Medical Information Mart for Intensive Care IV (MIMIC-IV) database, thereby enhancing risk stratification and clinical decision-making.

Methods

We conducted a retrospective cohort study using data from the MIMIC-IV database, which includes detailed clinical data from adult patients admitted to the ICU. Patients with a primary diagnosis of lymphoma were included. Baseline characteristics, laboratory parameters, and clinical outcomes were extracted. Lasso regression was employed to screen for significant risk factors associated with in-hospital mortality. Fifteen machine learning models, including logistic regression, random forest, gradient boosting, and neural networks, were developed and compared using receiver operating characteristic (ROC) curves and area under the curve (AUC) analysis. Model performance was evaluated through cross-validation and SHapley Additive exPlanation (SHAP) values to interpret variable importance.

Results

A total of 1591 patients were included, with 342 (21.5%) in-hospital deaths. Lasso regression identified significant predictors of mortality, including blood urea nitrogen (BUN), platelets, PT, heart rate, systolic blood pressure, APTT, spo2, and bicarbonate. The CatBoost Classifier demonstrated the highest predictive performance with an AUC of 0.7766. SHAP analysis highlighted the critical role of BUN as the most important factor in mortality prediction, followed by platelets and PT. The SHAP force plot provided individualized risk assessments for patients, demonstrating the model’s ability to identify high-risk subgroups.

Conclusion

Machine learning models, particularly the CatBoost Classifier, effectively predict in-hospital mortality in ICU patients with lymphoma. These models outperform traditional statistical methods and provide valuable insights into risk stratification. Future work should focus on external validation and clinical implementation to improve patient outcomes in this high-risk population.

Introduction

Lymphoma is a severe condition that often requires admission to the intensive care unit (ICU) due to its associated high mortality rate and complex clinical presentation [1]. The pathophysiology of lymphoma involves a combination of immune dysregulation, metabolic disturbances, and potential complications such as infections and organ failure [25]. Early identification of patients at high risk of in-hospital mortality is crucial for optimizing treatment strategies and improving outcomes. Traditional risk stratification tools, such as the Sequential Organ Failure Assessment (SOFA) score and the Acute Physiology and Chronic Health Evaluation (APACHE) score, have limitations in capturing the complex interactions among multiple clinical variables [68]. Machine learning (ML) models offer a promising alternative by leveraging large datasets to identify patterns and predict outcomes more accurately [9]. ML has been increasingly applied in various medical fields, including disease diagnosis, treatment optimization, and prognosis prediction [10,11]. However, its application in predicting in-hospital mortality for patients with lymphoma remains limited. This study aims to develop and validate ML models to predict in-hospital mortality in ICU patients with lymphoma using data from the Medical Information Mart for Intensive Care IV (MIMIC-IV) database, thereby enhancing risk stratification and clinical decision-making.

Compared to the general ICU population, lymphoma patients present distinct mortality determinants that traditional risk scores (e.g., SOFA, APACHE) fail to capture. Rapid tumor lysis syndrome (TLS) precipitates acute kidney injury and electrolyte derangements [12], while profound chemotherapy-induced immunosuppression predisposes to opportunistic infections such as Pneumocystis jirovecii pneumonia and invasive aspergillosis [13]. Direct organ infiltration by lymphoma (e.g., renal or hepatic parenchyma) and cardiotoxicity from anthracycline-based regimens further complicate clinical trajectories [14]. These lymphoma-specific pathophysiological features create complex, non-linear interactions among variables, rendering generic ML models inadequate. Yet, ML tailored specifically to lymphoma ICU patients remains unexplored, highlighting a critical gap this study aims to address.

Methods

Data source and study design

This study is a retrospective cohort study using data from the MIMIC-IV database, a publicly available, de-identified electronic health records database that contains comprehensive clinical data from adult patients admitted to the ICU at Beth Israel Deaconess Medical Center in Boston, USA [15]. Author Guang Tu finished the CITI Data or Specimens Only Research course, obtained approval for database access, and assumed responsibility for data extraction (certification number 65828445). The study included adult ICU patients with a primary diagnosis of lymphoma. The diagnosis was based on the International Classification of Diseases, 10th Revision (ICD-10) codes. Exclusion criteria included missing key predictor or outcome variables” instead of the overly broad phrase, hospital stay less than 24 hours, and age under 18 years. The included patient data covered hospitalizations from 2008 to 2019 (Fig 1). The study utilized fully de-identified data from the publicly available MIMIC-IV database. Because the dataset lacks direct patient identifiers, the institutional review boards of the authors’ institutions determined that this research is exempt from IRB review and informed consent (Helsinki Declaration, 1964 and its later amendments).

Data collection and processing

Baseline characteristics, laboratory parameters and clinical outcomes were extracted from MIMIC-IV. Prior to any modelling, the proportion of missing values for each variable was quantified (S1 Table). Across the 1 591 included patients, missingness ranged from 0% (gender, age, comorbidities, hospital-mortality flag) to 11.1% (APTT). Laboratory variables with the highest missing proportions were INR (9.9%), PT (9.9%), calcium (4.3%) and temperature (2.2%). The missing-data pattern was examined using Little’s MCAR test (χ² = 2 184.7, df = 1 959, p = 0.002), suggesting data were not missing completely at random. To minimise bias, we performed multivariate imputation by chained equations (MICE) with predictive mean matching for continuous variables and logistic/ polytomous regression for categorical variables, generating 20 imputed datasets (m = 20) under the missing-at-random (MAR) assumption. Each machine-learning model was then fitted independently on every imputed dataset; Rubin’s rules were applied to pool performance metrics (AUC, accuracy, F1-score). Sensitivity analyses restricted to complete cases yielded similar AUCs (< 2% difference), indicating that the imputation procedure did not materially distort model discrimination.

Outcome definition

In this study, in-hospital mortality is defined as death occurring at any time between ICU admission and hospital discharge, consistent with the standard definition adopted by the MIMIC-IV database and prior ICU outcome studies [1517]. This endpoint was selected to capture the full spectrum of acute and subacute mortality risk during the hospital stay, aligning with clinical decision-making contexts where ICU prognostication directly influences treatment intensity and goals-of-care discussions.

Risk factor selection

To identify risk factors significantly associated with in-hospital mortality, we used Lasso regression for variable selection. Lasso regression is a regularized linear regression method that introduces an L1 penalty term to automatically select variables with significant effects on the dependent variable. We determined the regularization parameter (λ) for Lasso regression through cross-validation and visualized the variable selection process using coefficient path and cross-validation plots. Ultimately, Lasso regression identified key risk factors including blood urea nitrogen, platelets, PT, heart rate, systolic blood pressure, APTT, spo2, and bicarbonate.

Machine learning model development

Based on the key risk factors selected by Lasso regression, we developed 15 machine learning models, including logistic regression, random forest, gradient boosting, neural networks, and CatBoost Classifier. To ensure an unbiased estimate of model performance, the entire dataset was first subjected to a single stratified split into a 70% training set and a 30% hold-out test set based on the in-hospital mortality label. LASSO-based feature selection, and Bayesian hyper-parameter tuning (100 trials maximizing 5-fold cross-validated AUC) were performed exclusively within the training set using nested 5-fold cross-validation to prevent information leakage. The final CatBoost classifier, incorporating the selected features and optimized hyper-parameters, was then retrained on the full 70% training set and evaluated only once on the untouched 30% test set.

To address the 21.5% positive-class imbalance, we combined class weighting and resampling: models supporting class weights (CatBoost, Logistic, Ridge, SVM, LightGBM, XGBoost, Gradient Boosting) received minority-class weight w = N_majority/ N_minority ≈ 3.65 in their loss functions; the remaining models (Random Forest, Extra Trees, AdaBoost, MLP, Naive Bayes, KNN, Decision Tree) were trained after RandomOverSampler expanded the minority class to match the majority within each cross-validation fold, preventing data leakage, while all reported metrics (AUC, accuracy, F1-score) were computed on the untouched, imbalanced test set.

Model interpretation and validation

To enhance the clinical interpretability of the models, we used SHAP values for model interpretation. SHAP values, based on game theory, quantify the contribution of each variable to model predictions and reveal complex interactions among variables. Through SHAP value analysis, we not only validated the key variables identified by Lasso regression but also further evaluated their specific impacts on individual predictions. Moreover, SHAP waterfall plots decomposed the prediction results for individual patients, clearly showing the positive or negative contributions of each variable to the prediction outcomes, thereby providing a tool for clinicians to conduct individualized risk assessments.

Statistical analysis

All statistical analyses were performed using R Statistical Software (Version 4.2.2) and the Free Statistics Analysis Platform (Version 2.1) [15]. A P-value less than 0.05 was considered statistically significant. Data processing and model training were completed on a local server to ensure data security and privacy.

Results

Baseline characteristics

A total of 1591 patients with lymphoma admitted to the ICU were included in this study, with 342 (21.5%) in-hospital deaths. The baseline characteristics of the patients are detailed in Table 1. Significant differences were observed between the survivor and non-survivor groups across multiple variables. The mean age of non-survivors (70.1 years) was slightly higher than that of survivors (69.1 years, P = 0.220), though not significantly. Non-survivors exhibited significantly higher heart rate, lower systolic and diastolic blood pressure, lower SpO2, lower hematocrit and hemoglobin levels, lower platelet counts, higher anion gap, lower bicarbonate levels, higher BUN, lower calcium levels, higher INR, longer PT, and longer APTT compared to survivors. The frequency and percentage of missing values for all variables are reported in S1 Table.

Risk factor identification

Lasso regression was used to identify significant risk factors associated with in-hospital mortality. The screening process is illustrated in Fig 2, with the coefficient path plot (Panel A) and cross-validation plot (Panel B). The identified risk factors included blood urea nitrogen, platelets, PT, heart rate, systolic blood pressure, APTT, spo2, and bicarbonate. These factors were subsequently used as key input variables for the development of machine learning models.

thumbnail
Fig 2. Lasso regression screening results for in-hospital mortality risk factors in patients with lymphoma.

https://doi.org/10.1371/journal.pone.0330197.g002

A: Coefficient path plot of Lasso regression; B: Cross-validation plot of Lasso regression.

Model performance

The performance of 15 machine learning models in predicting in-hospital mortality is summarized in Table 2. The CatBoost Classifier achieved the highest area under the receiver operating characteristic curve (AUC) of 0.7766, with an accuracy of 79.24% and an F1 score of 0.344. The Random Forest Classifier (AUC, 0.7691) and Extra Trees Classifier (AUC, 0.7667) also demonstrated strong performance. The ROC curves for all models are shown in Fig 3, intuitively reflecting their discriminatory power. The CatBoost Classifier exhibited superior performance in distinguishing between high-risk and low-risk patients.

thumbnail
Fig 3. Receiver Operating Characteristic curves of 15 models for in-hospital mortality in patients with lymphoma.

https://doi.org/10.1371/journal.pone.0330197.g003

Variable importance and model interpretation

To evaluate potential multicollinearity among the eight variables retained by LASSO, we computed a Pearson correlation matrix (S1 Fig). The strongest absolute correlations were 0.60 between BUN and creatinine and 0.40 between platelet count and PT; all remaining pairwise correlations were below 0.30. These low-to-moderate values indicate that multicollinearity is not a concern after LASSO regularisation, supporting the stability of the final model.

The importance weights of each variable in the models are displayed in Fig 4. Variables such as blood urea nitrogen, platelets, and PT were assigned higher weights, indicating their critical roles in predicting mortality. SHAP value analysis, shown in Fig 5, quantified the contribution of each variable to model predictions, validating the importance of key variables identified by Lasso regression. The SHAP waterfall plot (Fig 6) decomposed the prediction results for individual patients, clearly showing the positive or negative contributions of each variable to the prediction outcomes.

thumbnail
Fig 6. The SHapley Additive exPlanations (SHAP) Waterfall.

https://doi.org/10.1371/journal.pone.0330197.g006

Discussion

Our study successfully developed and validated machine learning (ML) models to predict in-hospital mortality among ICU patients with lymphoma. This achievement provides significant support for optimizing treatment strategies and improving patient outcomes. Traditional risk stratification tools are limited in their ability to handle the complex interactions among multiple clinical variables, whereas ML models, with their powerful data processing and pattern recognition capabilities, can provide more accurate predictions [9]. In this study, the CatBoost Classifier showed moderate discrimination, with an AUC of 0.7766, with potential incremental value over traditional scores and offering a new tool for clinical decision-making.

Compared with general medical or even oncologic ICU cohorts, lymphoma mellitus patients exhibit distinctive biological and therapeutic determinants of mortality risk. First, rapid tumour-lysis syndrome and hyper-metabolic states can precipitate acute kidney injury, directly elevating BUN independent of hypovolaemia or sepsis [16]. Second, marrow infiltration or ongoing cytotoxic chemotherapy frequently induces severe thrombocytopenia that is both more sudden and profound than in other malignancies [17]. Third, anthracycline-based regimens and immune checkpoint inhibitors increase the incidence of chemotherapy-associated cardiomyopathy, arrhythmias, and capillary leak, leading to haemodynamic instability (lower systolic blood pressure, higher heart rate) and coagulopathy (prolonged PT/APTT) [18,19]. Finally, opportunistic infections common in lymphoma (e.g., Pneumocystis jirovecii, invasive moulds) generate hypoxaemia (lower SpO₂) and lactic acidosis (lower bicarbonate) that may be disproportionate to the apparent severity of organ failure [20,21]. These lymphoma-specific factors collectively confound traditional scores such as APACHE or SOFA, which were calibrated on mixed ICU populations without accounting for tumour burden or chemotherapy-related toxicities.

Previous research has primarily focused on the application of machine learning in disease diagnosis and treatment optimization, with limited exploration into predicting in-hospital mortality for specific conditions like lymphoma in the ICU [2225]. Our study fills this gap. Unlike previous studies that relied on a single model, we compared 15 different ML models and identified the CatBoost Classifier as the best performer. Moreover, through SHAP value analysis, we not only validated the key variables identified by Lasso regression but also revealed their specific impacts on individual predictions, providing clinicians with a more intuitive risk assessment tool. SHAP waterfall plots translate these individual explanations into immediate bedside actions: elevated BUN or severe thrombocytopenia prompts urgent nephrology consultation for renal-replacement therapy ± rasburicase and haematology review for platelet transfusion or chemotherapy dose adjustment; a large positive SHAP contribution from low SpO₂ triggers intensified respiratory monitoring and early bronchoscopy with targeted anti-Pneumocystis or antifungal therapy; when cumulative SHAP values exceed a predefined threshold (e.g., > 0.6), the ICU team can initiate goals-of-care discussions—turning the waterfall plot into a real-time, pathophysiology-based action checklist. In this study, several variables significantly associated with in-hospital mortality were identified through Lasso regression and SHAP value analysis, including blood urea nitrogen, platelets, PT, heart rate, systolic blood pressure, APTT, SpO₂, and bicarbonate. These variables are not only statistically significant but also potentially related to the pathophysiological mechanisms of lymphoma. Elevated blood urea nitrogen levels may indicate renal dysfunction, In the lymphoma context, BUN elevation is often multifactorial: tumour-lysis–induced urate nephropathy [26], cisplatin or ifosfamide nephrotoxicity [27], and sepsis-related acute tubular necrosis all contribute [28]. Similarly, thrombocytopenia reflects not only bone marrow suppression but also immune-mediated platelet destruction (e.g., Evans syndrome) and chemotherapy-induced myelosuppression [29,30]. Prolonged PT and APTT mirror both disseminated intravascular coagulation triggered by tumour tissue factor expression and drug-induced coagulopathy (l-asparaginase, anthracyclines) [31]. These mechanistic links underscore why the CatBoost model, trained on lymphoma-specific data, outperforms generic scores that weight these variables identically across all ICU patients. A common complication in lymphoma patients that can be related to tumor burden, chemotherapy-induced nephrotoxicity, or infection [21,32,33]. Thrombocytopenia may suggest bone marrow suppression or disseminated intravascular coagulation (DIC), both of which are common in lymphoma patients and associated with disease severity and poor prognosis [34,35]. Additionally, changes in heart rate and blood pressure may reflect circulatory instability, while decreased SpO₂ may indicate respiratory failure, both of which are critical conditions frequently encountered in ICU patients [3638]. By leveraging ML models, we can link these clinical variables to biological mechanisms, further elucidating the underlying causes of mortality risk in lymphoma patients admitted to the ICU. Future external validation using multicenter cohorts (e.g., eICU or regional ICU networks) is warranted to confirm the generalizability of our findings beyond the MIMIC-IV setting. Subsequent studies should incorporate longitudinal tumour-burden markers (LDH, PET-CT metabolic tumour volume) and detailed chemotherapy histories to refine lymphoma-specific mortality prediction beyond the current model.

Our study has several strengths. First, the data were sourced from the MIMIC-IV database, which contains a wealth of detailed clinical information, providing a solid foundation for model development and validation. Second, we employed multiple ML models and comprehensively evaluated their performance through cross-validation and SHAP value analysis, ensuring the reliability and interpretability of the results. Finally, our study not only focused on overall model performance but also assessed individual patient risks through SHAP force plots, offering more specific guidance for clinical applications.

Limitations

Despite the positive outcomes, our study has some limitations. First, MIMIC-IV is a single-center database derived from Beth Israel Deaconess Medical Center (Boston, USA), which may introduce selection bias and limit generalizability to other ICUs with different patient demographics, clinical practices, or resource availability. Future research should conduct external validation on multiple independent datasets to confirm the generalizability of the models. Second, although ML models can identify key risk factors, their predictive mechanisms remain complex and difficult to fully explain using traditional medical theories. Additionally, our study did not consider the impact of treatments and interventions during the ICU stay on patient outcomes, which may limit the precision of the model’s predictions. Because MIMIC-IV lacks lymphoma-specific variables such as histological subtype, Ann Arbor stage, recent chemotherapy exposure, tumour-lysis syndrome, or neutrophil nadir, these high-risk features could not be included in the analysis; future multicenter studies with dedicated oncology-ICU databases are needed to capture these predictors. Given the absence of granular treatment data (e.g., specific chemotherapy agents, immunotherapies, or evolving ICU bundles) in MIMIC-IV, we could not control for temporal changes in lymphoma management or critical-care practices. Future multicenter studies that incorporate longitudinal drug and intervention data are warranted to address this limitation. Additionally, because MIMIC-IV lacks detailed, time-stamped data on ICU interventions (mechanical ventilation, vasopressors, dialysis, or lymphoma-specific treatments administered after admission), our models are restricted to admission/early-ICU variables and cannot perform dynamic risk reassessment. Future linkage with high-resolution treatment logs is required to develop longitudinal prediction frameworks.

Conclusion

In summary, the ML models, particularly the CatBoost Classifier, may assist in risk estimation in-hospital mortality among ICU patients with lymphoma. These models not only offer additional insights alongside traditional approaches but also provide interpretable risk assessments through SHAP value analysis. Future research should focus on external validation and clinical implementation to improve outcomes for this high-risk patient population.

Supporting information

S1 Data. The complete, de-identified raw dataset for all patients who met the study inclusion and exclusion criteria.

https://doi.org/10.1371/journal.pone.0330197.s001

(XLS)

S1 Table. Extent of missing data before imputation (n = 1591).

https://doi.org/10.1371/journal.pone.0330197.s002

(DOCX)

S1 Fig. Correlation matrix of the final selected variables.

https://doi.org/10.1371/journal.pone.0330197.s003

(TIF)

References

  1. 1. Mustafa M, Gladston Chelliah E, Hughes M. Patients with systemic rheumatic diseases admitted to the intensive care unit: what the rheumatologist needs to know. Rheumatol Int. 2018;38(7):1163–8. pmid:29549383
  2. 2. Bhavsar T, Crane GM. Immunodeficiency-Related Lymphoid Proliferations: New Insights With Relevance to Practice. Curr Hematol Malig Rep. 2020;15(4):360–71. pmid:32535851
  3. 3. Smedby KE, Ponzoni M. The aetiology of B-cell lymphoid malignancies with a focus on chronic inflammation and infections. J Intern Med. 2017;282(5):360–70. pmid:28875507
  4. 4. Mancuso S, Mattana M, Santoro M, Carlisi M, Buscemi S, Siragusa S. Host-related factors and cancer: Malnutrition and non-Hodgkin lymphoma. Hematol Oncol. 2022;40(3):320–31. pmid:35398917
  5. 5. Friman V, Winqvist O, Blimark C, Langerbeins P, Chapel H, Dhalla F. Secondary immunodeficiency in lymphoproliferative malignancies. Hematol Oncol. 2016;34(3):121–32. pmid:27402426
  6. 6. Basile-Filho A, Lago AF, Menegueti MG, Nicolini EA, Rodrigues LA de B, Nunes RS, et al. The use of APACHE II, SOFA, SAPS 3, C-reactive protein/albumin ratio, and lactate to predict mortality of surgical critically ill patients: A retrospective cohort study. Medicine (Baltimore). 2019;98(26):e16204. pmid:31261567
  7. 7. Lee KS, Sheen SS, Jung YJ, Park RW, Lee YJ, Chung WY, et al. Consideration of additional factors in Sequential Organ Failure Assessment score. J Crit Care. 2014;29(1):185.e9-185.e12. pmid:24262274
  8. 8. Namendys-Silva SA, Silva-Medina MA, Vásquez-Barahona GM, Baltazar-Torres JA, Rivero-Sigarroa E, Fonseca-Lazcano JA, et al. Application of a modified sequential organ failure assessment score to critically ill patients. Braz J Med Biol Res. 2013;46(2):186–93. pmid:23369978
  9. 9. Katsaouni N, Tashkandi A, Wiese L, Schulz MH. Machine learning based disease prediction from genotype data. Biol Chem. 2021;402(8):871–85. pmid:34218544
  10. 10. Battineni G, Sagaro GG, Chinatalapudi N, Amenta F. Applications of machine learning predictive models in the chronic disease diagnosis. J Pers Med. 2020;10(2).
  11. 11. Eckardt J-N, Bornhäuser M, Wendt K, Middeke JM. Application of machine learning in the management of acute myeloid leukemia: current practice and future prospects. Blood Adv. 2020;4(23):6077–85. pmid:33290546
  12. 12. Gupta A, Moore JA. Tumor Lysis Syndrome. JAMA Oncol. 2018;4(6):895. pmid:29801143
  13. 13. Pillarisetti K, Edavettal S, Mendonça M, Li Y, Tornetta M, Babich A, et al. A T-cell-redirecting bispecific G-protein-coupled receptor class 5 member D x CD3 antibody to treat multiple myeloma. Blood. 2020;135(15):1232–43. pmid:32040549
  14. 14. Rodrigues AG, Sales ARK, Faria D, Fonseca SMR, Bond MMK, Jordão CP, et al. Sympathetic neural overdrive and diminished exercise capacity in reduced ejection fraction heart failure related to anthracycline-based chemotherapy. Am J Physiol Heart Circ Physiol. 2023;325(5):H1126–32. pmid:37682239
  15. 15. Johnson AE, Stone DJ, Celi LA, Pollard TJ. The MIMIC Code Repository: enabling reproducibility in critical care research. J Am Med Inform Assoc. 2018;25(1):32–9. pmid:29036464
  16. 16. Noritomi DT, Ranzani OT, Ferraz LJR, Dos Santos MC, Cordioli E, Albaladejo R, et al. TELE-critical Care verSus usual Care On ICU PErformance (TELESCOPE): protocol for a cluster-randomised clinical trial on adult general ICUs in Brazil. BMJ Open. 2021;11(6):e042302. pmid:34155070
  17. 17. Rajkomar A, Oren E, Chen K, Dai AM, Hajaj N, Hardt M, et al. Scalable and accurate deep learning with electronic health records. NPJ Digit Med. 2018;1:18. pmid:31304302
  18. 18. Han K-Y, Gu J, Wang Z, Liu J, Zou S, Yang C-X, et al. Association Between METS-IR and Prehypertension or Hypertension Among Normoglycemia Subjects in Japan: A Retrospective Study. Front Endocrinol (Lausanne). 2022;13:851338. pmid:35370984
  19. 19. Esposito R, Fedele T, Orefice S, Cuomo V, Prastaro M, Canonico ME. An emergent form of cardiotoxicity: acute myocarditis induced by immune checkpoint inhibitors. Biomolecules. 2021;11(6).
  20. 20. Pardo E, Lemiale V, Mokart D, Stoclin A, Moreau A-S, Kerhuel L, et al. Invasive pulmonary aspergillosis in critically ill patients with hematological malignancies. Intensive Care Med. 2019;45(12):1732–41. pmid:31599334
  21. 21. Atamna B, Rozental A, Haj Yahia M, Itchaki G, Gurion R, Yeshurun M, et al. Tumor-Associated Lactic Acidosis and Early Death in Patients With Lymphoma. Cancer Med. 2025;14(7):e70824. pmid:40152524
  22. 22. Guan C, Gong A, Zhao Y, Yin C, Geng L, Liu L, et al. Interpretable machine learning model for new-onset atrial fibrillation prediction in critically ill patients: a multi-center study. Crit Care. 2024;28(1):349. pmid:39473013
  23. 23. Fernandes J, Cardoso V, Comesaña-Campos A, Pinheira A. Comprehensive review: Machine and deep learning in brain stroke diagnosis. Sensors (Basel). 2024;24(13).
  24. 24. Xu J, Chen T, Fang X, Xia L, Pan X. Prediction model of pressure injury occurrence in diabetic patients during ICU hospitalization--XGBoost machine learning model can be interpreted based on SHAP. Intensive Crit Care Nurs. 2024;83:103715. pmid:38701634
  25. 25. Le NQK, Tran T-X, Nguyen P-A, Ho T-T, Nguyen V-N. Recent progress in machine learning approaches for predicting carcinogenicity in drug development. Expert Opin Drug Metab Toxicol. 2024;20(7):621–8. pmid:38742542
  26. 26. Mouri Y, Natsumeda M, Okubo N, Sato T, Saito T, Shibuya K, et al. Successful Treatment of Acute Uric Acid Nephropathy with Rasburicase in a Primary Central Nervous System Lymphoma Patient Showing a Dramatic Response to Methotrexate-Case Report. J Clin Med. 2022;11(19):5548. pmid:36233415
  27. 27. Chayama S, Sato H, Takase K, Hayashi K, Miyake T, Kin S. Severe Hypophosphatemia Potentially Associated with Intracellular Phosphate Shift Concomitant with Acute Kidney Injury in a Patient with Rapidly Proliferating Diffuse Large B-cell Lymphoma. Intern Med. 2025;64(12):1872–6. pmid:39566991
  28. 28. Kayataş M, Yıldız G, Timuçin M, Candan F, Yıldız E, Sencan M. A case of acute renal failure caused by Hodgkin’s lymphoma: concurrent membranous glomerulonephritis and interstitial HL-CD 20 lymphoid infiltration. Ren Fail. 2011;33(3):363–6. pmid:21401364
  29. 29. Zeng C, Han M, Fan J, He X, Jia R, Li L, et al. Anemia and Bone Marrow Suppression After Intra-Arterial Chemotherapy in Children With Retinoblastoma: A Retrospective Analysis. Front Oncol. 2022;12:848877. pmid:35957866
  30. 30. Yue J, Shui H, Li G, Yang B, Tang D. Chemotherapy-Induced Bone Marrow Suppression: A Bibliometrics Analysis. J Multidiscip Healthc, 2025,18:1895–911.
  31. 31. Bowyer A, Smith J, Woolley AM, Kitchen S, Hampton KK, Maclean RM, et al. The investigation of a prolonged APTT with specific clotting factor assays is unnecessary if an APTT with Actin FS is normal. Int J Lab Hematol. 2011;33(2):212–8. pmid:20880301
  32. 32. Bogari MH, Munshi A, Almuntashiri S, Bogari A, Abdullah AS, Albadri M, et al. Acute gastroenteritis-related acute kidney injury in a tertiary care center. Ann Saudi Med. 2023;43(2):82–9. pmid:37031372
  33. 33. Sindhu G, Nishanthi E, Sharmila R. Nephroprotective effect of vanillic acid against cisplatin induced nephrotoxicity in wistar rats: a biochemical and molecular study. Environ Toxicol Pharmacol. 2015;39(1):392–404. pmid:25561092
  34. 34. Levi M, Scully M. How I treat disseminated intravascular coagulation. Blood. 2018;131(8):845–54. pmid:29255070
  35. 35. Levi M. Disseminated Intravascular Coagulation in Cancer: An Update. Semin Thromb Hemost. 2019;45(4):342–7. pmid:31041800
  36. 36. Jaychandran R, Chaitanya G, Satishchandra P, Bharath RD, Thennarasu K, Sinha S. Monitoring peri-ictal changes in heart rate variability, oxygen saturation and blood pressure in epilepsy monitoring unit. Epilepsy Res. 2016;125:10–8. pmid:27300719
  37. 37. Sharma KP. Temporary hypoxemia at high altitude in an intensive care unit physician. SAGE Open Med Case Rep. 2023;11:2050313X231153526. pmid:36776206
  38. 38. Thijssen M, Janssen L, le Noble J, Foudraine N. Facing SpO2 and SaO2 discrepancies in ICU patients: is the perfusion index helpful? J Clin Monit Comput. 2020;34(4):693–8. pmid:31392655