+++
date = "2015-09-01T19:33:17-04:00"
title = "Release notes"
linktitle = "Releases"
weight = 70
toc = "true"
+++
This page lists the current version of MIMIC-III, and all previous versions which have existed, in sequential, reverse chronological order. Each version will address a finite set of updates which are tracked using a unique issue number, usually of the form #100, #101, etc.
Note that the changes between MIMIC-II and MIMIC-III are not listed here, due to the large number of differences between the databases. A separate document has been provided for that purpose here. The release notes for MIMIC-II versions is available here.
The current version of the database is v1.4. When referencing this version, we recommend using the full title: MIMIC-III v1.4.
MIMIC-III v1.4 was released on 2 September 2016. It was a major release enhancing data quality and providing a large amount of additional data for Metavision patients.
Issues addressed include:
select * from d_items
where linksto = 'chartevents'
and dbsource = 'metavision'
and param_type = 'Text'
.
All data was added to the chartevents
table, increasing the raw (uncompressed) size of the datafile by 5 GB.
admittime
and dischtime
. Observations outside this range corresponded to typographical errors in the charttime
, and this unreliable data has been removed.icustay_id
(and sometimes two hadm_id
) has been corrected: this affected 37 icustay_id
and 80 hadm_id
. Thanks @matteobonvini on GitHub for the report.amount
column in inputevents_mv
did not correspond to amountuom
(unit of measurement) - instead it corresponded to a "base" unit (e.g. grams instead of milligrams). Data in the amount
has been updated to match the amountuom
where appropriate. This also effected the procedureevents_mv
table. Thanks @ngageorange on GitHub for the report.noteevents
table: their category
has remained 'Discharge summary', but their description has been changed from 'Report' to 'Addendum'TSICU
: these have been corrected to CSRU
has_ioevents_data
column in admissions
has been removed as it was no longer meaningful.linksto
field in d_items
, even though the data existed in chartevents
. This has been corrected. Note these were the only three text concepts available for Metavision patients in MIMIC-III v1.3 (see #88).text
field of noteevents
has been corrected: before it corresponded to a different date shifted used in MIMIC-II (easily identifiable by years occurring between 2500-3500). It now matches the dates in the structured data.micriobiologyevents
- negative cultures can be identified by a NULL value for the organism name (org_name
).Be sure to validate the checksum of the resultant file to ensure you have the correct version.
This section lists past versions in reverse chronological order.
MIMIC-III v1.3 was released on 10 December 2015. It was a minor release enhancing the consistency of the dataset.
Issues addressed include:
DRG_VERSION
was added to the DRGCODES
table to clarify why the same code matched to multiple descriptions.EDTIMEOUT
column was renamed to EDOUTTIME
in the ADMISSIONS
table for consistency with other timestamp columns.UOM
column was renamed to VALUEUOM
in the CHARTEVENTS
, DATETIMEEVENTS
, and LABEVENTS
tables for consistency with other UOM
columns.TRANSFERS
and ICUSTAYS
tables for ease of interpretation.ITEMID
s in the INPUTEVENTS_CV
table were inappropriately low (<30000), they have no been corrected.NOTEEVENTS
table. These duplicates were present in the raw data.DBSOURCE
column was corrected from Metavision to CareVue for a set of patients in the TRANSFERS
and ICUSTAYS
tables.MIMIC-III v1.2 was released on 10 November 2015. MIMIC-III v1.2 was a major release providing both bug fixes and a large amount of additional data.
Major issues addressed, including additional data made available:
CGID
has been removedADMISSIONS
table. EXPIRE_FLAG
added to PATIENTS
table.ITEMID
for input/output items has been properly shifted to range between 30000-40000. Previously it incorrectly ranged between 1-5000, and as a result did not match the dictionary entries in D_ITEMS
.CHARTTIME
and STORETIME
have been added to NOTEEVENTS
, if available. No times were available for ECG and echo reports (only the date).PROCEDUREEVENTS_MV
, has been added. This table contains information regarding the start and stop time for various procedures for Metavision patients. Procedures include x-rays, ventilation, dialysis, and others.IOEVENTS
table has been split into three tables: INPUTEVENTS_CV
(CareVue patients only), INPUTEVENTS_MV
(Metavision patients only), and OUTPUTEVENTS
(all patients).Minor issues addressed:
ROW_ID
, CGID
, ORDERID
and LINKORDERID
now stored as INT
instead of BIGINT
NOTEEVENTS
have been removedVOLUME
column in the events tables for inputs has been changed to AMOUNT
ORIGINALAMOUNT
column no longer exists for rows with drug rates, only with drug volumesRECORD_ID
from NOTEEVENTS
as it was redundantICUSTAYEVENTS
has been renamed ICUSTAYS
STARTTIME
and ENDTIME
columns have been renamed STARTDATE
and ENDDATE
for the PRESCRIPTIONS
table to reflect the lack of time information.LINKSTO
column in D_ITEMS
has been corrected: now correctly refers to PROCEDUREEVENTS_MV
, INPUTEVENTS_MV
, INPUTEVENTS_CV
, and OUTPUTEVENTS
.SEQUENCE
column in DIAGNOSES_ICD
and PROCEDURES_ICD
has been renamed SEQ_NUM
.CONCEPTID
column has been added to D_ITEMS for future ontology mapping/data harmonization.CODE
column has been removed from MICROBIOLOGYEVENTS
and D_ITEMS
as it was redundant to ITEMID
MIMIC-III v1.1 was released on 24 September 2015. It was primarily a bug fix release, and addresses the following issues:
CGID
was incorrect in the DATETIMEEVENTS
, CHARTEVENTS
, IOEVENTS
and NOTEEVENTS
tables. It has now been corrected.VALUENUM
for GCS verbal response measurements has been corrected for Metavision (it was offset by -1).VALUENUM
for all GCS measurements in CareVue is no longer null, and contains the appropriate value in the scale.DOD
was incorrectly set to DOB
- this has been fixed.DBSOURCE
in the TRANSFERS
and ICUSTAYEVENTS
tables has been corrected - originally it only contained 'metavision' when a patient was in the ICU, so the same patient would be listed as 'carevue' when out of the ICU and 'metavision' when inside the ICU.IOEVENTS
table has been fixed at 10 decimal places.MIMIC-III v1.0 was released on 25 August 2015. It was a preliminary version and not widely publicized to allow for internal testing. As this was the first release of the database, and the successor of the MIMIC-II database, no changes are listed here. An overview of changes between MIMIC-II and MIMIC-III is provided here.