Next Article in Journal
Investigating the Influence of Anaesthesiology for Cancer Resection Surgery on Oncologic Outcomes: The Role of Experimental In Vivo Models
Next Article in Special Issue
Monitoring of the Forgotten Immune System during Critical Illness—A Narrative Review
Previous Article in Journal
The Changes in Trends of Lower Gastrointestinal Endoscopy Conducted in Children and Adolescents after the COVID-19 Outbreak in Korea
Previous Article in Special Issue
Endovascular Treatment of Gastrointestinal Hemorrhage
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Prediction of Prognosis in Patients with Trauma by Using Machine Learning

1
Emergency Department, Chi-Mei Medical Center, Tainan 710402, Taiwan
2
Department of Biotechnology, Southern Taiwan University of Science and Technology, Tainan 71005, Taiwan
3
Department of Computer Science and Information Engineering, Southern Taiwan University of Science and Technology, Tainan 71005, Taiwan
*
Author to whom correspondence should be addressed.
Medicina 2022, 58(10), 1379; https://doi.org/10.3390/medicina58101379
Submission received: 23 July 2022 / Revised: 21 September 2022 / Accepted: 28 September 2022 / Published: 1 October 2022
(This article belongs to the Special Issue Emerging Technology for Monitoring and Treatment in Critical Care)

Abstract

:
Background and Objectives: We developed a machine learning algorithm to analyze trauma-related data and predict the mortality and chronic care needs of patients with trauma. Materials and Methods: We recruited admitted patients with trauma during 2015 and 2016 and collected their clinical data. Then, we subjected this database to different machine learning techniques and chose the one with the highest accuracy by using cross-validation. The primary endpoint was mortality, and the secondary endpoint was requirement for chronic care. Results: Data of 5871 patients were collected. We then used the eXtreme Gradient Boosting (xGBT) machine learning model to create two algorithms: a complete model and a short-term model. The complete model exhibited an 86% recall for recovery, 30% for chronic care, 67% for mortality, and 80% for complications; the short-term model fitted for ED displayed an 89% recall for recovery, 25% for chronic care, and 41% for mortality. Conclusions: We developed a machine learning algorithm that displayed good recall for the healthy recovery group but unsatisfactory results for those requiring chronic care or having a risk of mortality. The prediction power of this algorithm may be improved by implementing features such as age group classification, severity selection, and score calibration of trauma-related variables.

1. Introduction

Trauma is a leading cause of death in adults, especially in the young population, and it remains a considerable public health concern worldwide, including in Taiwan and the United States [1,2,3]. Therefore, many trauma warning systems and predictors have been developed, such as the injury severity score (ISS), revised trauma score (RTS), and trauma and injury severity score (TRISS), which have improved efficiency and efficacy of predicting prognosis of patients with trauma by simplifying evaluation [4,5]. Most studies have focused on the prediction of mortality and resource utility. However, few studies have evaluated the medical requirements for chronic care needs, residual functional performance in various patient subpopulations after trauma, and practical application of predicting calculators for patients with trauma [6,7].
Machine learning (ML) approaches using big data have heralded a new era of improvements in prognosis prediction [8] and quality improvement intervention [7]. In certain medical fields, many ML techniques, such as support vector machines, decision trees, random forests, logistic regression, and AdaBoost, have been developed based on the learning of various complicated and nonlinear interaction variables and have exhibited high, optimized predictive performance of observed outcomes [4,9,10]. In the present study, we developed a practical ML-based model to analyze trauma-related data collected from a level I trauma center and predict the mortality and chronic care needs of patients with trauma.

2. Methods

