title: "MIMIC-IV Change log"
linktitle: "Change log"
date: 2020-08-10
weight: 40
description: >
Changes between releases of MIMIC-IV.
The latest version of MIMIC-IV is v2.2.
This page lists changes implemented in sequential updates to the MIMIC-IV database. Issues are tracked using a unique issue number, usually of the form #100, #101, etc. Note that some of these issues are only accessible in a private 'building' repository.
MIMIC-IV v2.2 was released on January 6, 2023. It added provider identifiers, imputed hadm_id
for a number of rows in emar, and changed the subset of subject_id
which are held out. Final row counts are available in the validation scripts published with the MIMIC Code Repository. For clarity, after removal of the test set, the row counts are as follows:
caregiver_id
, a deidentified integer which uniquely represents a single caregiver or provider. These identifiers are sourced from the MetaVision ICU system. When present in a table, it indicates the user who documented the data into MetaVision. For example, the caregiver_id
associated with a row indicating mechanical ventilation in the procedureevents table represents the user who documented the event, and not the provider who performed the procedure.caregiver_id
column. This column is a deidentified integer representing the care provider who documented the data for the given row.provider_id
, a deidentified string which uniquely represents a single caregiver or provider. These identifiers are sourced from the hospital wide EHR system, and used in a variety of contexts across tables in the module.admit_provider_id
, a deidentified string representing the provider who admitted the patient.enter_provider_id
, a deidentified string representing the provider who entered the medication administration information into the database.hadm_id
even though they were associated with a given hospitalization. These rows occur outside of the administratively documented admission and discharge times for a hospitalization, but are still considered as administered during that hospitalization in the raw data.order_provider_id
, a deidentified string representing the provider who ordered the corresponding event (e.g. the lab test in the case of labevents, or the medication in the case of prescriptions).MIMIC-IV v2.1 was released on November 14, 2022. It removed a subset of subject_id which will be retained internally as a test set. Future data releases will exclude these patients.
MIMIC-IV v2.0 was released on June 12, 2022. It focused on expanding the data elements available for patients within MIMIC-IV v1.0. Additional data available includes out-of-hospital date of death, information from the online medical record system (which includes height and weight), and more detail for continuous infusions in the ICU.
itemid
now present in d_items: 220001. There are just over 1,000 unique problems. Most documented problems are related to the care plan for the patient and documented during nurse shift changes (either 7am or 7pm). Less frequently, the ongoing issues are documented here.cancelreason
.totalamount
, totalamountuom
, cancelreason
, comments_editedby
, comments_canceledby
, comments_date
, secondaryordercategoryname
.dod
is now populated with out-of-hospital mortality from state death records. For patients admitted to the ICU, this change has increased capture of date of death from 8,223 records to 23,844 (i.e. we now have out-of-hospital mortality for an additional 15,621 ICU patients).outtime
for ED stays with no associated hadm_id
(i.e. an ED stay where the individual was not admitted to the hospital) was incorrect. This resulted in all transfers rows with a NULL hadm_id
having an apparent stay of minutes or less. The outtime
column has now been corrected.itemid
for d_labitems has been changed for 43 items. These are extremely infrequently documented and each itemid
has fewer than 100 observations in labevents. The exact itemid
are provided in the changelog file CHANGELOG.txt.loinc_code
(reported in #938, thanks @Mauvila). In order to enable collaborative improvement, the loinc_code
column has been removed, and will now be collaboratively developed in the MIMIC Code Repository. Initial values will be sourced from the hospital system.formulary_drug_cd
table has been added back (was previously in MIMIC-III). This column has the same set of values as the product_code
column of emar_detail.MIMIC-IV v1.0 was released March 16th, 2021.
hadm_id
have been removed.subject_id
have been removed as they were only associated with the above erroneous hadm_id
.dod
is now populated using the patient's deathtime
from their latest hospitalization (reported in #71, thanks @jinjinzhou).dod
transfer_id
has been regenerated. transfer_id
in MIMIC-IV v1.0 are not compatible with transfer_id
from v0.4. We do not intend to change transfer_id
when updating MIMIC-IV, but had to update it due to an error in its generation.hadm_id
in transfers are also present in admissions and vice-versa (reported in #84, thanks @kokoko12305).stay_id
has been regenerated.stay_id
in MIMIC-IV v1.0 are not compatible with stay_id
from v0.4. We do not intend to change stay_id
when updating MIMIC-IV, but had to update it due to an error in its generation.stay_id
, as a result all tables have had their content changed (due to a change in stay_id
), but the structure is unchanged.chartdate
column, containing the date associated with the code. Every row is associated with a date.850
-> 850
).comments
field has been updated, fixing a bug where comments longer than 4096 characters were truncated. Due to the deidentification, it's unlikely users will see much difference, as these comments will appear as ___
.850
-> 850
).MIMIC-IV v0.4 was released August 13th, 2020.
spec_type_desc
, test_name
, org_name
, and ab_name
columnscomments
columnmicro_specimen_id
has been regenerated; the values will not match previous versions.MIMIC-IV v0.3 was released July 13th, 2020.
MIMIC-IV v0.2 was released June 23rd, 2020.
anchor_year
-> anchor_year_group
anchor_year_shifted
-> anchor_year
los
columnmar_id
-> emar_id
emar_id
is now a composite of subject_id
and emar_seq
, and has form "subject_id-emar_seq"emar_seq
column - a monotonically increasing integer starting with the first eMAR administrationpoe_id
and pharmacy_id
columns for linking to those tablesmar_id
-> emar_id
(changed as above)mar_detail_id
columnticket_id_seq
-> seq_num
comments
column. This contains deidentified free-text comments with labs. PHI is replaced with three underscores (___
). If an entire comment is ___
, then the entire comment was scrubbed.spec_id
-> specimen_id
stay_id
column removedspec_id
-> micro_specimen_id
stay_id
- the new stay_id
are distinct from the previous version.MIMIC-IV v0.1 was released on 15 August 2019.