Skip to main content

Development of a machine learning-based acuity score prediction model for virtual care settings

Abstract

Objective

Healthcare is increasingly digitized, yet remote and automated machine learning (ML) triage prediction systems for virtual urgent care use remain limited. The Canadian Triage and Acuity Scale (CTAS) is the gold standard triage tool for in-person care in Canada. The current work describes the development of a ML-based acuity score modelled after the CTAS system.

Methods

The ML-based acuity score model was developed using 2,460,109 de-identified patient-level encounter records from three large healthcare organizations (Ontario, Canada). Data included presenting complaint, clinical modifiers, age, sex, and self-reported pain. 2,041,987 records were high acuity (CTAS 1–3) and 416,870 records were low acuity (CTAS 4–5). Five models were trained: decision tree, k-nearest neighbors, random forest, gradient boosting regressor, and neural net. The outcome variable of interest was the acuity score predicted by the ML system compared to the CTAS score assigned by the triage nurse.

Results

Gradient boosting regressor demonstrated the greatest prediction accuracy. This final model was tuned toward up triaging to minimize patient risk if adopted into the clinical context. The algorithm predicted the same score in 47.4% of cases, and the same or more acute score in 95.0% of cases.

Conclusions

The ML algorithm shows reasonable predictive accuracy and high predictive safety and was developed using the largest dataset of its kind to date. Future work will involve conducting a pilot study to validate and prospectively assess reliability of the ML algorithm to assign acuity scores remotely.

Peer Review reports

Introduction

Healthcare is becoming increasingly digitized, with mobile health and digital healthcare solutions becoming common. In Canada, 76% of Canadians believe that digital health has made healthcare more accessible and convenient, while more than 80% of Canadians are willing to use digital health services to view their medical records and access healthcare services [1]. The SARS-CoV-2 pandemic has accelerated patients’ willingness to access care through digital and virtual means [2]. While virtual care utilization has increased across the healthcare system, it remains underutilized in the emergency department (ED) [3, 4].

There are myriad potential contributors to the underutilization of virtual care in the ED such as acuity of patient presentations and absence of a triage system, debate on whether virtual care has a place in ED medicine, access to sufficient staffing support, and lack of referral pathways for patient investigations [5]. Simultaneously, as EDs experience increased patient volumes and overcrowding becomes the norm, patient safety and quality of care may be compromised [6]. Specifically, ED overcrowding may contribute to poor patient outcomes, worse patient experience, and increased lengths of stay [7,8,9,10]. Several solutions aimed at increasing ED efficiency including resource allocation and optimization technology, clinician activity and movement monitoring technology, and static wait time prediction systems, have been previously trialed with limited success [11,12,13].

Digital technologies that enhance the patient and provider experience by guiding patients to an appropriate care location based on their acuity has potential to increase virtual care utilization in the urgent care setting while simultaneously addressing some of the access and overcrowding challenges described above. Currently, there is a lack of remote and automated triage prediction systems and most virtual urgent care programs currently operate without a triage system [14, 15], despite triage being the first step of in-person emergency healthcare [16]. A digital, automated remote triage system may result in several improvements for both patients and care providers, namely improved patient comfort, care and satisfaction, and decreased provider workload [17].

In Canada, the Canadian Triage and Acuity Scale (CTAS) is a clinically validated tool [18, 19] used to assign triage acuity scores for patients presenting to EDs. The assigned score indicates the severity of the patient’s condition and a recommended timeframe for physician first assessment [20]. This system was digitized in 2015 to create eCTAS, an algorithmic real time electronic triage decision support tool for the physical ED environment [21]. Despite digitization, the system remains incompatible with virtual care in its current form. Specifically, eCTAS uses a nursing assessment designed to complement clinical care using stored protocols that improve the speed of triage. Furthermore, it requires the input of vital signs for each clinical encounter, which are generally unavailable in the virtual care setting. Moreover, the stored protocols do not account for any clinical risk caused by potentially dangerous complaint combinations, rather relying on the clinician to make these connections. As such, clinical risk assessments remain the standard of care, and the final score assignment is left to the discretion of the triage clinician [22]. Thus, there remains a need for a remote triage system that assesses clinical risk by heuristically analyzing key patient predictors such as presenting complaints, age, sex, and self-reported severity, and synthesizes this data into an accurate triage score.