This study was reviewed and approved by the Institutional Review Board of Human Research, Chi-Mei Medical Center (IRB code: 11012-J02, date of approval: 21 June 2022); they waived the requirement for informed consent because the data were anonymized and collected retrospectively. We analyzed a dataset that included all patients with trauma discharged from wards in Chi-Mei Medical Center between 1 January 2015 and 31 December 2016. The dataset included patients’ data regarding demographics (age, sex, and comorbidities), prehospital presentations (locations of injury, mechanisms of injury, deliberate or accidental injury, dispatch of emergency medical service, time and transportation from injury sites to the hospital, prehospital and cardiac arrest, vital signs at the scene, prehospital management by emergency medical technicians, and level of the transferred hospital), emergency department (ED) presentations (vital signs and Glasgow Coma Scale in the ED, triage, serum test of alcohol level, emergency interventions in the ED, activation of trauma team, applications of ultrasound/computed tomography/magnetic resonance imaging, time from the ED to the ward, and time from the ED to the operating room), various trauma scores (abbreviated injury scale [AIS], ISS, new ISS, RTS, and TRISS), hospital course (requirements for surgery, time from the ED to the operation room, time from surgical decision to surgery, requirements for intensive care, length of hospital stay, and length of stay in the intensive care unit), and prognosis (recovery, chronic care needs, mortality, and complications) (Figure 1). Continuous data are presented as means ± standard deviations.

2.1. Dataset Management and ML Technique

The data of 80% of the study cohort were considered the training set, and the remaining 20% were the test set by overlaying multiple levels, which is usually called cross-validation, to improve model performance by repeated cycles [10,11]. We preprocess the data before the forecast. Because some values are clustered in certain intervals, they need to go through data cleaning, data conversion, and data reduction. Data cleaning is mainly for correcting loss values. Data conversion mainly works for standardization, attribute selection, and discrete processing. We segmented continuous data into segments for data discretization, which can effectively overcome the hidden defects in the data and make the model results more stable. The main purpose of discrete processing is to map limited individuals of infinite space into limited space. Data reduction is mainly for dimension reduction and feature extraction.
This study uses the Scikit-learn algorithm to select a path to infer the appropriate algorithm [12]. With a dataset sample size greater than 50, the data were classified and labelled. We realized that this study was suitable for classification problems. Accordingly, the classification algorithm model for supervised learning was used. We also used the regression and clustering algorithm in this algorithm [13].
We used 10 types of ML approaches—decision trees, random forest, Bernoulli naïve Bayes, multinomial naïve Bayes, Gaussian naïve Bayes, logistic regression, support vector machine, AdaBoost, quadratic discriminant analysis, and eXtreme gradient boosting (XGBoost) (Figure 1)—and selected the one with the highest accuracy for our complex datasets [10,11]. It is believed that, the more the learners, the greater the chance of providing optimal prediction under different circumstances. Gradient boosting is a technique that begins from shallow trees with a few leaves, reflecting low variance, but aggregates more trees with different parameters to reduce bias [14,15]. In our analysis, XGBoost demonstrated the highest accuracy, so we chose it as our ML technique (Figure 2). The introduction of XGBoost is provided in the Appendix A.

2.2. ML Model Prototype

We used the XGBoost technique to create a prototype to correlate patient and hospital characteristics to determine patient prognosis (Figure 3). For the use of emergency physicians, we created another recent-course algorithm to improve feasibility by removing variables such as hospitalization days, length ICU-staying days, and complications (Figure 4), which cannot be used soon after admission. In other words, the second model used variables that trauma surgeons or ED physicians are likely to have within a few days of admission.

3. Results

3.1. Description of Dataset

In the study period, 5968 patients were discharged from the ED, and the data of 5871 of them (57.9% of males) were used in this study. The patients’ ages ranged from 6 months to 103 years (mean: 48.8 ± 22.3 years), with 6.1% of patients being in the pediatric age group (<15 years) and 43.8% being in the geriatric age group (≥55 years); 37.7% of all patients had comorbidities. Furthermore, 51% of patients were transported to the ED by emergency medical services, 29.1% visited the ED themselves, and 19.9% were transferred from other hospitals. Among the 168 patients who died, 65.5% were transported to the ED by emergency medical service, 25.0% were transferred from other hospitals, and only 9.5% visited the ED themselves. The average level of triage was 2.4 ± 0.6, where we used triage classification from Taiwan Society of Emergency Medicine [16]. Moreover, 7.9% of all injured patients were classified as class I (most severe), 44.8% as class II (emergency), and 47.3% as class III (urgent). In all, 66.7% had a hospital stay of ≤7 days, 28.9% required hospitalization for 7 days to 1 month, and 4.4% required prolonged hospitalization over 30 days. The requirements for intensive care and surgery were 17.3% and 69.6%, respectively. Regarding patients with AIS scores ≥ 3, the extremities (24.4%) and head (21.4%) were the most commonly injured body parts, followed by the chest (8.5%), abdomen (3.2%), face (0.6%), and external (0.6%). The average ISS was 9.7 ± 8.8, new ISS was 11.7 ± 10.5, RTS was 7.656 ± 0.7414, and TRISS was 0.9543 ± 0.1267. Approximately 1 in 5 patients (20.7%) were classified as having major trauma (ISS > 15). Among the deceased, ISS < 15 was noted in 13.7% of patients, most of them being geriatric patients. Regarding prognoses, 69.4% patients recovered, 26.9% required chronic care, 0.9% were transferred to another hospital, and 2.8% died (Table 1).

