Skip to main content

Prediction of in-hospital mortality in patients with post traumatic brain injury using National Trauma Registry and Machine Learning Approach

Abstract

Background

The use of machine learning techniques to predict diseases outcomes has grown significantly in the last decade. Several studies prove that the machine learning predictive techniques outperform the classical multivariate techniques. We aimed to build a machine learning predictive model to predict the in-hospital mortality for patients who sustained Traumatic Brain Injury (TBI).

Methods

Adult patients with TBI who were hospitalized in the level 1 trauma center in the period from January 2014 to February 2019 were included in this study. Patients’ demographics, injury characteristics and CT findings were used as predictors. The predictive performance of Artificial Neural Networks (ANN) and Support Vector Machines (SVM) was evaluated in terms of accuracy, Area Under the Curve (AUC), sensitivity, precision, Negative Predictive Value (NPV), specificity and F-score.

Results

A total of 1620 eligible patients were included in the study (1417 survival and 203 non-survivals). Both models achieved accuracy over 91% and AUC over 93%. SVM achieved the optimal performance with accuracy 95.6% and AUC 96%.

Conclusions

for prediction of mortality in patients with TBI, SVM outperformed the well-known classical models that utilized the conventional multivariate analytical techniques.

Background

Traumatic Brain Injury (TBI) is defined as the brain injury that is caused by external trauma [1]. TBI causes death and disabilities more than any other trauma [2]. The life expectancy reduces significantly with TBI as the mortality rate increases between 30 and 70% [1, 3] compared to other types of injuries. TBI affects millions of people around the world yearly causing a major global burden [3]. Globally, 64–74 million individuals around the world are estimated to sustain TBI every year with the greatest burden of the disease is in Southeast Asian and Western Pacific regions [2]. Mortality is associated with advanced patient age and the severity of TBI. It was found that the 14-day in-hospital mortality post severe TBI reaches up to 24.5% in adults between 16 and 65 years and greater than 40% in patients over 65 years old [4]. There are several published and widely used prognostic/outcome predictive models that demonstrated good predictive and discrimination power. Table 1 shows some of the widely used prognostic models and their performance as measured by the Area Under the Curve (AUC) [5,6,7,8,9,10,11,12,13,14,15].

Table 1 examples of popular TBI prognostic models

In addition, scholars designed several predictive models that aim to help the clinicians and the researchers to predict the TBI prognosis and outcomes. Jacobs et al. [16] designed a predictive model that aims to predict the outcomes of moderate to severe TBI using demographics, clinical data (e.g. vital signs, pupils reaction, and Glasgow coma scale (GCS)) and radiological parameters (Brain computed tomography scan (CT) findings). The study found that age, pupil responses, GCS score and the occurrence of a hypotensive episode post-injury and several CT scan findings are good predictors for the TBI outcomes.

The use of machine learning techniques to predict diseases outcomes has grown significantly in the last decade. Several studies proved that the machine learning predictive techniques outperformed the classical multivariate techniques [17, 18]. In a systematic review of 30 studies that used machine learning techniques to predict several neurosurgical outcomes including mortality following TBI, machine learning techniques outperformed several well-known classical predictive tools and performed similar or better than field experts in some instances [19]. Rau et al. [6] used machine learning techniques to predict the moderate to severe TBI mortality. The authors used age, sex, use of helmet, co-morbidities, GCS, and vital signs as predictors. They used Logistic Regression (LR), Artificial Neural Network (ANN), Decision Tree (DT), Support Vector Machine (SVM), and Naïve Bayes Classifier (NB) to classify the patients based on the survival outcomes. They compared the performance of the models in terms of accuracy, sensitivity, specificity and the area under the curve (AUC). ANN yielded the best performance amongst all with 96.8% AUC, 92% accuracy, 84.4% sensitivity and 92.8% specificity. Hale et al. [12] used machine learning technique (ANN) to predict 6- month favorable/unfavorable outcomes including mortality in 565 pediatric patients who sustained TBI. They used GCS, pupils reactivity to light, blood glucose level, blood hemoglobin concentration, mass lesion, traumatic sub-arachnoid hemorrhage (tSAH), cistern status, and midline shift to build the predictive model. Further, they compared the performance of the ANN based predictive models with three of the known classical predictive models, namely; Helsinki, Rotterdam, and Marshall. The machine learning model not only achieved profound accuracy (> 94%), but also outperformed the three classical predictive tools. This finding supports Eftekhar et al. [17] that found ANN to significantly outperform the logistic regression based predictive models in predicting diseases outcomes with AUC of 96.5% vs. 95.4%.