Triage is a critical element of providing safe care in the virtual setting [23]. Patient-facing technologies that enhance the ability of patients to make informed decisions as to the most appropriate care location increase the safety of delivering virtual care compared to no triaging. Technology-based systems have demonstrated remote decision-making ability to triage patients to the appropriate level of care [24]. Machine learning (ML) models such as Deep Learning, Random Forest, and Naive Bayes are effective at predicting clinical outcomes through classification of triage urgency and discrimination between high and low case severity according to its clinical outcome [25]. Beyond Canada, ML has been used to assign triage scores in a clinical setting without clinician intervention with increased accuracy [26]. A multisite, retrospective, cross-sectional study used triage data to create a random forest model that predicted the need for critical care, an emergency procedure, and inpatient hospitalization while translating risk to triage level designations [26]. This study used the United States Emergency Severity Index (ESI) guidelines to train the ML model, demonstrating the potential use of machine learning in triage.

Virtual triage solutions have additionally been identified as a gap within the current virtual urgent care landscape in Canada and beyond [27, 28]. The objective of the current study is to describe the development of a ML-based acuity score prediction model that can be piloted in the Canadian context.

Methods

Study design and setting

This prediction model development study used retrospective patient-level encounter data for ED visits from three healthcare organizations in the Greater Toronto and Hamilton Area (GTHA) of Ontario, Canada: St. Joseph’s Healthcare Hamilton (SJHH; 70,000 annual visits), Sunnybrook Health Sciences Centre (SHSC; 64,000 annual visits), and William Osler Health System (WOHS; 200,000 annual visits). Standardized, de-identified, patient-level encounter data included presenting complaint(s), clinical modifiers, age, sex, self-reported pain, and nursing assigned CTAS triage scores. Vital sign metrics were not included as they are rarely available in the virtual setting. All data elements were extracted directly, after ethics approval and appropriate data sharing agreements, from the electronic health record tracking systems used at each site. The total number of patient encounters included was 2,460,109 (199,988 from January 2017 to December 2020 from SJHH, 125,543 from January 2018 to December 2020 from SHSC, and 2,134,578 from January 2011 to December 2020 from WOHS). 1252 visits were excluded due to a missing CTAS score (2,458,857 remaining records). 2,041,987 records were high acuity (CTAS 1–3) and 416,870 records were low acuity (CTAS 4–5). Demographics for the dataset are presented in Table 1. 75% of the dataset was used to derive the algorithm while 25% was reserved for accuracy testing. No personal health information (PHI) was extracted as part of the data collection. The study was approved and consent waiver granted by the Hamilton Integrated Research Ethics Board, the Sunnybrook Health Sciences Centre Research Ethics Board, and the William Osler Health System Research Ethics Board.

Table 1 Study Site Demographics and Canadian Triage and Acuity Scale (CTAS) Distributions

Model derivation

The pattern-directed ML remote triage model was developed and trained using the retrospective, de-identified, patient-level encounter dataset. Since a CTAS score is assigned for each visit a patient makes to the ED, independent of any previous visits, each encounter record reflects a single cross-sectional point in time. CEDIS (Canadian Emergency Department Information System) [29] presenting complaints, relevant clinical modifiers, age, sex, and self-reported pain were used to predict acuity scores. The outcome variable of interest was the acuity score predicted by the ML system compared to the CTAS score assigned by the triage nurse. Five models were trained: decision tree, k-nearest neighbors, random forest, gradient boosting regressor, and neural net (using DataRobot’s AutoML feature in which a neural network is generated automatically and then optimized based on the specific dataset). Feature imputation was used during the training process to substitute missing self-reported pain score with average values by CEDIS complaint across the dataset (although this technique was not used as part of the final model).

Model testing

Confusion matrices, precision, recall, and F-1 scores were used to assess the accuracy of predictions at each stage of testing using the reserved dataset. The two ML models with the greatest predictive accuracy were further refined by adjusting hyperparameters (n_estimators, learning_rate, max_depth, min_samples_split, n_iter_no_change). Grid search was used to determine the best hyperparameter for each model. After these refinements, the models were initialized and trained from scratch and then re-tested using the reserved dataset. The single ML model demonstrating the greatest predictive accuracy was selected.

