Releases: ZhipengHe/MIMIC-IV-event-log-extraction-for-ED
Releases · ZhipengHe/MIMIC-IV-event-log-extraction-for-ED
v2.1.0
This repo is released as a part of MIMICEL: MIMIC-IV Event Log for Emergency Department on PhysioNet. All notable changes to this project will be documented in this file.
2.1.0 - 2023-06-01
Changed
- Removed 59 cases with zero or negative ED length of stay, meaning the event
Enter the ED
occurred at the same time or after the eventDischarge from the ED
in the same ED stay. This cleaning operation is implemented in a new SQL script named4_clean.sql
.
Fixed
- Fixed a bug when integrating the diagnosis table with the activity
Discharge from the ED
.LEFT JOIN
is utilised (instead ofINNER JOIN
) to include 1098 cases. This fix is implemented in2_activity.sql
. - Fixed a bug to remove events occurred at the same time or after the event
Discharge from the ED
in a single ED stay, due to the fact that discharge should represent the unique end of an ED stay (refer to Step 5 in the Methods section). This fix is implemented in2_activity.sql
v2.0.0
Changelog
This repo is released as a part of MIMICEL: MIMIC-IV Event Log for Emergency Department on PhysioNet.
2.0.0 - 2023-01-31
Added
- Add new attributes (
gender
,race
,arrival_transport
,disposition
) from MIMIC-IV-ED 2.0
Changed
- Change database schema
mimic_ed
tomimiciv_ed
(follow changes in mimic-code) - Remove diagnosis code from discharge activity name
v1.1.0
This repo is released as a part of MIMICEL: MIMIC-IV Event Log for Emergency Department on PhysioNet.
1.1.0 - 2022-11-28
Added
- Add description of standard name labels for xes in
README
- Add
CHANGELOG.md
to record the changes
Fixed
- Fix bugs when converting csv to xes
v1.0.0
This repo is released as a part of MIMICEL: MIMIC-IV Event Log for Emergency Department on PhysioNet.
1.0.0 - 2022-07-06
Added
- Add sql scripts for extracting event logs into csv
- Add python code and jupyter notebook for converting csv into xes formart
- Add
README.md
andLICENSE