Skip to main content

Machine learning-based prediction of emergency neurosurgery within 24 h after moderate to severe traumatic brain injury

Abstract

Background

Rapid referral of traumatic brain injury (TBI) patients requiring emergency neurosurgery to a specialized trauma center can significantly reduce morbidity and mortality. Currently, no model has been reported to predict the need for acute neurosurgery in severe to moderate TBI patients. This study aims to evaluate the performance of Machine Learning-based models to establish to predict the need for neurosurgery procedure within 24 h after moderate to severe TBI.

Methods

Retrospective multicenter cohort study using data from a national trauma registry (Traumabase®) from November 2011 to December 2020. Inclusion criteria correspond to patients over 18 years old with moderate or severe TBI (Glasgow coma score ≤ 12) during prehospital assessment. Patients who died within the first 24 h after hospital admission and secondary transfers were excluded. The population was divided into a train set (80% of patients) and a test set (20% of patients). Several approaches were used to define the best prognostic model (linear nearest neighbor or ensemble model). The Shapley Value was used to identify the most relevant pre-hospital variables for prediction.

Results

2159 patients were included in the study. 914 patients (42%) required neurosurgical intervention within 24 h. The population was predominantly male (77%), young (median age 35 years [IQR 24–52]) with severe head injury (median GCS 6 [3–9]). Based on the evaluation of the predictive model on the test set, the logistic regression model had an AUC of 0.76. The best predictive model was obtained with the CatBoost technique (AUC 0.81). According to the Shapley values method, the most predictive variables in the CatBoost were a low initial Glasgow coma score, the regression of pupillary abnormality after osmotherapy, a high blood pressure and a low heart rate.

Conclusion

Machine learning-based models could predict the need for emergency neurosurgery within 24 h after moderate and severe head injury. Potential clinical benefits of such models as a decision-making tool deserve further assessment. The performance in real-life setting and the impact on clinical decision-making of the model requires workflow integration and prospective assessment.

Background

Traumatic brain injury (TBI) is a major public health concern affecting mostly young people, victims of road traffic accidents, and the elderly, victims of falls [Using the random forest as the base model to train to get the importance of different features for selection]. Despite recent progress in neurosurgical and neurocritical care, TBI remains one of the most common causes of injury-related morbi-mortality [2]. In order to improve outcome, the Brain Trauma Foundation (BTF) Prehospital Guidelines recommend that TBI patients be transported to a hospital with computed tomography (CT) scanning, neurosurgical care and intracranial pressure (ICP) monitoring capacities [3]. Among moderate to severe TBI, 15–40% of patients will require an emergency intracranial surgery which including craniotomy and decompressive craniectomy [4,5,6]. These patients carry the higher risk of dying within the first 24–48 h due to extensive intracranial hemorrhage or severe intracranial hypertension and therefore require prompt identification and rapid referral to a specialized neurotrauma center (SNC) [7, 8]. Furthermore, the early identification of patients at risk of emergency neurosurgery (EN) will allow the trauma team to efficiently anticipate and prepare the required resources. This overall improvement could streamline the trauma system and improve time efficiency. However, identifying TBI patients who will benefit from EN remains challenging in the prehospital field, due to limited diagnostic resources in a miscellaneous pre-hospital environment [9]. Machine Learning (ML) provides a way to develop new clinical tools by exploiting large datasets and advanced computation resources [10, 11]. In recent years, many new clinical diagnostic tools have been developed using machine learning methods[12, 13]. This study aims to explore the use of machine learning to elaborate a predictive model of emergency neurosurgery within 24 h after hospital admission in patients with moderate to severe traumatic brain injury.

Methods

Study design

This is a retrospective, multicenter, cross-sectional diagnostic study that is conducted to predict the need for neurosurgery within 24 h following TBI. This study adheres to existing recommendations on diagnostic model development, individual patient data meta-analysis (IPD-MA), and reports the resulting model in accordance with the Transparent Reporting of a multivariable model for Individual Prognosis or Diagnosis (TRI-POD) guidelines (see TRIPOD checklist in Additional file 1: S3)[14]. Prospective data collection started in November 2011 and ended in December 2020.

Participants