A confusion matrix is used to describe the performance of a classification model based on a set of test data for which the true values are known. The table layout allows for the visualization of performance of the model, with each row representing a known value in the testing dataset, and each column representing a predicted value. Each of the plots were reviewed continuously to determine the best learning parameters for the model and to avoid possible overfitting during development. Precision (or positive predictive value) is the proportion of predicted CTAS scores that are correct and is calculated by taking the proportion of true positive values (i.e., true CTAS 3) to the sum of the true positive and false positive values (i.e., true CTAS 3 and falsely predicted CTAS 3). Recall (or sensitivity) is the total proportion of correct predictions and is calculated as the proportion of true positive values (i.e., true CTAS 3) to the sum of true positive and false negative values (i.e., true CTAS 3 and incorrectly predicted other CTAS). Recall is an important parameter as false negative triage scores have the possibility of significant downstream patient harm. The F1 score is a weighted average of precision and recall and considers both false positives and false negatives (ranges from 0 to 1 with a higher score being better). To decrease potential safety risk of missing a high acuity presentation, the distribution of CTAS presenting complaints within the dataset was reviewed manually and all complaints with a 1% or higher distribution of CTAS 1 scores were up triaged such that the final model predicts a CTAS 1 score for all these complaints. A workflow diagram showing model development is displayed in Fig. 1.

Fig. 1
figure 1

Workflow diagram showing machine learning algorithm development and testing process

Where: KPI = key performance indicators, ML = machine learning

Results

The five initial ML models (decision tree, k-nearest neighbors, random forest, gradient boosting regressor, and neural net) were tested with the random forest and gradient boosting regressor demonstrating the greatest predictive accuracy. After adjusting hyperparameters, the gradient boosting regressor was shown to be the model that provided the most accurate predictions. The final ML model includes the following data elements: CEDIS complaint, CEDIS category (umbrella grouping of CEDIS complaints such as cardiovascular or neurologic), pain level, and age (Fig. 2). Figure 3 displays the distribution of actual CTAS scores as compared to the predicted acuity scores using the 1% up triaging cut-off for CTAS 1 scores for the test set. Figure 4 shows the confusion matrix illustrating the final model was best at predicting CTAS scores of 3 and worst at predicting CTAS scores of 1 and 5.

Fig. 2
figure 2

Permutation importance plot showing features with highest importance in the final ML model

Fig. 3
figure 3

Distribution of actual CTAS (blue) and predicted acuity scores with the up triaging of CTAS 1 complaints using the 1% cutoff (orange) from the test set

Fig. 4
figure 4

Final model confusion matrix with rows representing true CTAS scores and columns representing predicted acuity scores

Table 2 displays the precision, recall, and F1 scores for the final model. The overall average represents the calculated average with equal weighting to each acuity score category whereas the weighted average is the calculated average based on the proportion of each acuity score category within the dataset. Based on the F1-score, the model performs best for patients with a CTAS score of 3, and worst for those with CTAS scores of 1 or 5.

Table 2 Precision and Accuracy of Final Model Using Test Set

The final model shows an overall accuracy for one-to-one predictions of 47.4%. One-to-one accuracy refers to the testing dataset containing the exact triage score predicted for the specific test case. Due to the subjectivity of triage scores, inconsistencies were identified within the retrospective dataset. Therefore, the model was tuned to predict more acute triage scores in ambiguous situations, excluding CTAS 1 as this is the most acute triage score possible, leading to an overall accuracy of equal to or more acute triage scores of 95.0%. Tables 3, 4 and 5 display summaries of the final model prediction statistics (overall, by CTAS score, and by CEDIS presenting complaint (top 10 most common presenting complaints)). Table 6 displays the CEDIS presenting complaints that were up triaged to CTAS 1 in the final ML model. Appendix 1 shows the final model prediction statistics for all CEDIS presenting complaints.

Table 3 Final Post-Processing Model Overall Prediction Statistics
Table 4 Final Post-Processing Model Prediction Statistics by CTAS Score
Table 5 Final Post-Processing Model Prediction Statistics by CEDIS Presenting Complaint for Top 10 Most Common CEDIS Complaints
Table 6 CEDIS Presenting Complaints Up Triaged to CTAS 1 Showing Proportion of CTAS 1 Scores within Dataset

Discussion

