Skip to main content
medRxiv
  • Home
  • About
  • Submit
  • ALERTS / RSS
Advanced Search

Machine Learning Methods to Predict Survival in Patients Following Traumatic Aortic Injury

View ORCID ProfileNisreen Shiban, View ORCID ProfileJoshua Gaul, View ORCID ProfileHenry Zhan, View ORCID ProfileAndrew Elhabr, View ORCID ProfileNima Kokabi, View ORCID ProfileJamlik-Omari Johnson, View ORCID ProfileTarek Hanna, View ORCID ProfileJustin Schrager, View ORCID ProfileJudy Gichoya, View ORCID ProfileImon Banerjee, View ORCID ProfileHari Trivedi
doi: https://doi.org/10.1101/2021.07.28.21261166
Nisreen Shiban
1Emory University, Atlanta, GA
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
  • ORCID record for Nisreen Shiban
  • For correspondence: nshiban@emory.edu
Joshua Gaul
2Georgia Institute of Technology, Atlanta, GA
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
  • ORCID record for Joshua Gaul
Henry Zhan
1Emory University, Atlanta, GA
MD
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
  • ORCID record for Henry Zhan
Andrew Elhabr
2Georgia Institute of Technology, Atlanta, GA
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
  • ORCID record for Andrew Elhabr
Nima Kokabi
1Emory University, Atlanta, GA
MD
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
  • ORCID record for Nima Kokabi
Jamlik-Omari Johnson
1Emory University, Atlanta, GA
MD
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
  • ORCID record for Jamlik-Omari Johnson
Tarek Hanna
1Emory University, Atlanta, GA
MD
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
  • ORCID record for Tarek Hanna
Justin Schrager
1Emory University, Atlanta, GA
MD
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
  • ORCID record for Justin Schrager
Judy Gichoya
1Emory University, Atlanta, GA
MD
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
  • ORCID record for Judy Gichoya
Imon Banerjee
1Emory University, Atlanta, GA
PhD
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
  • ORCID record for Imon Banerjee
Hari Trivedi
1Emory University, Atlanta, GA
MD
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
  • ORCID record for Hari Trivedi
  • Abstract
  • Full Text
  • Info/History
  • Metrics
  • Data/Code
  • Preview PDF
Loading

Abstract

The National Trauma Data Bank (NTDB) is a resource of diagnostic, treatment, and outcomes information in trauma patients. We leverage the NTDB and machine learning techniques to predict survival following traumatic aortic injury. We create two predictive models using the NTDB – 1) using all data and, 2) using only data available in the first hour after arrival (prospective data). Seven discriminative model types were tested before and after feature engineering to reduce dimensionality. The top performing model was XGBoost, achieving an overall accuracy of 0.893 using all data and 0.855 using prospective data. Feature engineering improved performance of all models. Glasgow Coma Scale score was the most important factor for survival, and thoracic endovascular aortic repair was more common in patients that survived. Smoking, pneumonia, and urinary tract infection predicted poor survival. We also note concerning disparities in outcomes for black and uninsured patients that may reflect differences in care.

Introduction

Traumatic aortic injury (TAI) is the second leading cause of death in multi-trauma patients and requires urgent management 1. Although only 38% of patients survive following acute aortic injury, better management at the scene of the accident and quicker transportation to hospitals has led to improvements in overall survival, with only 4% of patients dying en route 2. Nonetheless, mortality around the time of the injury remains high, estimated at 20% in the 24 hours following hospital admission 3.

Retrospective studies around predicting mortality in TAI show that thoracic endovascular aortic repair (TEVAR) is associated with improved outcomes compared with open repair, specifically lower mortality and lower incidence of spinal cord ischemia 4,5. These works predominantly report the effects of non-operative management, TEVAR, or open aortic repair and control only for major demographic factors when evaluating outcomes. However, there are no comprehensive studies that include more detailed comorbidities, complications, and injury types that may affect outcomes in patients with TAI.

