MIMIC Code v2.3.0
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
- Notebook with figures/tables for MIMIC-IV by @alistairewj in #1364
- This is used to generate statistics for the paper describing MIMIC-IV (to be published shortly)
- GitHub actions refactor by @alistairewj in #1400
- Runs a GH action to test concept scripts on demo data in postgresql/mysql
- Updated row validation counts for MIMIC-IV by @nragusa in #1425
- Fix bug in calculation of first day GCS by @alistairewj in #1447
Concept mapping
- Add rxnorm concept mapping by @a-chahin in #1312
- Add outputevents concept mapping by @a-chahin in #1309
- Update loinc table by @a-chahin in #1310
- Add procedures concept mapping by @a-chahin in #1308
- Add chartevents concept mapping by @a-chahin in #1307
PostgreSQL improvements
- Updated MIMIC-IV-ED psql build scripts to v2.0 by @alistairewj in #1340
- PostgreSQL build scripts now work with MIMIC-IV v2.0 and v2.1
- mimic-iv/concepts: fix
postgres-make-concepts
and minor updates by @schu in #1363 - Include postgres MIMIC-III concepts by @alistairewj in #1448
- Now the scripts which generate MIMIC-III concepts in PostgreSQL are version controlled, and tested to work.
MySQL improvements
- MIMIC-IV MySQL build script update by @alistairewj in #1341
- MySQL build scripts now work with MIMIC-IV v2.0 and v2.1.
SQLite improvements
- mimic-iv/buildmimic/sqlite/import.py: replace
strip()
by @schu in #1360 - mimic-iv/buildmimic/sqlite/README: mention sqlalchemy requirement by @schu in #1361
- mimic-iv/buildmimic/sqlite/README: remove "edit step" by @schu in #1362