This study advances our knowledge around the potential use of remote and virtual triage for Canadian emergency departments in three important ways. First, our ML model system can predict one-to-one triage scores with a moderate degree of accuracy based on set patient predictors. Recently published findings about emergency department-led virtual urgent care from Ontario Canada has demonstrated that most (> 92%) patients using these services are CTAS 3–5 or moderate to lower acuity patients [15]. Thus, based on the typical patients that use these virtual care services, the safety profile of the current algorithm is high as it is most accurate for moderate acuity scores, and it over predicts acuity in most patients where the prediction is not equal to the actual acuity score. This builds on previous work which has demonstrated the ability of ML algorithms to accurately discriminate between high and low presentation severity and expected clinical outcomes [25, 26, 30, 31]. Of particular importance is that the current work is the first study to use Canadian data including CTAS and is also the largest study of its kind to date (each of the above studies developed ML models with fewer than 200,000 patient records whereas the ML model from the current work is based on more than 2.4 million patient records).

Second, the subjective nature of triage score assignment was observed in the retrospective dataset where patients with identical predictors were assigned different triage scores both within the same site and between different sites. This phenomenon has been well-described in the published literature with several studies demonstrating triage score variability through individual and departmental audit and feedback, variations in intensity and duration of training programs, and simulated case scenarios with missing modifiers, inappropriate manual down/up triage override rates, and variable clinical triage experience contributing to the observed variability [20, 21, 32,33,34,35,36,37,38]. A CTAS triage meta-analysis showed a 42.82% mis-triage rate across studies (25.52% up triage and 17.30% down triage) with most up triages being clinically plausible and down triages posing a greater risk to patient safety [20]. Additionally, Kovacs and Campbell [39] showed a 3% increased probability that a triage nurse assigned higher triage acuity scores compared to triage paramedics in non-crowded ED conditions and a 10% higher probability of assigning a more acute triage score in crowded ED conditions. Moreover, recent work has shown that eCTAS systemically reclassifies patients from higher to lower acuity scores [40].

To address this limitation, the current algorithm builds predictions with greater accuracy through model tuning and requiring the model to assign more acute triage scores in ambiguous cases. This was further refined by using a gradient boosting algorithm that predicts incremental triage scores. These refinements serve to minimize the potential patient safety risk of under-triaging (47.6% up triage rate and only a 5.0% down triage rate). Thus, the current ML algorithm has the potential to overcome some of this triage score variability and may contribute to decreased provider workload and improved patient safety, particularly during periods of ED overcrowding.

Third, by using artificial intelligence to analyze the current study’s large retrospective dataset, the current work distinguishes which features of a patient profile most influence triage score assignment and incorporates these features into its ML prediction. While feature importance has not been published previously related to predicting triage scores, its use has been demonstrated related to predicting clinical outcomes such as need for hospitalization or critical care setting for patients presenting to the ED [30]. By identifying which patient profile features are most important to determining an accurate assessment of triage acuity, the current work provides direction for the development of future patient-facing applications that can incorporate these elements into their design, thereby reducing risk associated with virtual care options that largely only use self-triage currently. It should be noted that this weighting includes only those features that are already used by eCTAS and not alternative elements within the patient chart, as discussed below.

There are, however, a few important limitations of the current work. The first is the lack of access to subjective data related to the triage experience and nursing expertise. For example, triage scores may be influenced by patient features such as physical appearance, previous health history that is not captured within the past medical history section, recent ED visits or hospitalizations, regularity of patient visits, the nurse’s gestalt, among others [20, 34, 36]. This narrative data is not always captured within electronic health records as part of the triage process beyond the acuity score assignment and was not available for analysis and training in this study. Inclusion of this narrative data based on the nurse’s expertise may enhance the predictive ability of the ML system in the future as it has recently been shown to help predict patient disposition based on emergency triage notes [41]. Natural language processing (NLP) of the triage complaint and integration within the algorithm should be explored in future work.

