Python package to transform the MIMIC-III dataset into a flat scalable, hierarchical FHIR format.
- Download this repository to your machine.
- Navigate to the base directory 'MIMIC-III_FHIR_Transformation'.
- Create a new virtual environment with virtualenv or conda, or from an already existing virtual environment run
pip install -e .
- 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))