Description
Synthetic Hybrid Electronic Health Record Generation for SARS-Related Research and CT Views.
Description
Generates synthetic electronic health record data, including patients, encounters, vitals, laboratory results, medications, procedures, and allergies. The package supports optional SARS-focused and computed tomography (CT) research views and export to CSV, SQLite, and Excel formats for research and development workflows.
README.md
hybridEHR
hybridEHR is an R package for generating synthetic hybrid EHR datasets with:
- core EHR tables (patients, encounters, vitals, labs, medications, procedures, allergies)
- a SARS-focused CT research view
- an ML-ready flat view for general modelling
- exports to CSV, SQLite, and Excel for researchers, developers, and analysts.
Synthetic data only
Installation
# install.packages("devtools")
devtools::install_github("boadu/hybridEHR")