Additionally, the final model before post-processing performs the best for patients with CTAS scores of 3 and worst for those with CTAS scores of 1 and 5. This is consistent with other literature that has shown ML algorithms outperforming traditional triage methods for patients with moderate scores [26, 42]. This may be partially attributed to the class imbalance in the dataset as most patients, 55.6%, in our evaluation dataset have a CTAS score of 3. This predominance of CTAS 3 is consistent with previously published CTAS reviews [35, 37, 38]. The inability of the algorithm to accurately assign acuity scores to CTAS 5 patients poses minimal patient safety risk; however, assigning lower acuity scores for CTAS 1 patients may present a patient safety risk. We sought to address this limitation by manually up triaging all CEDIS presenting complaints that had 1% or more CTAS 1 scores within the derivation dataset. This resulted in 11 CEDIS complaints being up triaged to CTAS 1 as shown in Table 6. The final model was also tuned to predict more acute triage scores in ambiguous situations, excluding CTAS 1 as this is the most acute triage score possible, thus post-processing, the model performs best for patients with a CTAS score of 2 and worst with a CTAS score of 5 (2 -> 3 -> 1 -> 4 -> 5). Consideration will need to be made to determine how best to pilot this ML algorithm to ensure patient safety, such as directing acuity scores of 1 or 2 to emergency medical services emergently for medical attention. It is also important to note that patients who are classified as CTAS 1 are unlikely to seek out virtual care, or pass the screening questions to recommend this type of care, further decreasing the potential risk of this tool. Future research may place more emphasis on collecting data from the other, less commonly assigned groups, or exploring the effect of up-sampling on model performance. Rather than predicting an exact acuity score to parallel the CTAS score, a model which provides clinical direction, such as in-person ED, virtual urgent care, or family doctor/walk-in clinic may be beneficial for patients.

Further model improvements may be possible. ML model accuracy is generally computed based on the number of correct and incorrect predictions. The current model has gone a step further by evaluating outcomes in a non-binary way to reflect ‘how incorrect’ a prediction is. Variable penalties are applied based on the degree of inaccuracy of the prediction, in which the more incorrect a prediction is, the greater the penalty. This was put in place due to the ambiguity and subjectivity found in the dataset. In practice, this means that triage scores predicted are not only more likely to be accurate but also more acute rather than less acute. This is analogous to how in a clinical setting, in ambiguous cases, triage nurses assign more acute scores rather than less acute triage scores to safeguard patient safety [20]. A possible future direction is to use a quantile regression approach to build confidence prediction intervals rather than a single acuity score. Another is to test this relative to a simulated dataset with 100% triage accuracy as defined by eCTAS.

Overall, the current ML algorithm provides reasonable predictive accuracy and high predictive safety specific to the patient population that generally accesses emergency department-led virtual urgent care services. This affords great potential for implementation as part of a broader machine learning driven patient facing system for remotely assigning triage scores in an area where there is no current active triage system. The ability of the system to remotely assign accurate acuity scores offers promise in helping triage patients to the best care location and decreases potential risk associated with virtual urgent care programs.

Data Availability

The data are only available to the collaborating scientists from the respective participating centres. The data may be available upon request for some of the participating centres but not all due to relevant organization-specific data protection policies.