Modern machine learning (ML) methods and advances in hardware have enabled development of robust prediction models that integrate thousands of features, far beyond what is possible in traditional multivariate analysis. In Emergency Medicine, ML models have been developed for a variety of pathologies, including acute kidney injury, influenza, and sepsis 6–8. In this study, we aimed to develop an ML model to predict survival in TAI using detailed patient information available on arrival and throughout the hospital stay.

To gather sufficient data for evaluation of outcomes in TAI, we leveraged the National Trauma Data Bank (NTDB) - a large data repository that encompasses a wide variety of traumatic injuries, interventions, and outcomes in trauma patients9. The NTDB is compiled annually by the American College of Surgeons (ACS) using standardized data contributions from trauma hospitals across the U.S. Several studies have applied machine learning techniques to the NTDB to investigate clinical problems such as traumatic brain injury (TBI) and overall trauma severity, however these studies often focus only on limited portions of the available data or create trauma models that are too general for more rare pathologies such as TAI. For example, Abujaber et al discard 30% of patients with TBI due to missing data and use a hand-selected list of features rather than the entirety of data available 10. Gorczyca et al created a new general trauma severity model but do not report performance for any specific pathologies 11.

In this work, we leverage all available data fields in the NTDB to answer a specific clinical question and implement feature engineering techniques to improve model performance. These pre-processing techniques are generalizable regardless of the clinical application, and therefore can be used to more easily create pathology-specific models that may highlight patterns in patient outcomes. We also report the performance of multiple types of ML architectures and provide explainable results with feature importances from our top-performing model.

Methods

Cohort Selection

We focused on NTDB data from 2011 to 2015 for uniformity in international classification of disease 9th edition (ICD-9) diagnostic codes. There were 5.1M recorded trauma incidents with each row in the dataset representing one incident. Individual patients are not tracked in the dataset so multiple incidents per patient could not be evaluated.

Patient Selection and Outcomes Categorization

To identify incidents with TAI, we filtered based on ICD-9 diagnostic codes of 901.0, 902.0, and 441.* which are specific to dissection or other injury of the thoracic or abdominal aorta, yielding 12,435 unique incidents. The NTDB contains 18 possible patient dispositions ranging from discharged, deceased, or transfer to various facilities. Outcomes were binarized as survival (alive) or non-survival (deceased) based on these codes (Figure 1). Specifically, dispositions that included deceased, expired, or hospice were considered as the deceased class, and all other codes including discharge or transfer to another short term or long-term care facility were considered as the alive class. Patients who did not have disposition information were excluded, yielding 9,294 remaining incidents.

Figure 1.
  • Download figure
  • Open in new tab
Figure 1.

Schematic of patient selection. Traumatic aortic injury was identified using ICD-9 codes. Outcomes were identified using the disposition field in the NTDB. Blue represent the deceased class, yellow and orange represent the alive class, and gray represents cases that were excluded due to lack of disposition information.

Data Elements and Model Types

There are over 23,000 discrete data elements in the NTDB, including ICD-9 diagnostic (DCODE) and procedural (PCODE) codes, abbreviated injury scale (AIS) codes, emergency medical service (EMS) response time, emergency codes (ECODE), method of arrival, ED vital signs, patient demographics, and payment methods.

Because the NTDB does not include timestamps for most data (with the exception of PCODEs), we developed two models using different data elements: 1) Full Data model - using all available data throughout the hospitalization, and 2) Prospective model – including only data available within the first hour of presentation, thereby excluding DCODEs, complications, and any PCODEs after the first hour.

Feature Engineering

Each data element is contained within individual .csv files that are linked by trauma incident keys. Data was imported into Pandas 12 dataframes inside of Python 13. Empty fields for each feature were replaced with a negative value to avoid the need to removal the entire sample while still allowing the model to effectively ignore the feature for that sample. To make the data more manageable for machine learning models, we employed several feature engineering techniques on each data element that are detailed below. These techniques can be employed for many different machine learning projects for the NTDB, although they may have to be tailored based on the patient cohort and clinical problem of interest. An overview of feature engineering is presented in Figure 2 and details on each major data type are outlined subsequently.

Figure 2.
  • Download figure
  • Open in new tab
Figure 2.

