Releases: MIT-LCP/mimic-iv
MIMIC-IV Derived Concepts v1.2.1
This is a bug fix release.
- #102 - fixed itemid in the blood differential table and overhauled it for easier use
- #110 - added missing concepts to make_concepts.sh and regenerated them on BigQuery
- #89 - fixed video link on video tutorial page
Tables present in the BigQuery mimic_derived
dataset are generated using code from the latest release of this repository.
MIMIC-IV Derived Concepts v1.2.0
This release marks regeneration of the concepts against MIMIC-IV v1.0. Concepts on the BigQuery mimic_derived
dataset were generated using the code in this release.
Additional changes include:
- bug fixes for generating the oasis, age, and charlson table
- Added the
icustay_detail
table (thanks @Hans0124SG) - Added BigQuery schema json files and guidance on loading MIMIC-IV into BigQuery
- Updated documentation to reflect changes between MIMIC-IV v0.4 and MIMIC-IV v1.0
MIMIC-IV Derived Concepts v1.1.0
This release adds new concepts. New concepts include:
- Age at hospital admission
- Charlson comorbidity groups and index
- Ventilation status (invasive, non-invasive, oxygen, high flow, tracheostomy) with start and stop times
- Two organ failure scores: MELD (liver) and KDIGO (kidney)
- SAPS-II, APS-III, LODS, SIRS, and OASIS
- Baseline creatinine
All concepts on the mimic_derived
dataset on BigQuery have been updated to match the code in this release.
MIMIC-IV Derived Concepts v1.0.0
This is the first release of the MIMIC-IV code repository. Methods for building MIMIC-IV in PostgreSQL and MySQL are provided. SQL code to generate concepts are included, written in the BigQuery SQL syntax. This release was created using MIMIC-IV v0.4.
The tables present in the physionet-data.mimic_derived
dataset on Google BigQuery were generated using the code present in the latest release of the MIMIC-IV code repository.