All patients, 18 years old or more and suspected of traumatic brain injury with a Glasgow coma score ≤ 12 and directly transported to a participating SNC. Patients who died within 24 h after admission or not directly admitted to a participant SNC were excluded. All trauma centers from the Traumabase® registry were included in this study (Additional file 1: S1).

Data source

The Traumabase® registry prospectively collects socio-demographic, clinical, biological, therapeutic, and in hospital evolution data for all patients consecutively admitted to a participating center for a suspicion of severe trauma based on national triage criteria [15]. For each patient, data collection ranges from the prehospital scene to hospital discharge. Severe trauma is defined as a situation suggesting life threatening or changing injuries (Additional file 1: S2).

Outcome measure

The primary outcome measure was the need for emergency neurosurgery (EN) within the 24 h following the traumacenter admission. Emergency neurosurgery was defined as subdural or epidural hematoma evacuation, intracerebral evacuation, decompressive craniectomy and external ventricular drainage for intracranial hypertension. The choice to perform EN was left to the trauma team in charge.

Predictor selection

This work considered initially using all 39 prehospital variables available in the data base. Preliminary analysis using machine learning methodology showed that these variables to be contributive predictors but only a limited number of them were identified to be important to ensure a satisfactory model performance. Several iterations were conducted to select and retain the most relevant predictors according to the Shapley values. This process provided fifteen prehospital predictors:

(1) Glasgow coma score, (2) Initial systolic blood pressure, (3) Initial diastolic blood pressure, (4) Initial oxygen saturation, (5) Orotracheal intubation (during prehospital management), (6) Pupillary abnormalities (one or both pupils unreactive), (7) Administration of osmotherapy (Mannitol or Hypertonic Saline Solution (SSH) during prehospital management), (8) Regression of pupillary abnormality after osmotherapy, (9) Initial heart rate, (10) Mechanism of injury: fall from height, (11) Mechanism of injury: road traffic accident, (12) Mechanism of injury: firearm injury, (13) Mechanism of injury: other mechanisms, (14) Mechanism of injury: blunt by object (15) Capillary hemoglobin value.

Data analysis

The dataset was divided into three partitions: the derivation set (training set and validation set) and the test set. Derivation and test set were composed according to a temporal split (derivation set from 15/11/2010 to 12/5/2019, the test set from 13/5/2019 to 6/12/2020). The derivation set was split again into training and validation sets based on the 80/20 time-based split. Missing values were handled by the factorial analysis for mixed data (FAMD) imputation strategy. Models trained with an imbalanced dataset risk a bias toward the majority class. To avoid this bias, the study group adopted the Synthetic Minority Over-sampling Technique (SMOTE) in order to balance class distribution in the training set [16] (Fig. 1). SMOTE randomly increases the minority class (need of neurosurgery after TBI) examples by synthesizing new minority instances from the existing ones. They are generated by randomly selecting one or more of the k-nearest neighbors for each example in the minority class.

Fig. 1
figure 1

Distribution of train-valid-test dataset: “Synthetic” examples are created by Synthetic Minority Oversampling Technique (SMOTE) only in the training set to cope with the bias toward the majority class due to the imbalanced distribution of the target variable (Emergency neurosurgery within the 24 h hours after admission)

Training proceeded on the training set and parameters defining the model architecture (hyperparameters) were determined with the validation set. Once the set of hyperparameters leading to the best model performance were determined, a final evaluation was carried out on the test set. This final step aimed to test out how the trained model could be generalized to the new data which correspond to the test set.

Model selection

The performance of the prediction was compared among candidate models, which included both linear and nonlinear prediction models. These included logistic regression, k-nearest neighbors, stochastic gradient descent, and ensemble methods such as that of gradient boosting. In order to maximize the timely identification of patients that require EN, models were trained by optimizing an F2-score. This choice allowed the model to be trained by limiting false negatives responsible for potentially harmful secondary transfer delaying necessary EN. The mean Area Under Curve (AUC) was calculated to measure and compare the predictive performance of each model during the final step (test set).

Interpretability

