Framework based on complex networks to model and mine patient pathways

Caroline de Oliveira Costa Souza Rosa,Márcia Ito,Alex Borges Vieira,Klaus Wehmuth,Antônio Tadeu Azevedo Gomes
2023-10-28
Abstract:The automatic discovery of a model to represent the history of encounters of a group of patients with the healthcare system -- the so-called "pathway of patients" -- is a new field of research that supports clinical and organisational decisions to improve the quality and efficiency of the treatment provided. The pathways of patients with chronic conditions tend to vary significantly from one person to another, have repetitive tasks, and demand the analysis of multiple perspectives (interventions, diagnoses, medical specialities, among others) influencing the results. Therefore, modelling and mining those pathways is still a challenging task. In this work, we propose a framework comprising: (i) a pathway model based on a multi-aspect graph, (ii) a novel dissimilarity measurement to compare pathways taking the elapsed time into account, and (iii) a mining method based on traditional centrality measures to discover the most relevant steps of the pathways. We evaluated the framework using the study cases of pregnancy and diabetes, which revealed its usefulness in finding clusters of similar pathways, representing them in an easy-to-interpret way, and highlighting the most significant patterns according to multiple perspectives.
Computers and Society,Artificial Intelligence,Information Retrieval,Machine Learning
What problem does this paper attempt to address?
### Problems the Paper Aims to Solve This paper aims to address the issues of modeling and mining patient pathways (i.e., the history of patient interactions with the healthcare system), particularly for chronic disease patients. Specifically: 1. **Proposing a New Patient Pathway Model**: - Proposes a novel patient pathway model based on MultiAspect Graph (MAG), which can represent patient pathways from multiple perspectives (such as interventions, occupations, healthcare institutions, etc.) and handle repetitive activities effectively. 2. **Personalized Difference Measurement**: - Designs a personalized difference measurement method for comparing patient pathways and supports clustering analysis of these pathways. 3. **Mining Method**: - Develops a mining method based on the aforementioned model, which can automatically discover patient pathway models from real healthcare data. ### Background and Challenges - **Complexity of Patient Pathways**: The pathways of chronic disease patients often exhibit high variability, including different interventions, diagnostic results, and specialized treatments, making modeling and mining extremely challenging. - **Representation of Repetitive Tasks**: Chronic disease treatment usually requires certain interventions to be repeated, so the model needs to clearly represent these repetitive tasks. - **Importance of Time Intervals**: For chronic disease patients, the time intervals between different events are crucial for understanding the treatment process, thus time information needs to be incorporated into the model. - **Multi-Perspective Analysis**: The mutual influence between different perspectives is particularly evident in chronic disease research, requiring a comprehensive consideration of multiple factors. By addressing these issues, the paper hopes to support clinical decision-making and organizational improvement, thereby enhancing the quality and efficiency of treatment.