Overall schematic of feature engineering to reduce data sparseness and improve model performance. Raw data is represented in green, post-processing steps to reduce dimensionality are in yellow, and final data representation is in red. OHE = one hot encoding.

Diagnostic Codes (DCODE)

The ICD-9 database contains over 13,000 unique possible which and are represented for each incident using the DCODE variable. Coding using ICD-10 began in 2016 so these cases were excluded. ICD-9 codes typically consist of a stem 3 digits indicating a major category, followed by a decimal and 2 more digits indicating finer details. Our dataset contained 4220 unique DCODEs, and original attempts to train a model with all 4220 codes were unsuccessful due to data sparsity. To reduce dimensionality while maintaining major diagnostic categories, we truncated the final two digits and only considered the parent class in ICD-9 terminology, resulting in 556 remaining unique DCODEs. For instance, the original DCODE 850.12 denotes “Concussion, with loss of consciousness from 31 to 59 minutes.” When truncated to 850, the parent class of “Concussion” remains, retaining valuable clinical information.

Procedure Codes (PCODE)

ICD-9 procedural codes are represented by the PCODE variable. Each trauma incident contains one list of PCODEs and a second list representing the time of occurrence of each PCODE. The original size of PCODEs variable for our dataset was 4,932 unique values. Similar to DCODEs, representing the raw data created a very sparse dataset. Initially, we removed the final two digits from the PCODE to reduce dimensionality, but this removed valuable procedure details. We also attempted encoding the PCODE vector using an autoencoder model, but this eliminated the time of occurrence from the data. Ultimately, the best results were obtained by retaining each PCODE in its original form and encoding the time of first occurrence for each PCODE after one hot encoding. For example, for a given incident with original PCODE list of [793.19, 39.73, and 793.13] with times of [30, 90, 360] minutes, the final data would be represented as only two elements: [793.19, 30] and [39.73, 90] with removal of the second occurrence of 793.13.

Abbreviated Injury Scale Score

The Abbreviated Injury Scale (AIS) Score is represented by a PREDOT code and severity score. In the PREDOT code, the first digit denotes the body region of the injury (head, face, neck, thorax, etc.), the second digit denotes the type of anatomic structure (vessels, nerves, organs, skeletal, etc.), and digits 3-6 describe the nature and level of the injury (abrasion, contusion, amputation, burn, etc.). The original dataset contained 329 unique AIS codes with a sparse feature space. To reduce dimensionality, we retained only the first two digits of the PREDOT code resulting in 32 remaining features.

Other Features Included in Model

Vital signs include pulse, systolic blood pressure (SBP), Glasgow Coma Scale Total (GCSTOT), and oxygen saturation (OXYSAT) on arrival. The GCS total is represented by integers 1-15. Pulse, SBP, and OXYSAT are represented as continuous variables. EMSMINS represents the elapsed time between EMS transport dispatch to its arrival on the scene.

COMORBID represents pre-existing comorbidities for the patient and is represented by 25 unique elements including diabetes, hypertension, obesity, etc. Three elements - “other”, “not applicable” and “not recorded”, were removed.

COMPLIC represents any complications that occurred after patient arrival, and is represented by 25 unique elements such as pulmonary embolism, pneumonia, or surgical site infections. Similar to comorbidities, we removed the elements “other”, “not applicable” and “not recorded.”

ECODE represents the ICD-9 external cause of injury, such as motor vehicle, fall, struck by/against, firearm, or poisoning. There were 250 ECODEs in our dataset, and no feature engineering was performed.

Finally, demographic information includes age, gender, race, and ethnicity. Payment information includes the method of payment from the patient and includes elements such as self-pay, Medicare, government, or private insurance. Demographics and payment information were included in their original forms.

View this table:
  • View inline
  • View popup
  • Download powerpoint
Table 1.

Results of feature engineering, netting a 65% decrease in total features for the dataset. This allows models to converge more easily, resulting in better model performance. Feature reduction also increased model interpretability and generalizability by decreasing the chance of overfitting.

Discriminative Model Selection and Evaluation