SHAP (Shapley Additive exPlanations) is a framework for Shapley Value which attributes an importance value to each for the prediction (emergency neurosurgery within 24 h in this work). The Shapley value provides a quantitative measure into how important each prehospital variable is to the overall cooperation of variable. For every patient, the Shapley value of each variable is calculated to identify its impact on the prediction of EN within 24 h. By averaging the Shapley value for each variable of each patient we were able to rank and evaluate its importance in the prediction model. The Shapley value works for both classification of variable importance and variable effects. A summary plot combines variable importance and effects. Each point on the summary plot is a Shapley value for a variable and an instance. The color represents the value of the variable from low (blue) to high (red), overlapping points are deterred in the y-axis. In this work, positive Shapley values contribute to the prediction of positive outcome (EN within 24 h) and vice versa.

Statistical analysis

To describe the continuous variables, we applied median and interquartile range while number and proportion were applied for the categorical variables.

Results

Population

A total of 27,023 patients were included in the Traumabase® between November 2011 and December 2020. 2,159 patients meeting the inclusion criteria were included in the study of whom 914 patients (42%) required EN within the first 24 h (Flow chart, Fig. 2). The distribution of the number of patients included in the derivation set (training and validation set) and in the test set is presented in Fig. 2. The mean age was 35 years [IQR 24–52] and the population was predominantly male (77%). Road traffic accidents were the main cause of trauma (53%) followed by falls from height (32%). The median GCS score was 6 [3,4,5,6,7,8,9] and 36% had a pupillary abnormality. Injury severity score (ISS) was 29 [22–38] and 84% of the patients were on mechanical ventilation in the pre-hospital setting. The characteristics of the patients without imputation and after imputation are summarized in Table 1.

Fig. 2
figure 2

Flowchart

Table 1 Patient’s characteristics before and after imputation

Prediction model

The logistic regression model showed an AUC of 0.76, the nearest neighbor (knn) technique performed less favorably with an AUC of 0.70. The AUCs of the other set of techniques (Logistic regression, Knn, Sgd, Lgbm and xgb) ranged from 0.70 to 0.81 (Fig. 3). The best predictive model for EN within the first 24 h was obtained with the CatBoost set technique (AUC: 0.81) (Fig. 3).

Fig. 3
figure 3

Area under the curve of the different artificial intelligence models after the "Test set" phase

Confusion matrices

The confusion matrices for the different models are presented in Fig. 4. All the models trend to limit the number of false negatives. The Catboost model has a balanced prediction with 44 false negatives and 68 false positives. The best predictive model to limit the false negative is the xgb (30 false negatives) (Fig. 4).

Fig. 4
figure 4

Matrice of confusion of the models: The confusion matrix describes the performance of each classification model. For example, the Catboost model has a balanced prediction with 44 false negatives (patient that will require neurosurgery but not identified by the model) and 68 false positives (patient that will not require neurosurgery but identified by the model as requiring emergency neurosurgery)

Predictor selection

According to the Shapley values, of the 15 prehospital variables used by the model, a low Glasgow Coma Score, the regression of the mydriasis after osmotherapy, a high systolic or diastolic blood pressure and a low heart rate were the most influential variables to predict neurosurgery within 24 h following trauma (Fig. 5). All the prehospital variables used in the model are presented with the Shapley value in Fig. 5.

Fig. 5
figure 5

Shapley values of the Catboost model: each point on the summary plot is a Shapley value for a variable and an instance. The color represents the value of the variable from low (blue) to high (red). The most important variable that helps in the prediction is the systolic pressure upon arrival of the physician-staffed EMS and the less important is. For example, the distribution of the feature value along the x-axis indicates that low systolic pressure contributes to a prediction of negative outcome and high systolic pressure contributes to a prediction of positive outcome

Discussion

Prehospital identification of TBI patients who require EN within 24 h could be useful to increase timely disposition to a SNC, to efficiently anticipate required resources and accelerate a patient specific workflow. In the present study, ML-based models were able to predict with sufficient discrimination the necessity for EN within 24 h after moderate and severe TBI. This result tends to confirm that linear models such as CatBoost convey new tools to elaborate prediction model as compared to commonly used logistic regression models (Additional file 2: Graphical abstract).