This study aims to design supervised machine learning predictive model to early predict in-hospital mortality in adult patients who sustained TBI and admitted to the level 1 trauma center of Hamad General Hospital (HGH)- Hamad Medical corporation (HMC); a governmental non-for-profit healthcare organization.

Methodology

The study was conducted in accordance with the Cross-Industry Standard Process for Data Mining (CRISP-DM) that provides definition of typical phases of the data mining projects. CRISP-DM breaks data mining process into six phases: business and data understanding, data preparation, modeling, evaluation and deployment [20]. Figure 1 provides a summary of the methodology.

Fig. 1
figure 1

Research methodology

Business and data understanding

Not all the registry data were usable in this study. Therefore, to better understand and choose meaningful variables, the authors explored the definition of each variable in the trauma registry data dictionary. In addition, authors reviewed the literature in order to determine which among the enormous number of variables need to be considered a predictor and which among them to be imputed if in case they have missing values [21]. Pediatric patients (< 14 years old) were excluded. This was important for understanding and interpreting the results as some of the important parameters (i.e. vital signs) are different between the pediatrics and adults groups.

Data preparation

The study was approved by the Institutional Review Board (IRB MRC-01-19-106) of HMC. This retrospective study targeted all adult patients who were admitted to the trauma center at HGH in the period from January 2014 to February 2019 and registered in the trauma registry. A total of 2318 patients with TBI were registered in the trauma registry for the given period.

Only Adult patients (≥ 14-year-old) who sustained TBI were included in the study. All variables that have no predictive power (e.g. health record number, date of admission and date of disposition) or those that were severely imbalanced (e.g. gender: where female patients were less than 6%) were excluded. Missing data may seriously impact the predictive models performance [22]. Several approaches to handle data missingness were used in the literature such as elimination of the incomplete records [6] or imputing the missing values which is a widely used approach [22]. Due to the criticality of the subject, records with missing data were eliminated. Subsequently, 1620 eligible patients were included in the study.

The retrieved data included the following variables: Age, gender, mechanism of injury, mode of arrival, alcohol blood level, blood pressure, heart rate, Glasgow Coma Score (GCS), CT findings, intubation status and location, date/time of injury, time of admission to the Emergency Department (ED), patients known comorbidities, performed procedures, blood transfusion, administration of the Venous Thromboembolism (VTE) prophylaxis, blood transfusion, in-hospital complications, outcome and date of disposition.

Additional variables were secondarily generated from the retrieved variables: Shift of admission (D: 7 am to 6:59 pm and N: 7 pm to 6:59 am) [23, 24].

Outcome measure

The outcome measure is the in-hospital mortality during the initial hospitalization post moderate to severe TBI. It is a dichotomous variable (0 = alive and 1 = dead). Patients who were discharged from the trauma surgery section or transferred to another hospital were considered alive.

Prediction models

Two of the powerful supervised machine learning techniques were utilized to allow us to compare their performance with each other and with previous studies in order to recommend the model that achieves the optimal performance and highest practicality in supporting clinical decision. Artificial neural networks (ANN) and Support vector machines (SVM) are widely used in predicting in-hospital mortality. Therefore, they were selected to provide base line comparative performance. SPSS modeler 18.1 was used to conduct the analysis.

To prevent overfitting and to validate the models’ performance, we partitioned the data into training and testing sets and the overfit prevention was set at 30%. Table 2 explains the data partitions.

Table 2 data partitions

Artificial neural networks (ANN)

ANN are widely used machine learning technique that performs powerfully in classification and pattern identification [25]. When used for classification, ANN is seen as a set of connected input/output units in which each connection has a weight associated with it. This weight represents the strength of the connection between the units [26]. Scholars consider ANN as a black-box analytical model. Nonetheless, their great potentials in supporting clinical practice through the engagement with the evidence-based medicine are undeniable [12]. Usually, the performance of the neural network is optimized through partitioning the data into training and test data sets which helps preventing overfitting. The training continues until the error is no further reducible [27]. Once trained, the ANN can be used for future cases where the outcome is unknown [28].

Support vector machines (SVM)