3.2. Models

Two prediction models were tested in this study. The following are their high-ranking features.

3.3. Complete Model and High-Ranking Features

The complete model exhibited recalls of 86% for recovery, 30% for chronic care, and 67% for mortality (Table 2), and the accuracy of predicting complications was 80%. We noted the following 15 high-ranking features: trauma injury severity score(TRISS), AIS of the head, dispatch of emergency medical service, triage, new ISS, time from the injury site to the hospital, requirement for intensive care, length of hospital stay, Glasgow Coma Scale score in the ED, prehospital management by emergency medical technicians, RTS, prehospital consciousness, transportation from injury sites to the hospital, comorbidity, and deliberate or accidental injury.

3.4. Short-Term Model and High-Ranking Features

The short-term model displayed recalls of 89% for recovery, 25% for chronic care, and 41% for mortality. We noted the following 15 high-ranking features: trauma injury severity score, AIS of the head, dispatch of emergency medical service, time from injury sites to the hospital, new ISS, Glasgow Coma Scale score in the ED, triage, transportation from the injury site to the hospital, sex, prehospital management by emergency medical technicians, level of the transferred hospital, time from surgical decision to surgery, deliberate or accidental injury comorbidity, and age.

4. Discussion

The emergency medical system is well established in Taiwan. Most patients with severe trauma are transferred from the injury site to hospitals. In addition, as a regional trauma center, Chi-Mei Medical Center receives many patients with severe trauma transferred from neighboring hospitals. This explains why fewer than 10% of all deceased patients visited the hospital by themselves; most of them arrived by ambulance.
In this study, we attempted to use as many clinical features as possible in this ML algorithm to predict the prognosis of patients with trauma. Traditional statistical methods cannot cope with large datasets that have complex, often nonlinear, characteristics between those variables and outcomes. By contrast, an ML algorithm can account for multiple variables at a time with a relatively higher predictive power [17,18]. We also acknowledged that emergency physicians and trauma surgeons may not have all the variables used in this ML algorithm in a short time. Therefore, we established a short-term model that included limited variables to resolve the problem. However, we believe this ML algorithm is clinically practical because almost every high-ranking feature in the complete and short-term model can be obtained within 24 h after arrival at the hospital.
If we plan to explore the use of this ML model to other hospitals, an external validation should be indicated. Nevertheless, patterns of traumatic injuries and management for patients with trauma differ between different areas or countries. A medical institution can apply a unique algorithm to predict patient outcomes and to improve the quality of care of patients with trauma.
We discovered that injury severity is the most decisive factor related to a patients’ prognosis. Accordingly, the high-ranking features of both models demonstrated that various trauma scores, prehospital setting, and patients’ conditions on arrival at the ED are crucial prognostic factors. Because the prognostic results of this ML algorithm included chronic care needs, injuries to the central nervous system, represented by the AIS of the head and Glasgow Coma Scale score in the ED, became a determinant of patient prognosis. Because the head is a commonly injured body part of the study cohort, injury to the head had a much higher importance than other body parts did [5,6,8,19].
We collected as many patients as possible in this study for better predictive performance with increased population size and variability, but the result was not as we expected. The first reason is that we did not categorize the different age populations well, for the impact of trauma would lead to different effects on diverse age groups, such as pediatric or geriatric patients [5]. The second probable reason is that most of our patients recovered rather than requiring chronic care or dying. Because citizens in Taiwan believe care is better in medical centers, many patients with mild wounds were sent to tertiary trauma centers, which made the ML method predict much more favorable outcomes. The third reason may contribute to high multicollinearity among the selected variables. Most trauma scores contain variables that have been included in building the predicted models, such as Glasgow Coma Scale, blood pressure, and respiratory rate. Finally, the imbalanced distribution of patients among recovery, chronic care, and death results in the low recall rate of both models. If we include only patients with severe trauma, as in most previous studies, this indicates that, for patients whose ISS > 15, the imbalanced distribution may be corrected. However, the adjustment will reduce the number of patients to 1233 and limit the development of this predicted model. Moreover, this model cannot be applied for all trauma patients, which does not meet the initial setting of this model.
We did not include unidentified influential parameters as variables, especially during hospitalization; therefore, predictive power did not correlate well with the variables [10]. A similar reason could explain that out-of-hospital cardiac arrest (OHCA) seemed to be an essential parameter, but it was not a high-ranking feature. We assumed that this finding was due to the small number of patients with OHCA status and the overlap between the OHCA-related and trauma score variables. Use of propensity score matching estimates and outcome-based regression models in ML may improve the correlation [20]. However, a larger dataset achieves better prediction because both data quality and quantity affect prediction power [10].
However, we were confronted with another issue, namely that mild disease constitutes most of the population, which might dilute our model, especially considering that we developed it to evaluate severe patients. Thus, future studies may select only patients who were transported to the ED by emergency medical services. This restriction can minimize insufficient resuscitation data between interfacility care [21] and improve exact records of the time of the accident, especially for patients who visit the ED by themselves or are transferred; results from the injury time to the arrival at the hospital would mostly be accurate, thereby minimizing the flaw from a high-ranking feature.