This study has several strengths. Firstly, data were extracted from a large national registry with robust data management. These data were collected from multiple geographically and structurally distinct regions with different trauma systems. Secondly, data were analyzed by trained and experienced data scientists through a multi-disciplinary partnership [17]. Thirdly, whereas machine learning-based models frequently rely on a large number of variables the present models rely exclusively on a few, rapidly and easily available pre-hospital variables in daily practice and make it suitable for a decision-making tool. Fourthly, our results are consistent with a recent study by Abe et al. In this study, ML algorithms have achieved the same performance as our model (AUC: 0.78) in detecting intracerebral hemorrhage after traumatic brain injury [18]. Finally, this study provides information on the “black box” of the model through Shapley values in order to ensure explainability for clinicians and increase acceptance.

Predictor selection

ML-based decision support systems frequently lack the possibility to be understood in their logic. Explainability and interpretability of ML models remain a challenge in the field of data science and should be improved in order to provide fully accurate and convincing results. In our study, the “black box” of the most pertinent model (Catboost model) was explored through the Shapley value. This method provides an explanation to the mechanism of a complex model and illustrates how decisions are made. This insight confirms to the clinicians that ML apply to medical data present a medical consistency. In the Catboost model, the most important variable in the prediction was the SBP with more EN use when SBP is high. Moreover, a low heart rate value was associated with neurosurgery. The association of a high blood pressure and a low heart rate known as the Cushing's reflex corresponds to the adaptive response of the brain to severe intracranial hypertension [19, 20]. It has already been demonstrated that this reflex was a predictor for neurosurgery [21]. A low Glasgow Coma Score and a pupillary abnormality were found to be important factors for EN prediction. They frequently indicate a severe brain lesion such as subdural or extradural hematoma with a mass effect on the brain [22]. All the variables, but also the meaning of the variables in our predictive model seem to be medically consistent and present a strong physiopathological rationale.

Outcome: emergency neurosurgery within 24 h after admission

ML techniques, especially supervised learning techniques, optimize their models based on large data sets. Thus, the definition of the prediction target is of crucial importance. In the registry used for this study, EN within 24 h is an observed and predefined variable and is not derived from a theoretical indication or proxy. This specificity may increase inaccuracy if the model is applied to datasets that rely on theoretical indication or a proxy. Furthermore, clinical practice patterns may vary across clinicians, hospitals or trauma systems [23]. For example, based to the Shapley values, TBI after firearm injury have less neurosurgical requirement than other mechanisms. We can hypothesize, in these cases, that clinicians agreed on early withdrawal of care and refrained from surgical management of often catastrophic ballistic cerebral injuries. Thus, the self-learning quality of the model may induce a systemic bias in this case. To further compensate for the bias of early withdrawal of care in the case of catastrophic injury, all patients who died within 24 h were excluded. The 42% rate of EN in our study is higher than the 15–30% reported in previous studies. Those studies generally focus on the admission period, whereas the present study extended to the first 24 h during which injuries such as contusions or subdural and extradural hematomas can evolve and required secondary neurosurgical management.

Perspective

Referral of trauma patients to a trauma center improves mortality and morbidity, especially when the severity of the injury is significant [24, 25]. Indeed, trauma systems can only reach their full potential when patients are transported to the right hospitals within the right time and if local resources are activated appropriately. Thus, early identification of TBI patients that will require EN is important to avoid delay or anticipate adequate treatment (blood product for TBI coagulopathy, catecholamine to improve cerebral pressure perfusion). However, the prehospital triage phase is time-constrained and aids to diagnosis are limited. Hence, this ML model which is based exclusively on a few pre-hospital variables could help to streamline the entire management of the most severe TBI patients with the final purpose to improve early survival and reduce long-term disabilities [8, 26, 27].

ML-based clinical algorithms have to be focused on augmenting rather than replacing human intelligence. In situations characterized by uncertainty and complexity, ML tools could provide more reliable and reproducible decision-making or support human decision-making when in doubt. This hypothesis needs to be tested. The fact that our model used the same physiological reasoning as clinicians confirms its robustness but also raises the question of its added value. In consequence, the next step is to assess prospectively the performance of the tool compared to physician prediction based on the same information. Finally, if ML models are used in a daily practice to detect the severity of patients’ injuries and for decision-making process, their safety profiles should be carefully evaluated in order to avoid harming a group of patients. Indeed, as presented in confusion matrix, the Catboost model had a 20% false negative rate for NS. This false negative rate could be a concern at the patient level considering the risk of undertriaged and therefore denied access to high-resource resuscitation. Thus, the final step requires work flow integration and assessment of interaction with the clinicians and patient’s outcome.