Multiple classification models were tested, including Logistic Regression (LR), k-Nearest Neighbors (KNN), extreme gradient boosting (XGBoost), radial basis function SVM (RBF SVM), Multilayer Perceptron (MLP), Random Forest (RF) 14, and an ensemble of these models. Oversampling was used to handle the class imbalance between alive and deceased for all models. Each model was trained using five-fold cross validation and grid search over the hyperparameters. Using the parameters that maximize recall on the validation set, the model predicts and outputs the labels for the test set. For each model, the class-wise accuracy, recall, precision, and F1-score are reported.

Results

Patient Summary Statistics

Of 9,294 trauma incidents, 73.8% (6,855) occurred in males and 26.2% (2,437) occurred in females and two were of unknown gender. Survival was 74.3% in males and 79.8% in females. Age was similar between groups with mean age of 42.2 +/- 30.0 years in the alive class and 39.7 +/- 33.1 years in the deceased class (Table 1, Figure 8). Overall racial distribution of patients was 66.3% white and 17.5% black, however death rate was higher in blacks (37.9%) as compared to whites (19.7%). Sample size for other races was too small to draw conclusions. There were also disparities in outcomes based on payment method, with death rates between 14.9 - 17.1% for privately insured patients, as compared to death rates of 20.5 – 41.7% for Medicare, Medicaid, and self-pay patients.

View this table:
  • View inline
  • View popup
  • Download powerpoint
Table 1.

Demographics distribution of patients. Overall survival was similar between genders, although there were significantly more male patients than female overall. Self-pay, Medicare, Medicaid, and other government coverage patients overall had higher rates of death as compared to privately insured patients. African American patients also had higher rates of death than white patients.

Model Performance

Feature engineering netted a 65.2% compression in the feature space, from an initial size of 9,907 to a final total of 3,444 features. DCODEs, PCODEs, and AIS codes were responsible for the greatest reduction (Table 2).

Overall, the Full Data model performed slightly better than the Prospective model and both models performed better after feature engineering, although absolute performance differences varied based upon the model architecture. Performances was averaged over 100 iterations of random bootstrapping and results are summarized in Table 3,

View this table:
  • View inline
  • View popup
  • Download powerpoint
Table 3.

Model performances before and after feature engineering for the Full Data and Prospective models. Feature engineering resulted in increases in performance all models, although gains were modest for XGBoost. Performance decreased slightly overall for the Prospective model, with the biggest performance decrease in recall for the deceased class.

The top performing architecture for both the Full Data and Prospective models was XGBoost using 1,000 trees, with overall accuracies of 0.893 and 0.855, respectively. Area under the ROC and precision-recall curves were only slightly decreased for the Prospective model compared to Full Data model (Figure 3). Performance suffered most for recall in the deceased class for the Prospective model. The underlying reason for top performance of the XGBoost model can be attributed to the way in which weak learners are converted to strong learners through weight adjustments over multiple model iterations. This reduces bias from the model and improves accuracy. Other advantages of XGBoost are that it is highly scalable/parallelizable and has high execution efficiency.

Figure 3.
  • Download figure
  • Open in new tab
Figure 3.

Receiving operating characteristic (left) and precision-recall curve (right) for the Full Data (green) and Prospective (blue) models. There was a small drop in all metrics for the Prospective model (blue) which excluded DCODES, complications, and any PCODE after the first hour. However both models still demonstrate high predictive performance.

Feature Importances

Overall Top Features

Top feature importances for the both the Full Data and Prospective models are shown in Figure 4, demonstrating that the Glasgow Coma Scale (GCS) score is the most important feature predicting survival. This, along with feature 4 (AIS for head injury) and feature 6 (ICD-9 for concussion) in the Full Data model, suggests that patients with concurrent head trauma are much less likely to survive, either due to direct neurologic damage or possibly from autonomic dysregulation. A cohort study conducted by Indiana University School of Medicine and Rehabilitation Hospital showed that the hazard of death after traumatic brain injury (TBI) was higher for all TBI injury classification categories as compared to non-head traumatic injuries during the entire follow-up period 15. For the Prospective model, presence of early thoracotomy was a predictor for poor survival as was being a self-pay patient. The latter could be related to multiple confounding factors, including self-pay patients being more likely to be in previously poor health, indigent, or more severely injured and presenting to inner-city hospitals. Smoking was an important comorbidity for both models, likely related to underlying vascular disease. Complications of pneumonia and urinary tract infection important predictors considered only in the Full Data model since they occur after hospitalization. Lack of insurance and advanced directives limiting care were both important contributors to death.

Figure 4.
  • Download figure
  • Open in new tab
Figure 4.

Overall feature importance for all data in the Full Data (left) and Prospective Data (right) models. Glasgow Coma Scale score was the most important feature for both models, indicating that concomitant head injury is a strong predictor of survival. Smoking history was highly predictive for both models, and complications of pneumonia and urinary tract infection after hospitalization was predictive in the Full Data model. Procedures including open thoracotomy within the first hour, cardiac massage, and resuscitation were also associated with poor survival.

Procedure Codes

Endovascular graft implantation was the third most important procedure code in the Full Data model indicating that this is common in patients that survive (Figure 5). This is corroborated by previous studies highlighting improved outcomes in patients undergoing TEVAR, and that patients presenting to locations where this is unavailable may have worse outcomes. Results from multicenter clinical trials have demonstrated many early benefits of TEVAR as compared with standard surgical repair, such as less blood loss and transfusion requirement, reduced ICU utilization, shorter procedure times, decreased length of hospital stay, lower rates of major adverse events, and quicker recovery16. The mean time for each of the top procedures was calculated between the groups, and there was no statistical difference, although both exploratory thoracotomy and laparotomy trended earlier in the deceased group (3 ± 26 and 9 ± 58 min) than the alive group (69 ± 154 and 30 ± 106 min). Mean time for TEVAR was not significantly different in the deceased (28 ± 146 min) versus alive group (35 ± 90 min). Other procedure codes including open chest cardiac massage, cardiopulmonary resuscitation (CPR), and transfusion were associated with poor survival.

Figure 5.
  • Download figure
  • Open in new tab
Figure 5.

Most predictive procedure codes (PCODE) that contributed to performance of the Full Data model. Cardiac massage and CPR were the top predictors for death, while thoracic endovascular graft implantation (TEVAR) was associated with survival. Both exploratory thoracotomy and laparotomy occurred much more frequently in deceased patients.

Diagnostic Codes

The highest weighted diagnostic codes in the Full Data model were presence of concussion and intracranial hemorrhage, again indicating that head trauma portends a poor prognosis (Figure 6). Splenic injury and abdominal aortic injuries were the next two most important features, indicating that concurrent blunt abdominal injury carries a poor prognosis. Cardiac injury, dissection, and pneumothorax were the remaining top features.

Figure 6.
  • Download figure
  • Open in new tab
Figure 6.

The top 10 most predictive diagnostic codes (DCODE) that contributed to model performance. Head injuries were the two most important diagnostic codes, followed by splenic and abdominal aortic injury indicating blunt abdominal trauma.

AIS Codes

Most injury types were more common in the deceased class, including head and facial injuries as previously observed (Figure 7). Abdominal vascular and organ injury were also more common in the deceased group. Interestingly thoracic skeletal and organ injury was slightly more common in the alive group, as was lower extremity injury. This may be related to bias in coding rather than true differences in injury patterns.

Figure 7.
  • Download figure
  • Open in new tab
Figure 7.

Top predictive AIS codes that contributed to model performance. Head injuries were more common in the deceased class, as were abdominal vascular and organ injury. Concurrent thoracic organ and skeletal injuries were also more common in the deceased class.

Figure 8.
  • Download figure
  • Open in new tab
Figure 8.

Demographics and vital signs between alive (orange) and deceased (grey) classes. GCS score was lower in the deceased class, whereas other vital signs were similar. Mean EMS time trended lower for the deceased class.

Other features