SVM is a powerful classification machine learning algorithm that can be used for linear and non-linear data sets [25]. When using SVM for classification purpose, it is very important to decide which kernel function better achieves the optimal hyperplane that separates the classes [29]. Linear kernel was used in this study as it optimized the predictive performance in the preliminary assessment compared to other functions (i.e. polynomial, sigmoid or Radial Basis functions).

Results

Among the 1620 patients who were included in this study, 203 (12.5%) died in the hospital during their initial hospitalization. Mean age was 34.4 years and mean age at death was 37.2 years. The most common mechanism of injury was fall from height (34%) followed by Motor vehicle crash (30%). The most common CT finding/mass lesion was subdural hemorrhage (28.1%) followed by extradural hemorrhage (22.9%) with 22% of the patients’ sample sustaining midline shift. Tables 3 and 4 show the sample characteristics and the descriptive statistics for the study sample.

Table 3 Sample characteristics- continuous variables
Table 4 Sample characteristics - Nominal and ordinal variables

Performance of the data mining techniques

To calculate the models’ performance metrics, we first constructed the confusion matrix that displays the relationship between the actual observations and the predicted conditions.

Table 5 shows the performance evaluation metrics for the two machine learning techniques in the test data partition. Both models achieved accuracy greater than 91%. Nevertheless, since accuracy alone is insufficient measure to evaluate model performance, AUC, precision, NPV, sensitivity, specificity and F-score measures were taken into consideration. SVM achieved the best performance (Table 5).

Table 5 Performance of the classification models

In-hospital mortality risk factors

SVM utilized all the 21 variables in predicting the in-hospital mortality. In machine learning, the contribution of every predictor to the overall model’s capacity to produce accurate predictions is usually presented in the form of predictor’s importance (Fig. 2) [30]. The first predictor is usually the most important predictor to the model’s capacity. Then the other predictors importance values are ranked in relation to the first ranked predictor. SVM revealed that receiving endotracheal intubation during resuscitation plays the most important role in predicting the in-hospital mortality.

Fig. 2
figure 2

Importance of predictors in Support Vector Machines

Discussion

The early prediction of in-hospital mortality in patients with traumatic brain injury is of utmost importance. Early and powerful prediction of mortality helps clinicians and healthcare managers to optimize the management of medical resources, initiate appropriate diagnostics and interventions in a timely manner, conduct comparative audits and ensure that the patients’ families and others receive appropriate guidance [3, 6]. However, prediction of disease prognosis and outcomes requires developing good prognostic models that include large samples and enjoy high external and internal validity in order to be generalizable beyond a specific research setting [31]. Many prognostic models were published over the years but only few of them achieved sample validity requirements [32]. Usually, clinicians use certain prognostic factors such as GCS to guide their therapeutic decisions and to estimate prognostic outcomes [3, 32]. Nonetheless, such predictors may be affected by several factors such as alcohol use which negatively affects the prediction success and the discrimination power of the model [11, 12]. Thus, for accurate outcome prediction, multiple risk factors (e.g. age, GCS and others) need to be considered jointly in developing prognostic model [32, 33].

In terms of models’ performance, SVM outperformed the ANN in all the performance evaluation metrics (Table 5). Therefore, SVM is the chosen model for deployment.

At a wider scale, in this study, the SVM outperformed the conventional multivariate LR based models that utilize the conventional TBI prognostic models as reported in Table 1. The highest reported AUC when using the conventional prognostic models was 92% [10, 12, 16]. Furthermore, when comparing this study’s machine learning models’ performance with the published literature on TBI, we found that the performance of the SVM model was higher or similar to the performance of the machine learning models in similar studies [6, 19]. This comparison is crucial when the external validity of this study was considered.

This study ranked the intubation to be the most important predictor for post TBI in-hospital mortality. Almost 26% of patients who were intubated in the first 24 h post injury died during their initial hospitalization compared to 0.1% of those who were not intubated. This could be attributed to the severity of TBI as the severer the injury the higher likelihood to get intubated. Moreover, intubation increases the length of stay in the hospital and increases the risks of in-hospital complications e.g. ventilator associated pneumonia that contributes significantly to increasing the mortality [34]. The need for blood transfusion during resuscitation has a significant relationship with the in-hospital mortality. 29% of patients who received blood transfusion during resuscitation died compared to 2.4% mortality among those who didn’t received blood. The need and the consequences of blood transfusion in TBI are still debatable. Several studies reported that blood transfusion in TBI is associated with unfavorable outcomes [35, 36]. This could also be explained by the fact that patients who needed blood transfusion were those who had severer injuries and had lost significant amounts of blood. Therefore, these patients are prone to poor TBI outcomes already.

