Skip to content
/ AHS Public

By using program languages (Python), we can extract important data from EHR records, including International Classification of Diseases (ICD) codes, which are used to classify and code diagnoses, symptoms, and medical procedures.

Notifications You must be signed in to change notification settings

Fuzzy-sh/AHS

Repository files navigation

DOI

Zero to advanced methods for the Healthcare administrative data.

We included all the codes regarding the work that has been done for the administrative data from data preparation, traditional statistical modeling, sliding window, and patient representations, to the advanced deep learning models. The order of the folders for this work is:

1- Data preparation

2- Bio-Statistic Methods

3- Data Preprocessing

4- Ensemble Hybrid Models

5- Reinforcement learning Models

3- Codes in the "DataPreprocessing" folder published in IEEE ACCESS.

Reference to paper: DOI

Title: Exploring the Preprocessing of a Time-Series Administrative Healthcare Dataset on Deep Learning to Improve Prediction

Abstract:

Preprocessing methods are important in enhancing prediction performance for time-series administrative data. This study underscores the importance of preprocessing methods by comparing two data representation techniques that can be used with sliding window techniques for time-series administrative healthcare data for use with gated recurrent unit (GRU) networks. The first method uses a sequence event representation and the second employs a sequence matrix representation. The evaluation was conducted through a retrospective administrative healthcare data case study to predict multiple outcomes. The target outcomes were the first instances of healthcare encounters indicating homelessness or police interaction that appeared in the healthcare data. Results reveal that the GRU combined with sequence matrix representation and sliding window outperformed the sequence of events with the sliding window by over 20% in area under the curve (AUC) and sensitivity for both outcomes. Given the data used in this analysis, sequence matrix representation was superior to sequence event representation while using GRU models. The results remained consistent across the evaluation in real-world clinical frameworks using two trigger methods for prediction time, such as the sliding window and clinical demand window structures.

Citation:

@ARTICLE{10807221,
  author={Shahidi, Faezehsadat and Macdonald, M. Ethan and Seitz, Dallas and Barry, Rebecca and Messier, Geoffrey},
  journal={IEEE Access}, 
  title={Exploring the Preprocessing of a Time-Series Healthcare Administrative Dataset on Deep Learning to Improve Prediction}, 
  year={2024},
  volume={},
  number={},
  pages={1-1},
  keywords={Medical services;Codes;Predictive models;Law enforcement;Sparse matrices;Indexes;Data models;Databases;Logic gates;Vectors;Gated recurrent unit networks;on clinical demand window structure;sliding window;sequence of event and sequence matrix representations;time-series healthcare administrative data},
  doi={10.1109/ACCESS.2024.3520425}}
  
  

4- Codes in the "EnsembleHybridModels" folder accepted in the International Conference on Bioinformatics and Biomedicine (BIBM).

It will be published in BIBM conference proceedings in the IEEE Xplore® Digital Library.

About

By using program languages (Python), we can extract important data from EHR records, including International Classification of Diseases (ICD) codes, which are used to classify and code diagnoses, symptoms, and medical procedures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published