Mean GCS score was 12.6 ± 4.3 in alive patients and 7.5 ± 5.3 in deceased patients (Figure 8). Vital signs including pulse, oxygen saturation, and blood pressure on arrival were not significantly different between classes. Mean time of EMS arrival trended lower in the deceased class, suggesting that delay in hospital transfer was not responsible for death in most patients.

Discussion

We demonstrate that machine learning is a powerful tool to examine factors that contribute to survival in trauma patients. To our knowledge, this is the first published machine learning model for predicting survival in TAI. Our models were able to leverage all available data in the NTDB with no hand-selected features and yield accuracies above 85% in predicting survival. It is interesting to note that the Full Data model achieved only slightly higher overall performance that the Prospective model despite five out of the top ten features in the Full Data model being complications, comorbidities, and diagnostic codes which were not available to the Prospective model. This suggests that the Prospective model was able to learn substantially different patterns in the data with information available only within the first hour of arrival, and that a patient’s likelihood of survival is largely determined within the first hour of their presentation. However, it is noteworthy that recall for the deceased class suffered the biggest performance drop in the Prospective model, indicating that complications or later procedures during hospitalization affect survival. Feature engineering was very important to improving model performance, and our techniques can be re-used by other groups to more easily investigate other clinical questions using the NTDB.

Our results also raise concerns around disparities in outcomes dependent upon race and insurance status. Black patients were more likely to die following TAI, as were poor patients with Medicaid or no insurance (self-pay). Whether this is related to their quality of care cannot be determined, but it is possible that patients of lower socioeconomic status or racial minorities may be more likely to suffer serious injuries, have less access to high quality care, or have worse pre-existing health.

In both models, the GCS score on arrival was the single most important predictor of survival for all patients with TAI. This is expected, as deaths from head injuries account for 34 percent of all traumatic deaths which may overlap with patients with TAI17. However, there were no significant differences in age, pulse, or blood pressure on arrival between the classes. Smoking was overall associated with worse increased risk death in both models, and complications of pneumonia and urinary tract infection also contributed to death in the Full Data model.

Our results showed that endovascular graft implantation was much more common in patients that survived than those who did not, in keeping with published literature. However, this shows correlation and not necessarily causality because of intrinsic differences in patients who are eligible for graft implantation such as other concurrent injuries, severity of vascular injury, and hemodynamic stability.

Open laparotomy and thoracotomy were highly associated with death in both models and trended earlier in the deceased class, meaning that patients who require these procedures early due to other thoracic or abdominal injuries (e.g. penetrating trauma, bowel injury, etc.) have poor prognosis. Similarly, open chest cardiac massage and CPR were associated with death and it is known that survival following either of these procedures, regardless of root cause, is very low.

This study has limitations. First, model predictions could not be made continuously during an admission due to lack of timestamp data; rather, they could be made shortly after arrival or at the conclusion of care. This means that we could not compare the true hospital course of a patient following specific procedures such as TEVAR. Second, although this dataset is the largest dataset for TAI with 12,435 patients, this is still a relatively small number of samples for traditional machine learning methods and therefore model performance was somewhat lower than more general tools for survival in trauma patients. Lastly, we were unable to externally validate the model on a local dataset due to differences in data structures; however, because the NTDB is sampled from trauma centers nationwide, these results should be generalizable across patient populations and geographies.

In conclusion, we present a machine learning framework for using the NTDB to evaluate factors that contribute to patient survival in patients with traumatic aortic injury, and demonstrate that feature engineering is a crucial step in improving model performance and making results interpretable. All data pre-processing steps and the final model will be released publicly to enable other groups to leverage the NTDB to investigate other important clinical questions.

Data Availability

We have utilized the National Trauma Data Bank (NTDB) - a large data repository that encompasses a wide variety of traumatic injuries, interventions, and outcomes in trauma patients. The NTDB is compiled annually by the American College of Surgeons (ACS) using standardized data contributions from trauma hospitals across the U.S.

