MIMICWizard
0.8.0
MIMICWizard Documentation
Installation
Navigate througth the database
Extended usage for data-scientist
MIMICWizard
<no title>
View page source
MIMICWizard Documentation
Introduction
Installation Requirements
Changelog
Research and development team
References and data
MIMIC-IV Clinical Database (version 2.2)
MIMIC-IV Clinical Database Demo (version 2.2)
MIMIC-IV Clinical Database Publication
PhysioNet Publication
Installation
TL;DR
A. Install the application (Run from RStudio or R CLI)
B. Install the PostgreSQL server and import MIMIC-IV database
Import MIMIC-IV demo to your PostgreSQL server
Import MIMIC-IV full version to your PostgreSQL server
Import MIMICWizard internal table to your PostgreSQL server
C. Configure and start MIMICWizard
Configuration file
D. Extend and optimize the application (Optional)
Extra SQL index :
Add microbiology supplementary data to the application
Add Emergency Department data (mimiciv_ed) and discharge note (mimiciv_note)
Host the application on your infrastructure
Navigate througth the database
Explore the data (Parameter Exploration)
Discover a patient card (Patient Explorer)
Timeline module
Graph module
Create a retrospective cohort from MIMIC patients (Cohort creation)
Example of cohort creation
Explore a created cohort
Cohort outcomes explorer
Cohort parameter explorer
Cohort patient explorer
Clinical data desc.
Define your profile to navigate faster
Extended usage for data-scientist
Add new custom event to the application
From a CSV file
Directly from the database
Populate application with externally computed cohort
Appendix : Application-related SQL schema to extend the app