5. Limitations

First, our dataset was retrospective, and a prospectively collected database would be more complete and, thus, yield better performance. However, a large dataset can minimize the effect of missing data. Second, our study population was from a single urban trauma center, which may not be generalizable to other areas, particularly suburban or rural areas [6,21]. Moreover, unlike other similar artificial intelligence studies, we did not include laboratory variables, such as hemoglobin, glucose creatinine, and alanine aminotransferase [6], in order to achieve a rapidly useable model and enable quick clinical decision making; nevertheless, this may have lowered the predictive power of our model, especially that of the complete model. Third, we could discover trauma scores determining high-ranking features, but many variables were common among them; thus, interaction among variables and trauma scores should be reduced by setting a kernel or pretreating variables. Finally, new ML techniques rapidly emerge and are used in various fields outside medicine; thus, a better ML algorithm for this particular problem than the ones we chose might be available [22].

6. Conclusions

ML can assist health care professionals in clinical decision making because it can manage multiple variables simultaneously and find relationships between them [9]. We selected the XGBoost method to analyze the data of nearly 6000 cases within 2 years and found a good recall rate for patients with trauma who recovered (86% and 89% with the complete and short-term models, respectively) and those who experienced complications (80%). However, the recall was unsatisfactory for those requiring chronic care or those who died, likely owing to their small population in our cohort. Furthermore, TRISS, AIS of the head, dispatch of EMS, and new ISS were found to be high-ranking features in both models, with triage degree and time from injury site to the hospital specific to the complete and short-term models, respectively. In the future, we will attempt to categorize different age groups, expand our database, and diminish variables’ interaction within trauma scores to fit our model more appropriately to real-world scenarios.

Author Contributions

Data curation, K.-C.L.; formal analysis, C.-C.H.; investigation, T.-C.L.; methodology, H.-F.C.; project administration, G.-J.H.; resources, C.-C.H.; software, T.-C.L.; writing—original draft, K.-C.L.; writing—review & editing, K.-T.C. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

