The MIMIC-IV-ECG module contains approximately 800,000 diagnostic electrocardiograms across nearly 160,000 unique patients.
There are three lookup tables in this module:
- A records file,
record-list.csv, provides a mapping between the study (study_id), the path to the diagnostic ECG waveform (path), and the patient (subject_id). - A machine measurements file,
machine_measurements.csv, provides the information generated from the ECG machine including global (across all 12 leads) summary measurements (RR interval, QRS onset, etc.), the machine generated report, as well as machine and cart information. It also provides a study (study_id) and patient (subject_id) identifier. - A note linking file,
waveform_note_links.csv, provides anote_idfor each waveform that has an available free-text cardiologist note in the MIMIC-IV-Note module. It also provides a study (study_id) and patient (subject_id) identifier.
Additional details for each lookup table are provided in the pages below.
Please note that the free-text cardiologist notes for the ECG module will be publicly released in the MIMIC-IV-Note module at a later date.
For additional information about this project please see the MIMIC-IV-ECG project on physionet.org.