Consistent with the previous literature, this study found that patients who received venous thromboembolism (VTE) prophylaxis had better survival rate compared to those who didn’t [37]. Almost 18% of those who didn’t receive the VTE prophylaxis deceased during their initial hospitalization compared to 8.7% of those who received VTE prophylaxis. Also, this study found that 54.4%of patients who developed cerebral edema following the primary TBI have died in-hospital compared 9.7% of those who didn’t develop cerebral edema. This finding is consistent with Jha et al. who reported that cerebral edema is a leading cause of in-hospital mortality as it occurs in more than 60% of patients with mass lesions including post TBI hemorrhage [38]. Cerebral edema is a secondary complication to the TBI when the brain tissue water increases following the injury. Hence, significant efforts in TBI management go to the prevention of the secondary brain injury and to maintain adequate cerebral perfusion pressure (CPP) [39, 40]. Midline shift is a major post traumatic complication that leads to serious unfavorable effects including mortality [8, 12, 41]. Around 27% of patients who had midline shift deceased compared to 8.3% of those who had no midline shift reported in their CT scan. TBI diagnosis as per brain CT scan result plays an integral role in predicting in-hospital mortality post TBI. Interestingly, 25% of those who had subarachnoid hemorrhage (SAH) following the TBI died compared to 17.5% and 16.5% for those with DAI and SDH respectively. It is documented in the literature that traumatic SAH has a significant effect on the in-hospital mortality [8, 12, 19]. Further, presenting heart rate (HR) is an indicator of the patient’s hemodynamic stability following any type of trauma particularly TBI. High HR (> 100 bpm) [42] especially when associated with Low SBP (< 90 mmHg) [40] may indicate hypovolemic shock state which leads to poor CPP. This study found a positive relationship between the HR and in-hospital mortality. The HR in this study was collected upon arrival to the ED following trauma. The mean HR upon admission was 93 bpm. The mean HR for those who survived was 90.8 while it was 108.5 bpm for those who later died in the hospital. Interestingly, the mortality rate increases significantly when patients with TBI have associated abdominal injuries [43]. Mortality among those with associated abdominal injury is 31.5% compared to 9.8% among those with no associated abdominal injury.

Finally, the 10th ranked important variable was the arrival mode. Patients that arrived to the trauma center via ambulance had higher mortality compared to those who arrived to the trauma center via another mode (13.5% vs. 7.4%). This is consistent with previous literature which found that the mortality patterns are affected by the mode and the time of arrival to the emergency room following TBI or polytrauma [44, 45]. This could be due to the assumption that the time between injury and arrival of the ambulance then the arrival to the hospital is relatively longer than arrival with private vehicle [45] or simply by the assumption that the severer the injury the higher the likelihood that a patient gets transported to the hospital via ambulance.

Limitations

One of the most important limitations in this study was faced during data processing and preparation. Several variables in the registry are recorded as text-free which complicates data preparation process. Data were abstracted from Qatar national trauma registry; which is contributing data to the National Trauma Data Bank (NTDB) and the Trauma Quality Improvement Program (TQIP) of the American College of Surgeons-Committee on Trauma (ACS-COT). Therefore, there are several potentially useful predictors that were unobtainable such as laboratory results and received medication. The deployment of the model to support clinical decision making is another significant challenge. This is due to several reasons such as the questionable reliability of the non-traditional predictive techniques that stems to a certain extent from the lack of awareness among the clinicians about the artificial intelligence potentials in supporting clinical decision-making process. Very importantly, unlike the logistic regression for instance, the standardized coefficients and the odds ratios pertaining to each predictor in the SVM are not obtainable. This makes the results interpretation more complex than the traditional computational techniques.

Conclusions

This study demonstrated that the performance of the machine learning techniques is superior to the conventional multivariate models. Furthermore, the results were consistent with the known body of knowledge. Thus, with the availability of massive data sets in the electronic medical records and other structured registries, clinical evidence could be made available quickly and with less effort.

From another perspective, the results of this study may encourage the decision makers in the trauma surgery to integrate the machine learning techniques with the trauma registry and the electronic medical records. This may help clinicians plan their preventive efforts and mobilize the necessary resources in an early stage of patient treatment which could improve the care outcomes.

Availability of data and materials

n/a