Limitation

The limitations of this study require consideration. Firstly, this is a retrospective study based on registry data and we were not able to breakdown the type of brain injuries (subdural hematoma, epidural hematoma, subarachnoid hemorrhage). Secondly, the study focused exclusively on directly admitted patients to exclude cases with missing data, since reliable prehospital data are often missing after secondary transport. Thirdly, the SMOTE technique employed to balance each group during the training phase may generate bias by creating artificial new patients. However, the technique remains a recommended reference frequently used in ML models. Fourthly, Shapley values do not provide any specific thresholds for continuous variables such as high blood pressure or low heart rate. Thus, we are unable to recommend a precise threshold for each feature to trigger the referral of TBI patients to a specialized center. Finally, to design this model we have chosen a time-based split which is questionable considering the evolution in TBI management and prognosis in recent years. However, to frame time-dependent events and dynamic change such as management patterns, time-based splitting provides a robust and recommended approach.

Conclusion

In this study several ML models predicted the necessity for EN within 24 h after moderate and severe TBI with acceptable discrimination. These models are based exclusively on a few, rapidly and easily available pre-hospital variables opening the perspective to integrate the model easily into a clinical decision support tool. The reliability and usefulness of such a tool deserves assessment in prospective studies.

Availability of data and materials

The data that support the findings of this study are available from the Traumabase group but restrictions apply to the availability of these data, which were used under license for the current study, and so are not publicly available. Data are however available from the authors upon reasonable request and with permission of the Traumabase® group.

Abbreviations

TBI:

Traumatic brain injury

SNC:

Specialized neurotrauma center

EN:

Emergency neurosurgery

SMOTE:

Synthetic minority over-sampling technique

GCS:

Glasgow coma score

AUC:

Area under the curve

ISS:

Injury severity score