The study was conducted in accordance with the declaration of Helsinki, and approved by the Institutional Review Board of Chi-Mei Medical Center (protocol code: 11003-002, date of approval: 2 March 2021.

Informed Consent Statement

Patient consent was waved because the data were anonymized and collected retrospectively.

Data Availability Statement

The source codes and data presented in this study are available on reasonable request to the cor-responding author (K.T.C.). The raw data are not publicly available because of a data protection policy for patient data and/or patent.

Acknowledgments

This work was supported by the “Allied Advanced Intelligent Biomedical Research Center, STUST” from Higher Education Sprout Project, Ministry of Education, Taiwan.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A. XGBoost

XGBoost is an improvement over Gradient Boosted Decision Trees (GBDT). It is used to solve supervised learning problems. Unlike traditional GBDT, XGBoost can be parallelized during training; cache data structure and algorithm optimization; and add regular terms to functions. These improvements can control the complexity of the model, prevent overfitting, and handle lost data effectively.
In this system, we use detection of 80% accuracy prediction of training set as the first tree. This tree is used to predict the training set to obtain the predicted value of each sample. The subtraction of the predicted value to the true value produces the residual. Then we train the second tree use the residual and obtain another residual. The next training follows this procedure. We use greedy algorithms to acquire optimal segmentation points, to optimize the maximum gain of the target function during each layer of the tree.

References

  1. Ministry of Health and Welfare: Statistics and Publications: Statistics: Cause of Death Statistics 2019. Available online: https://www.mohw.gov.tw/lp-4964-2.html (accessed on 1 May 2020).
  2. Centers for Disease Control and Prevention: Minority Health and Health Equity: Leading Causes of Death. 2017. Available online: https://www.cdc.gov/healthequity/lcod/index.htm (accessed on 1 May 2020).
  3. World Health Organization. Global Health Observatory Data: 2016 Update; World Health Organization Press: Geneva, Switzerland, 2020; Available online: https://www.who.int/gho/mortality_burden_disease/causes_death/top_10/en/ (accessed on 1 May 2020).
  4. Kim, D.; You, S.; So, S.; Lee, J.; Yook, S.; Jang, D.P.; Kim, I.Y.; Park, E.; Cho, K.; Cha, W.C.; et al. A data-driven artificial intelligence model for remote triage in the prehospital environment. PLoS ONE 2018, 13, e0206006. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  5. Muisyo, T.; Bernardo, E.O.; Camazine, M.; Colvin, R.; Thomas, K.A.; Borgman, M.A.; Spinella, P.C. Mortality prediction in pediatric trauma. J. Pediatric Surg. 2019, 54, 1613–1616. [Google Scholar] [CrossRef] [PubMed]
  6. Kuo, P.J.; Wu, S.C.; Chien, P.C.; Rau, C.S.; Chen, Y.C.; Hsieh, H.Y.; Hsieh, C.H. Derivation and validation of different machine-learning models in mortality prediction of trauma in motorcycle riders: A cross-sectional retrospective study in southern Taiwan. BMJ Open 2018, 8, e018252. [Google Scholar] [CrossRef] [PubMed]
  7. Harvin, J.A.; Green, C.E.; Pedroza, C.; Tyson, J.E.; Moore, L.J.; Wade, C.E.; Holcomb, J.B.; Kao, L.S. Using Machine Learning to Identify Change in Surgical Decision Making in Current Use of Damage Control Laparotomy. J. Am. Coll. Surg. 2019, 228, 255–264. [Google Scholar] [CrossRef] [PubMed]
  8. Rau, C.S.; Kuo, P.J.; Chien, P.C.; Huang, C.Y.; Hsieh, H.Y.; Hsieh, C.H. Mortality prediction in patients with isolated moderate and severe traumatic brain injury using machine learning models. PLoS ONE. 2018, 13, e0207192. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  9. Wahab, L.; Jiang, H.A. Comparative study on machine learning based algorithms for prediction of motorcycle crash severity. PLoS ONE 2019, 14, e0214966. [Google Scholar]
  10. Christie, S.A.; Conroy, A.S.; Callcut, R.A.; Hubbard, A.E.; Cohen, M.J. Dynamic multi-outcome prediction after injury: Applying adaptive machine learning for precision medicine in trauma. PLoS ONE 2019, 14, e0213836. [Google Scholar] [CrossRef] [PubMed]
  11. Cobb, A.N.; Daungjaiboon, W.; Brownlee, S.A.; Baldea, A.J.; Sanford, A.P.; Mosier, M.M.; Kuo, P.C. Seeing the forest beyond the trees: Predicting survival in burn patients with machine learning. Am. J. Surg. 2018, 215, 411–416. [Google Scholar] [CrossRef]
  12. Pedregosa, F.; Varoquaux, G.; Gramfort, A.; Michel, V.; Thirion, B.; Grisel, O.; Blondel, M.; Müller, A.; Nothman, J.; Louppe, G.; et al. Scikit-learn algorithm cheat-sheet: Machine learning in Python. JMLR 2011, 12, 2825–2830. [Google Scholar]
  13. Hasan, K.; Alam, A.; Das, D.; Hossain, E.; Hasan, M. Diabetes prediction using ensembling of different machine learning classifiers. IEEE Access 2020, 8, 76516–76531. [Google Scholar] [CrossRef]
  14. Parreco, J.; Hidalgo, A.; Parks, J.J.; Kozol, R.; Rattan, R. Using artificial intelligence to predict prolonged mechanical ventilation and tracheostomy placement. J. Surg. Res. 2018, 228, 179–187. [Google Scholar] [CrossRef] [PubMed]
  15. Sefrioui, I.; Amadini, R.; Mauro, J.; El Fallahi, A.; Gabbrielli, M. Survival prediction of trauma patients: A study on US National Trauma Data Bank. Eur. J Trauma Emerg. Surg. 2017, 43, 805–822. [Google Scholar] [CrossRef] [PubMed]
  16. Ng, C.J.; Yen, Z.S.; Tsai, J.C.H.; Chen, L.C.; Lin, S.J.; Sang, Y.Y.; Chen, J.C.; TTAS National Working Group. Validation of the Taiwan triage and acuity scale: A new computerised five-level triage system. Emerg Med J. 2011, 28, 1026–1031. [Google Scholar] [CrossRef] [PubMed]
  17. Fortuny, E.J.; Martens, D.; Provost, F. Predictive Modeling with Big Data: Is Bigger Really Better? Big Data 2014, 1, 215–226. [Google Scholar] [CrossRef] [PubMed]
  18. Hale, A.T.; Stonko, D.P.; Lim, J.; Guillamondegui, O.D.; Shannon, C.N.; Patel, M.B. Using an artificial neural network to predict traumatic brain injury. J. Neurosurg. Pediatrics 2018, 23, 219–226. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  19. Liang, C.-C.; Liu, H.-T.; Rau, C.-S.; Hsu, S.-Y.; Hsieh, H.-Y.; Hsieh, C.-H. Motorcycle-related hospitalization of adolescents in a Level I trauma center in southern Taiwan: A cross-sectional study. BMC Pediatrics 2015, 15, 105. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  20. Moore, S.E.; Decker, A.; Hubbard, A.; Callcut, R.A.; Fox, E.E.; Del Junco, D.J.; Holcomb, J.B.; Rahbar, M.H.; Wade, C.E.; Schreiber, M.A.; et al. Statistical Machines for Trauma Hospital Outcomes Research: Application to the PRospective, Observational, Multi-Center Major Trauma Transfusion (PROMMTT) Study. PLoS ONE 2015, 10, e0136438. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  21. Christie, S.A.; Hubbard, A.E.; Callcut, R.A.; Hameed, M.; Dissak-Delon, F.N.; Mekolo, D.; Saidou, A.; Mefire, A.C.; Nsongoo, P.; Dicker, R.A. Machine learning without borders? An adaptable tool to optimize mortality prediction in diverse clinical settings. J Trauma Acute Care Surg. 2018, 85, 921–927. [Google Scholar] [CrossRef] [PubMed]
  22. Liu, N.T.; Salinas, J. Machine learning for predicting outcomes in trauma. Shock 2017, 48, 504–510. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Flowchart from the database of beginning, through data optimization and training model to final clinical utilization.
Figure 1. Flowchart from the database of beginning, through data optimization and training model to final clinical utilization.
Medicina 58 01379 g001
Figure 2. Comparing different analytic machine techniques for better predicting accuracy.
Figure 2. Comparing different analytic machine techniques for better predicting accuracy.
Medicina 58 01379 g002
Figure 3. Algorithm of complete model: initial data collection from patient arriving through hospitalization to final prognosis prediction.
Figure 3. Algorithm of complete model: initial data collection from patient arriving through hospitalization to final prognosis prediction.
Medicina 58 01379 g003
Figure 4. Algorithm of short-term model: initial data collection from patients arriving to prognosis prediction and skipping hospitalization.
Figure 4. Algorithm of short-term model: initial data collection from patients arriving to prognosis prediction and skipping hospitalization.
Medicina 58 01379 g004
Table 1. Clinical characteristics of study cohort.
Table 1. Clinical characteristics of study cohort.
Age
Geriatric patients (>55 years)43.8%
Non-geriatric adults50.1%
Pediatric patients (<15 years)6.1%
Sex
Male57.9%
Female42.1%
Transport type
By Emergency Medical Services51%
By patient’s family or friends29.1%
Transfer from other hospitals19.9%
Triage2.4 ± 0.6 (mean ± SD)
I7.9%
II44.8%
III47.3%
Hospital stays
<7 days66.7%
7–30 days28.9%
>30 days4.4%
Requirement for intensive care17.3%
Requirement for surgery69.6%
Abbreviated Injury Scale ≥ 3
extremities24.4%
head21.4%
chest8.5%
abdomen3.2%
face0.6%
external0.6%
Major trauma (ISS >15)20.7%
Trauma scores(mean ± SD)
Injury severity score (ISS)9.7 ± 8.8
New injury severity score11.7 ± 10.5
Revised trauma score7.6560 ± 0.7414
Trauma injury severity score0.9543 ± 0.1267
Table 2. Recall rate and high-ranking features of correlation of complete model and short-term model.
Table 2. Recall rate and high-ranking features of correlation of complete model and short-term model.
Complete ModelShort-Term Model
Recovery86%89%
Chronic Care30%25%
Mortality67%41%
Complication80%
High-ranking features
1Trauma injury severity scoreTrauma injury severity score
2Abbreviated injury scale of headAbbreviated injury scale of head
3Dispatch of emergency medical serviceDispatch of emergency medical service
4Triagetime from injury sites to the hospital
5New injury severity scoreNew injury severity score
6Time from injury sites to the hospitalGlasgow Coma Scale in ED
7Requirement for intensive careTriage
8Length of hospital staytransportation from injury sites to the hospital
9Glasgow Coma Scale in EDGender
10Prehospital managements by emergency medical techniciansPrehospital managements by emergency medical technicians
11Revised trauma scoreLevel of transferred hospital
12Prehospital consciousnessTime from surgical decision to surgery
13Transportation from injury sites to the hospitalDeliberate or accidental injury
14ComorbidityComorbidity
15Deliberate or accidental injuryAge
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Lee, K.-C.; Hsu, C.-C.; Lin, T.-C.; Chiang, H.-F.; Horng, G.-J.; Chen, K.-T. Prediction of Prognosis in Patients with Trauma by Using Machine Learning. Medicina 2022, 58, 1379. https://doi.org/10.3390/medicina58101379

AMA Style

Lee K-C, Hsu C-C, Lin T-C, Chiang H-F, Horng G-J, Chen K-T. Prediction of Prognosis in Patients with Trauma by Using Machine Learning. Medicina. 2022; 58(10):1379. https://doi.org/10.3390/medicina58101379

Chicago/Turabian Style

Lee, Kuo-Chang, Chien-Chin Hsu, Tzu-Chieh Lin, Hsiu-Fen Chiang, Gwo-Jiun Horng, and Kuo-Tai Chen. 2022. "Prediction of Prognosis in Patients with Trauma by Using Machine Learning" Medicina 58, no. 10: 1379. https://doi.org/10.3390/medicina58101379

Article Metrics

Back to TopTop