References

  1. Canada Health Infoway. Report on Digital Health: Canadians embracing Digital Health. Ottawa: Canada Health Infoway; 2015. https://www.infoway-inforoute.ca/en/component/edocman/resources/reports/2815-infographic-report-on-digital-health-canadians-embracing-digital-health

    Google Scholar 

  2. CMA. What Canadians Think About Virtual Care, Ottawa. CMA; 2020. https://www.cma.ca/sites/default/files/pdf/virtual-care/cma-virtual-care-public-poll-june-2020-e.pdf

  3. Hamm JM, Greene C, Sweeney M, et al. Telemedicine in the emergency department in the era of COVID-19: front-line experience from 2 institutions. J Am Coll Emerg Physicians Open. 2020;1(6):1630–6.

    Article  PubMed  PubMed Central  Google Scholar 

  4. Zachrison KS, Boggs KM, Hayden EM, Espinola JA, Carmago CA Jr. Understanding barriers to telemedicine implementation in rural emergency departments. Ann Emerg Med. 2020;75(3):392–9.

    Article  PubMed  Google Scholar 

  5. Atkinson P, McGeorge K, Innes G. Saving emergency medicine: is less more? CJEM. 2022;24(1):9–11.

    Article  PubMed  Google Scholar 

  6. Innes GD, Sivilotti MLA, Ovens H, McLelland K, Dukelow A, Kwok E, et al. Emergency overcrowding and access block: a smaller problem than we think. CJEM. 2019;21(2):177–85.

    Article  PubMed  Google Scholar 

  7. Di Somma S, Paladino L, Vaughan L, Lalle I, Magrini L, Magnanti M. Overcrowding in emergency department: an international issue. Intern Emerg Med. 2015;10(2):171–5. https://0-doi-org.brum.beds.ac.uk/10.1007/s11739-014-1154-8

    Article  PubMed  Google Scholar 

  8. Morley C, Unwin M, Peterson GM, Stankovoch J, Kinsman L. Emergency department crowding: a systematic review of causes, consequences and solutions. PLoS ONE. 2018;13:e0203316.

    Article  PubMed  PubMed Central  Google Scholar 

  9. Kelen G, Peterson S, Pronovost P. In the name of patient safety, let’s burden the emergency department more. Ann Emerg Med. 2016;67:737–40.

    Article  PubMed  Google Scholar 

  10. Zhang Z, Bokhari F, Guo Y, Goyal H. Prolonged length of stay in the emergency department and increased risk of hospital mortality in patients with sepsis requiring ICU admission. Emerg Med J. 2019;36(2):82–7.

    CAS  PubMed  Google Scholar 

  11. Weng S-J, Tsai M-C, Tsai Y-T, Gotcher DF, Chen C-H, Liu S-C, et al. Improving the efficiency of an emergency department based on activity-relationship diagram and radio frequency identification technology. Int J Environ Res Public Health. 2019;16(22):4478. https://0-doi-org.brum.beds.ac.uk/10.3390/ijerph16224478

    Article  PubMed  PubMed Central  Google Scholar 

  12. Ahsan KB, Alam MR, Morel DG, Karim MA. Emergency department resource optimisation for improved performance: a review. J Industrial Eng Int. 2019;15(1):253–66. https://0-doi-org.brum.beds.ac.uk/10.1007/s40092-019-00335-x

    Article  Google Scholar 

  13. Sun Y, Teow KL, Heng BH, Ooi CK, Tay SY. Real-time prediction of waiting time in the emergency department, using quantile regression. Ann Emerg Med. 2012;60(3):299–308. https://0-doi-org.brum.beds.ac.uk/10.1016/j.annemergmed.2012.03.011

    Article  PubMed  Google Scholar 

  14. Hall JN, Ackery AD, Dainty KN, Gill PS, Lim R, Masood S, et al. Designs, facilitators, barriers, and lessons learned during the implementation of emergency department led virtual urgent care programs in Ontario, Canada. Front Digit Health. 2022;4:946734.

    Article  PubMed  PubMed Central  Google Scholar 

  15. McLeod S, Mondoux S, Hall JN, Dainty K, McCarron J, Tarride J, et al. Demographic characteristics, outcomes and experience of patients using virtual urgent care services from 14 emergency department led sites in Ontario. CJEM. 2022. https://0-doi-org.brum.beds.ac.uk/10.1007/s43678-022-00407-9

    Article  PubMed  PubMed Central  Google Scholar 

  16. Iserson KV, Moskop JC. Triage in medicine, part I: concept, history, and types. Ann Emerg Med. 2007;49(3):275–81. https://0-doi-org.brum.beds.ac.uk/10.1016/j.annemergmed.2006.05.019

    Article  PubMed  Google Scholar 

  17. Goldthorpe J, Walsh T, Tickle M, Birch S, Hill H, Sanders C et al. (2018). Efficiency of remote clinical triage. An evaluation of a referral management and triage system for oral surgery referrals from primary care dentists: a mixed-methods study. NIHR Journals Library. https://0-www-ncbi-nlm-nih-gov.brum.beds.ac.uk/books/NBK481958/

  18. Beveridge R, Ducharme J, Janes L, Beaulieu S, Walter S. Reliability of the canadian emergency department triage and acuity scale: interrater agreement. Ann Emerg Med. 1999;34(2):155–9.

    Article  CAS  PubMed  Google Scholar 

  19. Manos D, Petrie DA, Beveridge RC, Walter S, Ducharme J. Inter-observer agreement using the canadian Emergency Department Triage and Acuity Scale. CJEM. 2002;4(1):16–22.

    Article  PubMed  Google Scholar 

  20. Mirhaghi A, Heydari A, Mazlom R, Ebrahimi M. The reliability of the canadian triage and acuity scale: Meta-analysis. North Am J Med Sci. 2015;7(7):299–305. https://0-doi-org.brum.beds.ac.uk/10.4103/1947-2714.161243

    Article  Google Scholar 

  21. McLeod S, McCarron J, Ahmed T, Grewal K, Mittman N, Scott S, et al. Interrater reliability, accuracy, and triage time pre- and post-implementation of a real-time electronic triage decision-support tool. Ann Emerg Med. 2020;75(4):524–31.

    Article  PubMed  Google Scholar 

  22. de Jong A. (2019). Registered Nurses’ Perceptions of the Electronic Canadian Triage and Acuity Scale in a Community Hospital. Electronic Thesis and Dissertation Repository. 6579. https://ir.lib.uwo.ca/etd/6579

  23. Kobeissi MM, Ruppert SD. Remove patient triage: shifting toward safer telehealth practice. J Am Assoc Nurse Pract. 2022;34(3):444–51.

    Article  Google Scholar 

  24. Boggan JC, Shoup JP, Whited JD, Van Voorhees E, Gordon AM, Rushton S, et al. Effectiveness of acute care remote triage systems: a systematic review. J Gen Intern Med. 2020;35(7):2136–45. https://0-doi-org.brum.beds.ac.uk/10.1007/s11606-019-05585-4

    Article  PubMed  PubMed Central  Google Scholar 

  25. Wolff P, Ríos SA, Graña M. Setting up standards: a methodological proposal for pediatric triage machine learning model construction based on clinical outcomes. Expert Syst Appl. 2019;138:112788. https://0-doi-org.brum.beds.ac.uk/10.1016/j.eswa.2019.07.005

    Article  Google Scholar 

  26. Levin S, Toerper M, Hamrock E, Hinson JS, Barnes S, Gardner H, et al. Machine-learning-based electronic triage more accurately differentiates patients with respect to clinical outcomes compared with the emergency Severity Index. Ann Emerg Med. 2018;71(5):565–574e2. https://0-doi-org.brum.beds.ac.uk/10.1016/j.annemergmed.2017.08.005

    Article  PubMed  Google Scholar 

  27. Ontario Health OTN. (2020). Providing Access to Emergency Services/Urgent Care Virtually. https://otn.ca/wp-content/uploads/2020/06/COVID_19Virtual-Emerg-Final-May-29_2020.pdf

  28. Bestsennyy O, Gilbert G, Harris A, Rost J. (2021). Telehealth: A quarter-trillion-dollar post-COVID-19 reality? New York: McKinsey & Company. https://www.mckinsey.com/industries/healthcare-systems-and-services/our-insights/telehealth-a-quarter-trillion-dollar-post-covid-19-reality

  29. Grafstein E, Bullard MJ, Warren D, Unger B, the CTAS National Working Group. (2008). Revision of the Canadian Emergency Department Information System (CEDIS) Presenting Complaint List Version 1.1. CJEM, 10(2):151–161.

  30. Raita Y, Goto T, Faridi MK, Brown DFM, Camargo CA, Hasegawa K. Emergency department triage prediction of clinical outcomes using machine learning models. Crit Care. 2019;23(1):1–13. https://0-doi-org.brum.beds.ac.uk/10.1186/s13054-019-2351-7

    Article  Google Scholar 

  31. Goto T, Camargo CA Jr, Faridi MK, Freishtat RJ, Hasegawa K. Machine learning-based prediction of clinical outcomes for children during emergency department triage. JAMA Netw Open. 2019;2(1):e186937–7. https://0-doi-org.brum.beds.ac.uk/10.1001/jamanetworkopen.2018.6937

    Article  PubMed  PubMed Central  Google Scholar 

  32. Cotton R, Drew R, Douma M, O’Dochartaigh D, Keddie C, Muncaster K, et al. An analysis of individual and departmental triage variances to identify, quantify, and improve markers of triage nurse accuracy. Can J Emerg Nurs. 2020;44(2):19–20.

    Article  Google Scholar 

  33. Alshaibi S, AlBassri T, AlQeulfie S, Philip W, Alharthy N. Pediatric triage variations among nurses, pediatric and emergency residents using the canadian triage and acuity scale. BMC Emerg Med. 2021;21(1):146.

    Article  PubMed  PubMed Central  Google Scholar 

  34. Mistry B, De Ramirez SS, Kelen G, Schmitz PSK, Balhara KS, Levin S, et al. Accuracy and reliability of emergency department triage using the emergency Severity Index: an international multicentre assessment. Ann Emerg Med. 71;5:581–7.

  35. Dallaire C, Poitras J, Aubin K, Lavoie A, Moore L. Emergency department triage: do experienced nurses agree on triage scores? J Emerg Med. 2012;42(6):736–40.

    Article  PubMed  Google Scholar 

  36. Jorsboe H, Schroder M, Barylak MK, Anderson P. Inter-observer variation in the triage-process. Scand J Trauma Resusc Emerg Med. 2010;18(1):P16.

    Article  PubMed Central  Google Scholar 

  37. Gravel J, Grouin S, Manzano S, Arsenault M, Amre D. Interrater reliability between nurses for the Pediatric Canadian Triage and Acuity Scale in a tertiary care center. Acad Emerg Med. 2008;15(12):1262–7.

    Article  PubMed  Google Scholar 

  38. Dong SL, Bullard MJ, Meurer DP, Blitz S, Holroyd BR, Rowe BH. The effect of training on nurse agreement using an electronic triage system. CJEM. 2007;9(4):260–6.

    Article  PubMed  Google Scholar 

  39. Kovacs M, Campbell S. L031: triage drift: variation in application of the canadian triage acuity scale between triage nurses compared to triage paramedics in response to overcrowding pressures in the emergency department. CJEM. 2020;22(S1):18.

    Article  Google Scholar 

  40. McLeod S, Grewal K, Thompson C, Thabane L, Borgundvaag B, Ovens H, et al. Influence of electronic triage decision-support on hospital admission, left without being seen and time to physician initial assessment in the emergency department. CJEM. 2021;23(2):214–8.

    Article  PubMed  Google Scholar 

  41. Tahayori B, Chini-Foroush N, Akhlaghi H. Advanced natural language processing technique to predict patient disposition based on emergency triage notes. Emerg Med Australas. 2020;33(3):480–4.

    Article  Google Scholar 

  42. Rendell K, Koprinska I, Kyme A, Ebker-White AA, Dinh MM. The Sydney Triage to Admission Risk Tool (START2) using machine learning techniques to support disposition decision-making. Emerg Med Australas. 2019;31(3):429–35.

    Article  PubMed  Google Scholar 

