Skip to content

ryashpal/EHRQC

Repository files navigation

EHRQC

Introduction

EHR-QC is a complete end-to-end pipeline to standardise and preprocess Electronic Health Records (EHR) for downstream integrative machine learning applications. This utility has two distinct modules;

  1. Standardisation
  2. Pre-processing

Both the modules can be run as a single end-to-end pipeline or individual components can be run in a standalone manner.

This utility is primarily focussed to provide a domain specific toolset for performing commmon standardisation and pre-processing tasks while handling the healthcare data. A command line interface is designed to provide an abstraction over the internal implementation details while at the same time being easy to use for anyone with basic Linux skills.

Workflow

ehr-qc

Quick Start Guide

Clone the repository from GitHub.

git clone git@github.com:ryashpal/EHRQC.git

Create a python virtual environment and activate it

python -m venv .venv
source .venv/bin/activate

Install the required dependencies

pip install -r requirements.txt

Documentation

For the most up-to-date documentation about installation, configuration, running, and use cases please refer to the EHR-QC Documantation page.

Cite Us

If you use this library for your research, please cite our paper:

Yashpal Ramakrishnaiah, Nenad Macesic, Geoffrey I. Webb, Anton Y. Peleg, Sonika Tyagi,

EHR-QC: A streamlined pipeline for automated electronic health records standardisation and preprocessing to predict clinical outcomes, Journal of Biomedical Informatics,

Volume 147, 2023, 104509, ISSN 1532-0464,

https://doi.org/10.1016/j.jbi.2023.104509.

(https://www.sciencedirect.com/science/article/pii/S1532046423002307)

BibTeX:

@article{RAMAKRISHNAIAH2023104509,
title = {EHR-QC: A streamlined pipeline for automated electronic health records standardisation and preprocessing to predict clinical outcomes},
journal = {Journal of Biomedical Informatics},
volume = {147},
pages = {104509},
year = {2023},
issn = {1532-0464},
doi = {https://doi.org/10.1016/j.jbi.2023.104509},
url = {https://www.sciencedirect.com/science/article/pii/S1532046423002307},
author = {Yashpal Ramakrishnaiah and Nenad Macesic and Geoffrey I. Webb and Anton Y. Peleg and Sonika Tyagi},
keywords = {Digital health, Electronic health records, EHR, Clinical outcome prediction, Machine learning},
}

Acknowledgements

Our special thanks to;

the-alfred-hospital-logo the-alfred-hospital-logo Superbug_AI_Branding_FINAL

About

EHRQC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors