Skip to content

Code and outputs generated for the University of Bristol and BNSSG EBI funded project

Notifications You must be signed in to change notification settings

jennifer-cooper/process-mining-clinical-pathways

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Automated discovery of clinical pathways from routinely collected electronic health record data

image

Code and outputs generated for the University of Bristol and NHS BNSSG CCG EBI funded project This work was supported by the Elizabeth Blackwell Institute, University of Bristol and the Wellcome Trust Institutional Strategic Support Fund. This project received funding through the Elizabeth Blackwell Institute Health Data Science research strand for their Autumn 2019 funding call for projects in health data science.

Summary of Research

This project used process mining to analyse hip replacement pathways and applied existing data mining algorithms to discover processes or clinical pathways from electronic health records.

The data used for the project was the BNSSG System Wide Dataset which covers primary, secondary, community and mental health care records.

This research used bupaR - an open-source, integrated suite of R-packages for the handling and analysis of business process data - along with PM4Py in Python and SQL for data wranging. There are several commercial and open source tools available for process mining and analytics including ProM, Disco, Celonis and My-Invenio. More recently the open source suite of packages - bupaR - has been developed for the analysis of process data. The NHS CCGs predominately use R for modelling and data analytics and have a growing NHS R community to provide support, training and resources for analysts in the NHS. To aid reproducibility and application in the NHS, bupaR was used for these analyses.

image

A summary of available discovery algorithms in R are in the below table.

Process Discovery Algorithm Features R Package
Alpha Miner Only requires a sequence of activities PM4Py Python Modules
One of the first process mining algorithms
Simple to apply Can connect using Reticulate and pm4py (Interface to the 'PM4py' Process Mining Library)
Unable to deal with process loops (when a patient undergoes the same pattern of activity more than once)
Cannot handle noise and incompleteness Apply using bupaR package
If there is a choice of activity can lead to problems in the resulting process
Model may not be sound
Heuristic Miner Takes frequencies of events/sequences into account so can handle noisy or infrequent behaviour heuristicsmineR package through bupaR
Can detect short loops
Allows skipping of single activities
Can change parameters of the algorithm to produce different models e.g. if wanting to focus more on the mainstream behaviour or include more detail.
Does not guarantee sound process models i.e. may not be able to replay all the cases in the event log
Fuzzy Miner An approach used to deal with spaghetti processes Currently not available on CRAN but GitHub version available - https://github.com/nirmalpatel/fuzzymineR
Have many different parameters that the user can set to determine what activities to include
Can construct hierarchical models (i.e. less frequent activities can be moved to subprocesses) other algorithms produce ‘flat’ models
Inductive Miner Can handle infrequent behaviour, deal with large event logs PM4Py Python Module
Ensures sound process models i.e. can replay the whole event log
Uses different types of filtering and aims to show the mainstream behaviour. pm4py (Interface to the 'PM4py' Process Mining Library)
There are a family of inductive mining algorithms with different properties.
Can construct hierarchical models (i.e. less frequent activities can be moved to subprocesses) other algorithms produce ‘flat’ models Apply using bupaR package
Based on event log splitting
Models tend to be simple/general but may create underfitting models
Uses hidden transitions (for skipping/looping behaviour)

About

Code and outputs generated for the University of Bristol and BNSSG EBI funded project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published