Leveraging graph neural networks for supporting Automatic Triage of Patients
Annamaria Defilippo, Pierangelo Veltri, Pietro Lio', Pietro Hiram Guzzi
TL;DR
The paper tackles automatic triage in emergency departments by constructing a patient similarity graph from historical records and applying Graph Neural Networks to perform inductive node classification into triage levels $y \in \{Red, Orange, Yellow, Green\}$. It systematically compares graph-building strategies using cosine, Euclidean, Manhattan, and Minkowski distances and evaluates three GNNs (GCN, GAT, GraphSAGE), finding that GraphSAGE on cosine-based graphs with a threshold of $0.95$ delivers strong performance surpassing traditional triage and tabular baselines. The approach demonstrates the value of explicit similarity modeling and inductive graph learning for accurate, scalable triage with potential improvements in ED throughput and patient outcomes. The work provides data and code for reproducibility and highlights practical implications for deploying graph-based triage in diverse clinical settings.
Abstract
Patient triage plays a crucial role in emergency departments, ensuring timely and appropriate care based on correctly evaluating the emergency grade of patient conditions. Triage methods are generally performed by human operator based on her own experience and information that are gathered from the patient management process. Thus, it is a process that can generate errors in emergency level associations. Recently, Traditional triage methods heavily rely on human decisions, which can be subjective and prone to errors. Recently, a growing interest has been focused on leveraging artificial intelligence (AI) to develop algorithms able to maximize information gathering and minimize errors in patient triage processing. We define and implement an AI based module to manage patients emergency code assignments in emergency departments. It uses emergency department historical data to train the medical decision process. Data containing relevant patient information, such as vital signs, symptoms, and medical history, are used to accurately classify patients into triage categories. Experimental results demonstrate that the proposed algorithm achieved high accuracy outperforming traditional triage methods. By using the proposed method we claim that healthcare professionals can predict severity index to guide patient management processing and resource allocation.
