Related Experiment Video
Updated: Jul 6, 2026

07:31
Implementation of a Real-Time Psychosis Risk Detection and Alerting System Based on Electronic Health Records using CogStack
Published on: May 15, 2020
Integrating the interpretable machine learning Score For Emergency Risk Prediction (SERP) with emergency department
Yvonne Wong Qi Feng1, Yohei Okada1,2,3, Stephanie Fook-Chong2
1Duke-NUS Medical School, Singapore.
Clinical and Experimental Emergency Medicine
|April 3, 2026
Summary
Machine learning-based Score for Emergency Risk Prediction (SERP) integrated with the Patient Acuity Category Scale (PACS) significantly improved 30-day mortality prediction in emergency department triage. This enhanced triage model offers better clinical decision-making for patient risk stratification.
Area of Science:
- Emergency Medicine
- Machine Learning in Healthcare
- Clinical Triage
Background:
- The Patient Acuity Category Scale (PACS) is a standard tool for emergency department (ED) triage.
- Objective mortality endpoints are crucial for accurate risk prediction in ED patients.
- Existing triage systems may benefit from enhanced predictive capabilities.
Purpose of the Study:
- To integrate a machine learning (ML)-based Score for Emergency Risk Prediction (SERP) with the PACS.
- To evaluate the effectiveness of the combined SERP-PACS models in predicting 30-day mortality in ED patients.
- To compare the performance of enhanced triage models against the standard PACS.
Main Methods:
- A retrospective cohort study of ED patients from a tertiary hospital (January 2018 - December 2019).
- Developed two enhanced triage models (PACS+ model 1 and PACS+ model 2) by incorporating SERP into PACS.
- Assessed predictive performance using area under the receiver operating characteristic curve (AUC) and decision curve analysis (DCA).
Main Results:
- The study included over 194,000 ED visits across derivation and test cohorts.
- PACS+ model 1 (AUC 0.828) and PACS+ model 2 (AUC 0.812) significantly outperformed standard PACS (AUC 0.722) in predicting 30-day mortality.
- PACS+ model 1 demonstrated superior clinical utility across various risk thresholds.
Conclusions:
- Integrating ML-based SERP with PACS enhances 30-day mortality prediction accuracy in ED triage.
- The developed PACS+ models offer a more precise risk stratification tool for emergency care.
- This approach has the potential to improve patient outcomes through more informed triage decisions.
Related Concept Videos
Receiver Operating Characteristic Plot
576
A ROC (Receiver Operating Characteristic) plot is a graphical tool used to assess the performance of a binary classification model by illustrating the trade-off between sensitivity (true positive rate) and specificity (false positive rate). By plotting sensitivity against 1 - specificity across various threshold settings, the ROC curve shows how well the model distinguishes between classes, with a curve closer to the top-left corner indicating a more accurate model. The area under the ROC curve...
576
Survival Tree
497
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
497