Overview of the MIMIC-III repository structure
mainThe MIMIC-III repository provides SQL scripts to build the MIMIC-III database in various systems and extract key clinical concepts. It also includes Jupyter notebooks for data analysis and tutorials for new users.
Key components include:
buildmimic: Scripts for building the database in an RDMS (PostgreSQL is the preferred system).concepts: SQL views and summaries for demographics, organ failure scores, severity of illness, and treatment durations.notebooks: R markdown and Jupyter notebooks for data extraction and analysis examples.tutorials: Educational notebooks designed to explain concepts to new users.benchmark: Speed tests for database indices.tests: Test suites for the repository components.