References

  1. Andelic N, Anke A, Skandsen T, Sigurdardottir S, Sandhaug M, Ader T, et al. Incidence of hospital-admitted severe traumatic brain injury and in-hospital fatality in Norway: a National Cohort Study. Neuroepidemiology. 2012;38:259–67.

    Article  CAS  PubMed  Google Scholar 

  2. Dewan M, Rattani A, Gupta S, Baticulon R, Hung YC, Punchak M, et al. Estimating the global incidence of traumatic brain injury. J Neurosurg. 2018;130(4):1–18.

    Google Scholar 

  3. Rached M, Gaudet J, Delhumeau C, Walder B. Comparison of two simple models for prediction of short term mortality in patients after severe traumatic brain injury. Injury. 2019;50:65–72.

    Article  PubMed  Google Scholar 

  4. Walder B, Haller G, Rebetez M, Delhumeau C, Bottequin E, Schoettker P, et al. Severe traumatic brain injury in a high-income country: an epidemiological study. J Neurotrauma. 2013;30(23):1934–42.

    Article  PubMed  Google Scholar 

  5. Domingues C, Coimbra R, Poggetti R, Nogueira L, de Sousa R. New Trauma and Injury Severity Score (TRISS) Adjustments for Survival Prediction. World J Emerg Surg. 2018;13:12.

    Article  PubMed  PubMed Central  Google Scholar 

  6. Rau C, Kuo P, Chien P, Huang C, Hsieh H, Hsieh C. Mortality prediction in patients with isolated moderate and severe traumatic brain injury using machine learning models. PLoS One. 2018;13(11):e0207192.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  7. Maeda Y, Ichikawa R, Misawa J, Shibuya A, Hishiki T, Maeda T, et al. External Validation of the TRISS, CRASH, and IMPACT Prognostic Models in Severe Traumatic Brain Injury in Japan. PloS one. 2019;14(8):e0221791-e.

    Article  CAS  Google Scholar 

  8. Han J, King N, Neilson S, Gandhi M, Ng I. External validation of the CRASH and IMPACT prognostic models in severe traumatic brain injury. J Neurotrauma. 2014;31(13):1146–52.

    Article  PubMed  Google Scholar 

  9. Carter E, Hutchinson P, Kolias A, Menon D. Predicting the outcome for individual patients with traumatic brain injury: a case-based review. Br J Neurosurg. 2016;30(2):227–32.

    Article  PubMed  Google Scholar 

  10. Wong G, Teoh J, Yeung J, Chan E, Siu E, Woo P, et al. Outcomes of traumatic brain injury in Hong Kong: validation with the TRISS, CRASH, and IMPACT models. J Clin Neurosci. 2013;20(12):1693–6.

    Article  PubMed  Google Scholar 

  11. Reith F, Van den Brande R, Synnot A, Gruen R, Maas A. The reliability of the Glasgow coma scale: a systematic review. Intensive Care Med. 2016;42(1):3–15.

    Article  PubMed  Google Scholar 

  12. Hale A, Stonko D, Brown A, Lim J, Voce D, Gannon S, et al. Machine-learning analysis outperforms conventional statistical models and CT classification Systems in Predicting 6-month outcomes in pediatric patients sustaining traumatic brain injury. Neurosurg Focus. 2018;45(5):E2.

    Article  PubMed  Google Scholar 

  13. Maas A, Hukkelhoven C, Marshall L, Steyerberg E. Prediction of outcome in traumatic brain injury with computed tomographic characteristics: a comparison between the computed tomographic classification and combinations of computed tomographic predictors. Neurosurgery. 2005;57(6):1173–82.

    Article  PubMed  Google Scholar 

  14. Raj R, Siironen J, Skrifvars M, Hernesniemi J, Kivisaari R. Predicting outcome in traumatic brain injury: development of a novel computerized tomography classification system (Helsinki computerized tomography score). Neurosurgery. 2014;75(6):632–47.

    Article  PubMed  Google Scholar 

  15. Liesemer K, Riva-Cambrin J, Bennett KS, Bratton S, Tran H, Metzger R, et al. Use of Rotterdam CT scores for mortality risk stratification in children with traumatic brain injury. Pediatr Crit Care Med. 2014;15(6):554–62.

    Article  PubMed  PubMed Central  Google Scholar 

  16. Jacobs B, Beems T, van der Vliet T, van Vugt A, Hoedemaekers C, Horn J, et al. Outcome prediction in moderate and severe traumatic brain injury: a focus on computed tomography variables. Neurocrit Care. 2013;19(1):79–89.

    Article  PubMed  Google Scholar 

  17. Eftekhar B, Mohammad K, Ardebili H, Ghodsi M, Ketabchi E. Comparison of artificial neural network and logistic regression models for prediction of mortality in head trauma based on initial clinical data. BMC Med Informatics Decis Mak. 2005;5:3.

    Article  Google Scholar 

  18. Chen C, Shi H, Lee K, Huang T. In-hospital mortality prediction in patients receiving mechanical ventilation in Taiwan. Am J Crit Care. 2013;22(6):506–13.

    Article  PubMed  Google Scholar 

  19. Senders J, Staples P, Karhade A, Zaki M, Gormley W, Broekman M, et al. Machine Learning and Neurosurgical Outcome Prediction: A Systematic Review. World Neurosurg. 2018;109:476–86.e1.

    Article  PubMed  Google Scholar 

  20. Bellazzi R, Zupan B. Predictive data Mining in Clinical Medicine: current issues and guidelines. Int J Med Inform. 2008;77:81–97.

    Article  PubMed  Google Scholar 

  21. Zolbanin H, Delen D, Hassan Z. Predicting overall survivability in comorbidity of cancers: a data mining approach. Decis Support Syst. 2015;74:150–61.

    Article  Google Scholar 

  22. Garcia-Laencina P, Abreu P, Abreu M, Afonoso N. Missing data imputation on the 5-year survival prediction of breast Cancer patients with unknown discrete values. Comput Biol Med. 2015;59:125–33.

    Article  PubMed  Google Scholar 

  23. Walker A, Mason A, Quan T, Fawcett N, Watkinson P, Llewelyn M, et al. Mortality risks associated with emergency admissions during weekends and public holidays: an analysis of electronic health records. Lancet. 2017;390(10089):62–72.

    Article  PubMed  PubMed Central  Google Scholar 

  24. Han L, Sutton M, Clough S, Warner R, Doran T. Impact of out-of-hours admission on patient mortality: longitudinal analysis in a tertiary acute hospital. BMJ Qual Saf. 2018;27(6):445.

    Article  PubMed  Google Scholar 

  25. Dag A, Oztekin A, Yucel A, Bulur S, Megahed F. Predicting heart transplantation outcomes through data analytics. Decis Support Syst. 2017;94:42–52.

    Article  Google Scholar 

  26. Han J, Kamber M, Pie J. Data mining: concepts and techniques. 3rd ed. San Francisco: Morgan Kaufmann Publishers Inc; 2012.

    Google Scholar 

  27. Das A, Ben-Menachem T, Cooper G, Chak A, Sivak M, Gonet J, et al. Prediction of outcome in acute lower-gastrointestinal Haemorrhage based on an artificial neural network: internal and external validation of a predictive model. Lancet. 2003;362(9392):1261–6.

    Article  PubMed  Google Scholar 

  28. Schumacher P, Olinsky A, Quinn J, Smith R. A comparison of logistic regression, neural networks, and classification trees predicting success of actuarial students. J Educ Bus. 2010;85(5):258–63.

    Article  Google Scholar 

  29. Cui S, Wang D, Wang Y, Yu P, Jin Y. An improved support vector Machine-Base diabetic readmission prediction. Comput Methods Prog Biomed. 2018;166:123–35.

    Article  Google Scholar 

  30. Archer K, Kimes R. Empirical characterization of random Forest variable importance measures. Computa Stat Data Anal. 2008;52(4):2249–60.

    Article  Google Scholar 

  31. Roozenbeek B, Chiu Y, Lingsma H, Gerber L, Steyerberg E, Ghajar J, et al. J Neurotrauma. 2012;29:1306–12.

    Article  PubMed  PubMed Central  Google Scholar 

  32. Mushkudiani N, Hukkelhoven C, Hernández A, Murray G, Choi S, Maas A, et al. A systematic review finds methodological improvements necessary for prognostic models in determining traumatic brain injury outcomes. J Clin Epidemiol. 2008;61(4):331–43.

    Article  PubMed  Google Scholar 

  33. Teasdale G, Jennett B. Assessment of coma and impaired consciousness: a practical scale. Lancet. 1974;304(7872):81–4.

    Article  Google Scholar 

  34. Jovanovic B, Milan Z, Markovic-Denic L, Djuric O, Radinovic K, Doklestic K, et al. Risk factors for ventilator-associated pneumonia in patients with severe traumatic brain injury in a Serbian trauma Centre. Int J Infect Dis. 2015;38:46–51.

    Article  PubMed  Google Scholar 

  35. Boutin A, Moore L, Lauzier F, Chassé M, English S, Zarychanski R, et al. Transfusion of red blood cells in patients with traumatic brain injuries admitted to Canadian trauma health Centres: a multicentre cohort study. BMJ Open. 2017;7(3):e014472.

    Article  PubMed  PubMed Central  Google Scholar 

  36. East JM, Viau-Lapointe J, McCredie VA. Transfusion practices in traumatic brain injury. Curr Opin Anaesthesiol. 2018;31(2):219–26.

    Article  PubMed  PubMed Central  Google Scholar 

  37. Mohseni S, Talving P, Lam L, Chan L, Ives C, Demetriades D. Venous thromboembolic events in isolated severe traumatic brain injury. J Emerge Trauma Shock. 2012;5(1):11–5.

    Article  Google Scholar 

  38. Jha R, Kochanek P, Simard J. Pathophysiology and treatment of cerebral edema in traumatic brain injury. Neuropharmacology. 2019;145:230–46.

    Article  CAS  PubMed  Google Scholar 

  39. Unterberg A, Stover J, Kress B, Kiening K. Edema and brain trauma. Neuroscience. 2004;129(4):1021–9.

    Article  CAS  PubMed  Google Scholar 

  40. Bratton S, Chestnut R, Ghajar J, McConnell Hammond F, Harris O, Hartl R, et al. Guidelines for the Management of Severe Traumatic Brain Injury. I. Blood Pressure and Oxygenation. J Neurotrauma. 2007;24(Suppl 1):7–13.

    Article  Google Scholar 

  41. Bartels R, Meijer F, van der Hoeven H, Edwards M, Prokop M. Midline shift in relation to thickness of traumatic acute subdural hematoma predicts mortality. BMC Neurol. 2015;15(1):220.

    Article  PubMed  PubMed Central  Google Scholar 

  42. Inoue A, Hifumi T, Kuroda Y, Nishimoto N, Kawakita K, Yamashita S, et al. Mild decrease in heart rate during early phase of targeted temperature management following tachycardia on admission is associated with unfavorable neurological outcomes after severe traumatic brain injury: a post hoc analysis of a multicenter randomized controlled trial. Crit Care. 2018;22(1):352.

    Article  PubMed  PubMed Central  Google Scholar 

  43. Ramesh V, Thirumaran K, Raja M. A new scale for prognostication in head injury. J Clin Neurosci. 2008;15(10):1110–3.

    Article  CAS  PubMed  Google Scholar 

  44. Anselmi L, Meacock R, Kristensen S, Doran T, Sutton M. Arrival by ambulance explains variation in mortality by time of admission: retrospective study of admissions to hospital following emergency department attendance in England. BMJ Qual Saf. 2017;26(8):613.

    Article  PubMed  Google Scholar 

  45. Aljerian N, Alhaidar S, Alothman A, AlJohi W, Albaqami F, Alghnam S. Association between the mode of transport and in-hospital medical complications in trauma patients: findings from a level-I trauma Center in Saudi Arabia. Ann Saudi Med. 2018;38(1):8–14.

    Article  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgments

We would like to thank the national trauma registry team at HMC and the faculty of business and economics at Qatar University. The publication of this article was funded by the Qatar National Library.

Funding

Open Access funding provided by the Qatar National Library.

Author information

Authors and Affiliations

Authors

Contributions

All authors has a substantial contribution in terms of study design, data collection, data interpretation and manuscript writing. The author(s) read and approved the final manuscript.

Corresponding author

Correspondence to Ayman El-Menyar.

Ethics declarations

Ethics approval and consent to participate

The study was approved by the Institutional Review Board (IRB MRC-01-19-106) of HMC.

Consent for publication

The study was approved by the Institutional Review Board (IRB MRC-01-19-106) of HMC.

Competing interests

None.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Abujaber, A., Fadlalla, A., Gammoh, D. et al. Prediction of in-hospital mortality in patients with post traumatic brain injury using National Trauma Registry and Machine Learning Approach. Scand J Trauma Resusc Emerg Med 28, 44 (2020). https://doi.org/10.1186/s13049-020-00738-5

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13049-020-00738-5

Keywords