References

  1. Dewan MC, Rattani A, Gupta S, Baticulon RE, Hung Y-C, Punchak M, et al. Estimating the global incidence of traumatic brain injury. J Neurosurg. 2018;130:1080.

    Article  Google Scholar 

  2. Maegele M, Engel D, Bouillon B, Lefering R, Fach H, Raum M, et al. Incidence and outcome of traumatic brain injury in an urban area in Western Europe over 10 years. Eur Surg Res. 2007;39:372–9.

    Article  CAS  Google Scholar 

  3. Carney N, Totten AM, O’Reilly C, Ullman JS, Hawryluk GWJ, Bell MJ, et al. Guidelines for the management of severe traumatic brain injury. Fourth Edition Neurosurg. 2017;80:6–15.

    Article  Google Scholar 

  4. Roquilly A, Moyer JD, Huet O, Lasocki S, Cohen B, Dahyot-Fizelier C, et al. Effect of continuous infusion of hypertonic saline vs standard care on 6-month neurological outcomes in patients with traumatic brain injury: the COBI randomized clinical trial. JAMA. 2021;325:2056–66.

    Article  CAS  Google Scholar 

  5. Cooper DJ, Nichol AD, Bailey M, Bernard S, Cameron PA, Pili-Floury S, et al. Effect of early sustained prophylactic hypothermia on neurologic outcomes among patients with severe traumatic brain injury: the POLAR randomized clinical trial. JAMA. 2018;320:2211–20.

    Article  Google Scholar 

  6. Paget L-M, Boutonnet M, Moyer J-D, Delhaye N, D’Aranda E, Beltzer N, et al. Trauma centre admissions for traumatic brain injury in France: One-year epidemiological analysis of prospectively collected data. Anaesth Crit Care Pain Med. 2021;40:100804.

    Article  Google Scholar 

  7. Hedges JR, Newgard CD, Veum-Stone J, Selden NR, Adams AL, Diggs BS, et al. Early neurosurgical procedures enhance survival in blunt head injury: propensity score analysis. J Emerg Med. 2009;37:115–23.

    Article  Google Scholar 

  8. McConnell KJ, Newgard CD, Mullins RJ, Arthur M, Hedges JR. Mortality benefit of transfer to level I versus level II trauma centers for head-injured patients. Health Serv Res. 2005;40:435–57.

    Article  Google Scholar 

  9. Ter Avest E, Taylor S, Wilson M, Lyon RL. Prehospital clinical signs are a poor predictor of raised intracranial pressure following traumatic brain injury. Emerg Med J. 2021;38:21–6.

    Article  Google Scholar 

  10. Connor CW. Artificial intelligence and machine learning in anesthesiology. Anesthesiology. 2019;131:1346–59.

    Article  Google Scholar 

  11. Hashimoto DA, Witkowski E, Gao L, Meireles O, Rosman G. Artificial intelligence in anesthesiology: current techniques, clinical applications, and limitations. Anesthesiology. 2020;132:379–94.

    Article  Google Scholar 

  12. van der Sluijs R, Debray TPA, Poeze M, Leenen LPH, van Heijl M. Development and validation of a novel prediction model to identify patients in need of specialized trauma care during field triage: design and rationale of the GOAT study. Diagn Progn Res. 2019;3:12.

    Article  Google Scholar 

  13. van Rein EAJ, van der Sluijs R, Voskens FJ, Lansink KWW, Houwert RM, Lichtveld RA, et al. Development and validation of a prediction model for prehospital triage of trauma patients. JAMA Surg. 2019;154:421–9.

    Article  Google Scholar 

  14. Collins GS, Reitsma JB, Altman DG, Moons KGM. Transparent reporting of a multivariable prediction model for individual prognosis or diagnosis (TRIPOD): the TRIPOD statement. BMJ. 2015;350:g7594.

    Article  Google Scholar 

  15. Hamada SR, Gauss T, Duchateau F-X, Truchot J, Harrois A, Raux M, et al. Evaluation of the performance of French physician-staffed emergency medical service in the triage of major trauma patients. J Trauma Acute Care Surg. 2014;76:1476–83.

    Article  Google Scholar 

  16. Chawla NV, Bowyer KW, Hall LO, Kegelmeyer WP. SMOTE: synthetic minority over-sampling technique. jair. 2002;16:321–57.

    Article  Google Scholar 

  17. Moyer J-D, Hamada SR, Josse J, Auliard O, Gauss T, Traumabase Group. Trauma reloaded: trauma registry in the era of data science. Anaesth Crit Care Pain Med. 2021;40:100827.

    Article  Google Scholar 

  18. Abe D, Inaji M, Hase T, Takahashi S, Sakai R, Ayabe F, et al. A prehospital triage system to detect traumatic intracranial hemorrhage using machine learning algorithms. JAMA Netw Open. 2022;5:e2216393.

    Article  Google Scholar 

  19. Fodstad H, Kelly PJ, Buchfelder M. History of the cushing reflex. Neurosurgery. 2006;59:1132–7.

    Article  Google Scholar 

  20. Yumoto T, Naito H, Yorifuji T, Maeyama H, Kosaki Y, Yamamoto H, et al. Cushing’s sign and severe traumatic brain injury in children after blunt trauma: a nationwide retrospective cohort study in Japan. BMJ Open. 2018;8:e020781.

    Article  Google Scholar 

  21. Yumoto T, Mitsuhashi T, Yamakawa Y, Iida A, Nosaka N, Tsukahara K, et al. Impact of Cushing’s sign in the prehospital setting on predicting the need for immediate neurosurgical intervention in trauma patients: a nationwide retrospective observational study. Scand J Trauma Resusc Emerg Med. 2016;24:147.

    Article  Google Scholar 

  22. Chesnut RM, Gautille T, Blunt BA, Klauber MR, Marshall LE. The localizing value of asymmetry in pupillary size in severe head injury: relation to lesion type and location. Neurosurgery. 1994;34:840–5.

    CAS  PubMed  Google Scholar 

  23. van Essen TA, Lingsma HF, Pisică D, Singh RD, Volovici V, den Boogert HF, et al. Surgery versus conservative treatment for traumatic acute subdural haematoma: a prospective, multicentre, observational, comparative effectiveness study. Lancet Neurol. 2022;21:620–31.

    Article  Google Scholar 

  24. Davenport RA, Tai N, West A, Bouamra O, Aylwin C, Woodford M, et al. A major trauma centre is a specialty hospital not a hospital of specialties. Br J Surg. 2010;97:109–17.

    Article  CAS  Google Scholar 

  25. MacKenzie EJ, Rivara FP, Jurkovich GJ, Nathens AB, Frey KP, Egleston BL, et al. A national evaluation of the effect of trauma-center care on mortality. N Engl J Med. 2006;354:366–78.

    Article  CAS  Google Scholar 

  26. Giugni A, Gamberini L, Carrara G, Antiga L, Brissy O, Buldini V, et al. Hospitals with and without neurosurgery: a comparative study evaluating the outcome of patients with traumatic brain injury. Scand J Trauma Resusc Emerg Med. 2021;29:158.

    Article  Google Scholar 

  27. DuBose JJ, Browder T, Inaba K, Teixeira PGR, Chan LS, Demetriades D. Effect of trauma center designation on outcome in patients with severe traumatic brain injury. Arch Surg. 2008;143:1213–7.

    Article  Google Scholar 

