Skip to content

Repository to transform the MIMIC-III dataset into a flat hierarchy FHIR format

Notifications You must be signed in to change notification settings

leopold-franz/MIMIC-III_FHIR_Transformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

MIMIC-III_FHIR_Transformation

Python package to transform the MIMIC-III dataset into a flat scalable, hierarchical FHIR format.

Setup

  1. Download this repository to your machine.
  2. Navigate to the base directory 'MIMIC-III_FHIR_Transformation'.
  3. Create a new virtual environment with virtualenv or conda, or from an already existing virtual environment run
pip install -e .
  1. Try it out and transform MIMIC-III to the FHIR format! From within your script import the package and run mimic_fhir_transformation.transform_table(source_mimic_table_path, output_table path, (depending on table add auxiliary table path))

About

Repository to transform the MIMIC-III dataset into a flat hierarchy FHIR format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published