Download references

Acknowledgements

The authors wish to thank Dr. Prashant Phalpher for his data contributions toward this work.

Funding

EmergConnect has received funding support from private venture investors. RG and MG receive financial compensation from EmergConnect. The authors have not received any financial compensation for this work. There was no role of the funders in the design, analysis, interpretation, writing, or approval of the manuscript.

Author information

Authors and Affiliations

Authors

Contributions

JNH and SM conceived the study and writing plan. JNH wrote the initial draft of the manuscript. MG and RG developed the ML model. All authors contributed substantially to its revision. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Justin N. Hall.

Ethics declarations

Ethics approval and consent to participate

The study was approved by Hamilton Integrated REB, Sunnybrook Health Sciences Centre REB, and the William Osler Health System REB. The study was conducted in accordance with the Declaration of Helsinki. Informed consent was waived by Hamilton Integrated REB, Sunnybrook Health Sciences Centre REB, and the William Osler Health System REB.

Consent for publication

Not applicable.

Competing interests

JNH and SM have no conflicts of interest to declare. RG and MG receive financial compensation from EmergConnect. EmergConnect has received funding support from private venture investors. The authors have not received any financial compensation for this work. There was no role of the funders in the design, analysis, interpretation, writing, or approval of the manuscript.

Additional information

Publisher’s Note

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

Electronic supplementary material

Below is the link to the electronic supplementary material.

Supplementary Material 1

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

Hall, J.N., Galaev, R., Gavrilov, M. et al. Development of a machine learning-based acuity score prediction model for virtual care settings. BMC Med Inform Decis Mak 23, 200 (2023). https://0-doi-org.brum.beds.ac.uk/10.1186/s12911-023-02307-z

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s12911-023-02307-z

Keywords