Download references

Acknowledgements

Contributors from the Traumabase listed as investigators. Paer-Selim Abback, Département d'Anesthésie Réanimation, Hôpital Beaujon, HPUNVS, Clichy, France. Gérard Audibert, Département d'Anesthésie Réanimation, Hôpital de Nancy, Nancy, France. Thomas Geeraerts, Département d’Anesthésie Réanimation, Toulouse, France. Olivier Langeron, Département d'Anesthésie Réanimation, Hôpitaux Universitaires Henri Mondor, Créteil, France. Marc Leone, Département d'Anesthésie Réanimation, Hôpital Nord, AP-HM, Marseille, France. Julien Pottecher, Département d'Anesthésie Réanimation, CHU de Strasbourg Hautepierre, Strasbourg, France. Laurent Stecken, Département d’Anesthésie-Réanimation, CHU de Bordeaux, Bordeaux, France. Jean-Luc Hanouz, Département d’Anesthésie-Réanimation, CHU de Caen, Caen, France. The authors are also indebted to all persons (data scientists, engineers, consultants, physicians) who are involved in the Traumatrix project: Capgemini Invent: Myriam Ikken, Gouin Mathilde, Kenniche Hichem, Lam Virginie, Laveissiere Romain, Loubni Soukaina, Noel Estelle, Pierron-Perles Charlotte, Sahagian Gaaya Aicha, Sauvan Julien, Zryouil Karim, École des Hautes Études en Sciences Sociales/École Normale Supérieure: Nadal Jean-Pierre INRIA / École Polytechnique: Jiang Wei, Mayer Imke.

Funding

The study received no specific funding. Cap Gemini Invent provided human resource and data science and statistical expertise in the framework of a non-profit research consortium (Traumatrix.fr). Some participating centers receive regular funding for the registry from the Agence-Régionale Ile de France and Agence Régionale Est.

Author information

Authors and Affiliations

Authors

Consortia

Contributions

All the authors wrote the manuscript and created the figure. All Authors were involved in the treatment of the patient and data collection. Concept and design: JDM, PL, TG. Statistical Analysis: JS Interpretation of data: JDM, CB, PL, HA, TG, MB. All authors critically reviewed and agreed to the submission of the final manuscript.

Corresponding author

Correspondence to Jean-Denis Moyer.

Ethics declarations

Ethics approval and consent to participate

The TraumaBase® obtained ethical approval from the Institutional Review Board (Prof. Laurent Capelle, Paris Cedex 13, France; Comité de Protection des Personnes, Paris VI), the Advisory Committee on Information Processing in Health Research (CCTIRS, 11.305bis), and the National Commission on Informatics and Liberties (CNIL, 911461).

Consent for publication

Not applicable.

Competing interests

TG declares consulting fees from Laboratoire du Biomédicament in the past.

Additional information

Publisher's Note

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

Supplementary Information

Additional file 1:

Supplementary materials.

Additional file 2:

Graphical abstract.

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

Moyer, JD., Lee, P., Bernard, C. et al. Machine learning-based prediction of emergency neurosurgery within 24 h after moderate to severe traumatic brain injury. World J Emerg Surg 17, 42 (2022). https://doi.org/10.1186/s13017-022-00449-5

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13017-022-00449-5

Keywords