MIT-LCP / mimic-code

MIMIC Code Repository: Code shared by the research community for the MIMIC family of databases
https://mimic.mit.edu
MIT License
2.41k stars 1.5k forks source link

Over 8% of chartevents have charttime > storetime #1657

Open lwiklendt opened 9 months ago

lwiklendt commented 9 months ago

How do we interpret events where the observation/measurement occurs after it has been manually input/validated?

From the docs (https://mimic.mit.edu/docs/iv/modules/icu/chartevents/):

charttime records the time at which an observation was made, and is usually the closest proxy to the time the data was actually measured. storetime records the time at which an observation was manually input or manually validated by a member of the clinical staff.

Histogram of differences between charttime and storetime where charttime > storetime:

image