Mimic Code Versions Save

MIMIC Code Repository: Code shared by the research community for the MIMIC family of databases

v2.4.0

1 year ago

This release was built using MIMIC-IV v2.2. The release of this version will update the mimiciv_derived tables on BigQuery to use MIMIC-IV v2.2.

What's Changed

New Contributors

Full Changelog: https://github.com/MIT-LCP/mimic-code/compare/v2.3.0...v2.4.0

v2.3.0

1 year ago

This release was built using MIMIC-IV v2.1. The release of this version will update the mimiciv_derived tables to use the latest version of MIMIC-IV on BigQuery, which is currently v2.1.

Change log

General

Concept mapping

PostgreSQL improvements

MySQL improvements

SQLite improvements

New Contributors

Full Changelog

https://github.com/MIT-LCP/mimic-code/compare/v2.2.1...v2.3.0

v2.2.1

1 year ago

This release updates the MIMIC Code repository to align with MIMIC-IV v2.0. It also contains many bug fixes.

Change log:

  • This version (v2.2.1) fixes a bug in the workflow generating tables on BigQuery occurring in v2.2.0. The rest of the changes below are in comparison to v2.1.1.
  • Build MIMIC scripts
    • Updated PostgreSQL build scripts for MIMIC-IV v2.0 (#1328, thanks @alexmbennett2)
    • Added SQLite build of MIMIC-IV (thanks @armando-fandango) and updated for MIMIC-IV v2.0
    • Fixed MySQL build code (thanks @mdsung) and updated for MIMIC-IV v2.0
    • Updated DuckDB code to work with MIMIC-IV v2.0
  • Concept improvements
    • The generation of BigQuery tables by the GitHub action no longer prints rows to the standard output
    • Fixed incompatibility of convert_bigquery_to_postgres.sh on Mac OS X. The script should run on both Mac OS X and Ubuntu now.
    • Fixed imputation of cell counts (#1208, thanks @duanxiangjie)
    • Added an initial concept mapping of labs to LOINC (thanks @a-chahin). This mapping will continue to be improved in this repository.
    • Fixed matching of GCS value with prior value in the last 6 hours (#1248, thanks @prockenschaub)
    • Added mapping tables for standard concepts for waveform data (#1321 and #1322, thanks @a-chahin)

Full Changelog: https://github.com/MIT-LCP/mimic-code/compare/v2.1.1...v2.2.1

v2.2.0

1 year ago

This release updates the MIMIC Code repository to align with MIMIC-IV v2.0. It also contains many bug fixes.

Change log:

  • Build MIMIC scripts
    • Updated PostgreSQL build scripts for MIMIC-IV v2.0 (#1328, thanks @alexmbennett2)
    • Added SQLite build of MIMIC-IV (thanks @armando-fandango) and updated for MIMIC-IV v2.0
    • Fixed MySQL build code (thanks @mdsung) and updated for MIMIC-IV v2.0
    • Updated DuckDB code to work with MIMIC-IV v2.0
  • Concept improvements
    • The generation of BigQuery tables by the GitHub action no longer prints rows to the standard output
    • Fixed incompatibility of convert_bigquery_to_postgres.sh on Mac OS X. The script should run on both Mac OS X and Ubuntu now.
    • Fixed imputation of cell counts (#1208, thanks @duanxiangjie)
    • Added an initial concept mapping of labs to LOINC (thanks @a-chahin). This mapping will continue to be improved in this repository.
    • Fixed matching of GCS value with prior value in the last 6 hours (#1248, thanks @prockenschaub)
    • Added mapping tables for standard concepts for waveform data (#1321 and #1322, thanks @a-chahin)

Full Changelog: https://github.com/MIT-LCP/mimic-code/compare/v2.1.1...v2.2.0

v2.1.1

2 years ago

This is a bug fix release to ensure concepts are created correctly.

Change log:

  • Rather than redirect the GitHub action output to /dev/null, the make concept query now uses bq query --quiet. This makes it easier to see where the script fails in the case of an error.
  • Fix syntax bugs in the norepinephrine / norepinephrine_equivalent_dose / ventilation queries
  • Various query changes are carried forward to postgresql scripts (vasoactive, ntprobnp, ventilation)
  • Use bg specimen in the severity score queries rather than specimen_pred

Full Changelog: https://github.com/MIT-LCP/mimic-code/compare/v2.1.0...v2.1.1

v2.1.0

2 years ago

This release fixes blood gas and (postgres) vent/oxygen delivery queries, adds the ntprobnp column to the cardiac_marker concept, and improves aux scripts for generating concepts in MIMIC-III.

Change log:

Full Changelog: https://github.com/MIT-LCP/mimic-code/compare/v2.0.0...v2.1.0

v2.0.0

2 years ago

This is the first release with the new repository organization where all MIMIC related code is located here, including MIMIC-III, MIMIC-IV, MIMIC-IV-ED, and MIMIC-CXR. Many thanks to @briangow for so much effort in doing this reorganization!

Change log:

  • A GitHub action workflow now regenerates BigQuery tables for MIMIC-IV upon publish of a release, ensuring BigQuery is synchronized with the latest release of the code.
  • Added MIMIC-IV and MIMIC-IV-ED build scripts.
  • Added MIMIC-IV and MIMIC-IV-ED concepts.
  • Added code for parsing MIMIC-CXR DICOMs (dcm) and deidentified free-text reports (txt) - this is the mimic-iv-cxr subfolder here (the mimic-iv prefix helps clarify this data can be used with MIMIC-IV - i.e. mimic-iv-cxr is synonymous with MIMIC-CXR).
  • Added version of MIMIC-IV concepts in the PostgreSQL dialect. These concepts are (mostly) automatically generated using a shell script from the BigQuery syntax.
  • Various bug fixes for MIMIC concepts.

v1.4.2

5 years ago

Changelog:

  • Added an example R markdown notebook which uses BigQuery to connect to MIMIC
  • Filtered non-IV vancomycin administrations from the vancomycin dosing notebook
  • Documentation on a common failure case when building MIMIC
  • Added a contributed dplyr tutorial
  • Fixed logic in identifying central/arterial lines in metavision
  • Adjusted the calculation of UO in KDIGO to look backward; this will result in overestimation of UO and thus fewer AKI cases (before, the estimate was too low and AKI cases were potentially inflated)
  • Improve comments in various scripts

v1.4.1

5 years ago

This is the latest release of the code repository. It contains a number of improvements in the build scripts and many more concepts. This build is for use with MIMIC-III v1.4.

v1.4

6 years ago

Scripts for building and querying MIMIC-III v1.4