References

  1. 1.↵
    Sobrino J, Shafi S. Timing and causes of death after injuries. Proc (Bayl Univ Med Cent). 2013;26(2):120–123. doi:10.1080/08998280.2013.11928934
    OpenUrlCrossRef
  2. 2.↵
    Fabian TC, Richardson JD, Croce MA, et al. Prospective study of blunt aortic injury: Multicenter Trial of the American Association for the Surgery of Trauma. J Trauma. 1997;42(3):374-80; discussion 380. doi:10.1097/00005373-199703000-00003
    OpenUrlCrossRefPubMedWeb of Science
  3. 3.↵
    Arthurs ZM, Starnes BW, Sohn VY, Singh N, Martin MJ, Andersen CA. Functional and survival outcomes in traumatic blunt thoracic aortic injuries: An analysis of the National Trauma Databank. J Vasc Surg. 2009;49(4):988–994. doi:10.1016/j.jvs.2008.11.052
    OpenUrlCrossRefPubMedWeb of Science
  4. 4.↵
    Lee WA, Matsumura JS, Mitchell RS, et al. Endovascular repair of traumatic thoracic aortic injury: clinical practice guidelines of the Society for Vascular Surgery. J Vasc Surg. 2011;53(1):187–192. doi:10.1016/j.jvs.2010.08.027
    OpenUrlCrossRefPubMedWeb of Science
  5. 5.↵
    Scalea TM, Feliciano DV, DuBose JJ, Ottochian M, O’Connor JV, Morrison JJ. Blunt thoracic aortic injury: endovascular repair is now the standard. J Am Coll Surg. 2019;228(4):605–610. doi:10.1016/j.jamcollsurg.2018.12.022
    OpenUrlCrossRefPubMed
  6. 6.↵
    Mao Q, Jay M, Hoffman JL, et al. Multicentre validation of a sepsis prediction algorithm using only vital sign data in the emergency department, general ward and ICU. BMJ Open. 2018;8(1):e017833. doi:10.1136/bmjopen-2017-017833
    OpenUrlCrossRefPubMed
  7. 7.
    Stewart J, Sprivulis P, Dwivedi G. Artificial intelligence and machine learning in emergency medicine. Emerg Med Australas. 2018;30(6):870–874. doi:10.1111/1742-6723.13145
    OpenUrlCrossRefPubMed
  8. 8.↵
    Shafaf N, Malek H. Applications of machine learning approaches in emergency medicine; a review article. Arch Acad Emerg Med. 2019;7(1):34.
    OpenUrlPubMed
  9. 9.↵
    American College of Surgeons. National trauma data standard. https://www.facs.org/~/media/files/quality%20programs/trauma/ntdb/ntds/data%20dictionaries/ntds%20data%20dictionary%202018.ashx. Accessed December 15, 2020.
  10. 10.↵
    Abujaber A, Fadlalla A, Gammoh D, Abdelrahman H, Mollazehi M, El-Menyar A. 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. 2020;28(1):44. doi:10.1186/s13049-020-00738-5
    OpenUrlCrossRef
  11. 11.↵
    Gorczyca MT, Toscano NC, Cheng JD. The trauma severity model: An ensemble machine learning approach to risk prediction. Comput Biol Med. 2019;108:9–19. doi:10.1016/j.compbiomed.2019.02.025
    OpenUrlCrossRef
  12. 12.↵
    The pandas development team. Pandas-Dev/Pandas: Pandas. Zenodo; 2020.
  13. 13.↵
    Dobesova Z. Programming language Python for data processing. In: IEEE; 2011:4866–4869.
  14. 14.↵
    Hastie T, Tibshirani R, Friedman J. The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Second Edition. Springer; 2008:772.
  15. 15.↵
    Brown AW, Leibson CL, Mandrekar J, Ransom JE, Malec JF. Long-Term Survival After Traumatic Brain Injury. Journal of Head Trauma Rehabilitation. 2014;29(1):E1–E8. doi:10.1097/HTR.0b013e318280d3e6
    OpenUrlCrossRefPubMed
  16. 16.↵
    Brenner M, Teeter W, Hadud M, et al. Long-term outcomes of thoracic endovascular aortic repair: A single institution’s 11-year experience. J Trauma Acute Care Surg. 2017;82(4):687–693. doi:10.1097/TA.0000000000001365
    OpenUrlCrossRef
  17. 17.↵
    Centers for Disease Control and Prevention (2019). Surveillance Report of Traumatic Brain Injury-Related Emergency Department Visits, Hospitalizations, and Deaths—United States, 2014. U.S. Department of Health and Human Services
