mimic-code icon indicating copy to clipboard operation
mimic-code copied to clipboard

Identification of time stamps for intraoperative and postoperative period for cardiac surgery patients in MIMIC-IV

Open ag-deepesh opened this issue 1 year ago • 0 comments

Prerequisites

  • [X] Put an X between the brackets on this line if you have done all of the following:
    • Checked the online documentation: https://mimic.mit.edu/
    • Checked that your issue isn't already addressed: https://github.com/MIT-LCP/mimic-code/issues?utf8=%E2%9C%93&q=

Description

  1. Could you help me identify the time stamps for start and end of surgical procedure (e.g. cardiac surgery) in MIMIC-IV. The surgical procedure is identified by icd_code from procedures_icd table however, the surgical procedure's start and end times are not explicitly mentioned in the procedureevents table. There are multiple events in the procedureevents table such as 'OR received', 'invasive ventilation', 'chest intubation' etc. Is there a way to find the timestamps so as to find the duration of surgery (corresponding to the icd_code from procedures_icd table)? With such timestamps one can also identify other events strictly during the surgery such as blood loss volume.
  2. Usually patients have extended ICU stay post-surgery for close monitoring of patient's condition, however, I note that MAX(procedureevents.endtime) for a given patient is similar to icustays.outtime. How does one identify the postoperative period in ICU?

ag-deepesh avatar Sep 25 '24 03:09 ag-deepesh