Back to top
PreviousNext
Posted July 31, 2021.
Download PDF
Data/Code
Email

Thank you for your interest in spreading the word about medRxiv.

NOTE: Your email address is requested solely to identify you as the sender of this article.

Enter multiple addresses on separate lines or separate them with commas.
Machine Learning Methods to Predict Survival in Patients Following Traumatic Aortic Injury
(Your Name) has forwarded a page to you from medRxiv
(Your Name) thought you would like to see this page from the medRxiv website.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
Share
Machine Learning Methods to Predict Survival in Patients Following Traumatic Aortic Injury
Nisreen Shiban, Joshua Gaul, Henry Zhan, Andrew Elhabr, Nima Kokabi, Jamlik-Omari Johnson, Tarek Hanna, Justin Schrager, Judy Gichoya, Imon Banerjee, Hari Trivedi
medRxiv 2021.07.28.21261166; doi: https://doi.org/10.1101/2021.07.28.21261166
Reddit logo Twitter logo Facebook logo LinkedIn logo Mendeley logo
Citation Tools
Machine Learning Methods to Predict Survival in Patients Following Traumatic Aortic Injury
Nisreen Shiban, Joshua Gaul, Henry Zhan, Andrew Elhabr, Nima Kokabi, Jamlik-Omari Johnson, Tarek Hanna, Justin Schrager, Judy Gichoya, Imon Banerjee, Hari Trivedi
medRxiv 2021.07.28.21261166; doi: https://doi.org/10.1101/2021.07.28.21261166

Citation Manager Formats

  • BibTeX
  • Bookends
  • EasyBib
  • EndNote (tagged)
  • EndNote 8 (xml)
  • Medlars
  • Mendeley
  • Papers
  • RefWorks Tagged
  • Ref Manager
  • RIS
  • Zotero
  • Tweet Widget
  • Facebook Like
  • Google Plus One

Subject Area

  • Health Informatics
Subject Areas
All Articles
  • Addiction Medicine (271)
  • Allergy and Immunology (559)
  • Anesthesia (135)
  • Cardiovascular Medicine (1778)
  • Dentistry and Oral Medicine (240)
  • Dermatology (173)
  • Emergency Medicine (317)
  • Endocrinology (including Diabetes Mellitus and Metabolic Disease) (662)
  • Epidemiology (10834)
  • Forensic Medicine (8)
  • Gastroenterology (595)
  • Genetic and Genomic Medicine (2968)
  • Geriatric Medicine (289)
  • Health Economics (534)
  • Health Informatics (1938)
  • Health Policy (837)
  • Health Systems and Quality Improvement (747)
  • Hematology (295)
  • HIV/AIDS (634)
  • Infectious Diseases (except HIV/AIDS) (12535)
  • Intensive Care and Critical Care Medicine (697)
  • Medical Education (300)
  • Medical Ethics (89)
  • Nephrology (325)
  • Neurology (2819)
  • Nursing (152)
  • Nutrition (435)
  • Obstetrics and Gynecology (560)
  • Occupational and Environmental Health (600)
  • Oncology (1475)
  • Ophthalmology (444)
  • Orthopedics (172)
  • Otolaryngology (259)
  • Pain Medicine (190)
  • Palliative Medicine (56)
  • Pathology (382)
  • Pediatrics (870)
  • Pharmacology and Therapeutics (368)
  • Primary Care Research (341)
  • Psychiatry and Clinical Psychology (2653)
  • Public and Global Health (5393)
  • Radiology and Imaging (1019)
  • Rehabilitation Medicine and Physical Therapy (599)
  • Respiratory Medicine (729)
  • Rheumatology (330)
  • Sexual and Reproductive Health (294)
  • Sports Medicine (280)
  • Surgery (329)
  • Toxicology (48)
  • Transplantation (151)
  • Urology (127)