MIT-LCP / gossis

Extracting consistent concepts from multiple databases
11 stars 6 forks source link

issues with current data #1

Open alistairewj opened 7 years ago

alistairewj commented 7 years ago

eICU

anzics

mimic

MIMIC in general: how to define apache variables if score=0? e.g. messes up temperature

worth comment

alistairewj commented 7 years ago

Hospital death in eICU needs to be 0/1

alistairewj commented 7 years ago

all above fixed, with caveats below:

eicu maximum diasbp is very high OR anzics diasbp is very low

nothing wrong here.. seems to be a part of the data

apache glucose missing from anzics

seemed to be present, should double check

temperature source in eicu vs anzics?

haven't checked

MIMIC in general: how to define apache variables if score=0? e.g. messes up temperature

hard in general D:

alistairewj commented 7 years ago

eicu

anzics

orchestra

mimic

all

hospital admit source

eicu Emergency Department 49735 Operating Room 12102 Floor 10443 Direct Admit 8418 Recovery Room 4162 Other Hospital 2424 Acute Care/Floor 2105 Step-Down Unit (SDU) 1481 PACU 1004 Chest Pain Center 274 Other ICU 265 ICU to SDU 56 ICU 40 Observation 12 Other 7 Name: hospital_admit_source, dtype: int64

anzics Home 204177 Other Acute Hospital 43118 Other hospital ICU 2134 Chronic Care Hospital (including nursing homes) 1960 Name: hospital_admit_source, dtype: int64

mimic Emergency Department 16526 Direct Admit 14361 Other Hospital 7246 Other 4 Acute Care/Floor 2 Name: hospital_admit_source, dtype: int64

icu_admit_source

eicu Emergency Department 64152 Operating Room 17734 Floor 13736 Direct Admit 9925 Recovery Room 5508 Acute Care/Floor 3467 Other Hospital 3389 Step-Down Unit (SDU) 2537 PACU 1315 Other ICU 581 Chest Pain Center 305 ICU 82 ICU to SDU 28 Observation 12 Other 8 Name: icu_admit_source, dtype: int64

anzics OT/Recovery 141593 Accident & Emergency 71713 Ward 35750 Other Hospital 14292 Other Hospital ICU 2196 Other ICU, same Hospital 440 Name: icu_admit_source, dtype: int64

mimic Series([], Name: icu_admit_source, dtype: int64)

orchestra Accident & Emergency 31348 OT/Recovery 17319 Ward 4474 Other Hospital 2401 Intervention room 2129 Other ICU, same Hospital 1105 Intermediate care unit 469 Other unkown 231 Home-care 217 Name: icu_admit_source, dtype: int64

nicst Series([], Name: icu_admit_source, dtype: int64)

satiq 7.0 259 10.0 104 2.0 104 1.0 65 0.0 26 11.0 11 12.0 3 9.0 2 5.0 2 14.0 1 6.0 1 4.0 1 Name: icu_admit_source, dtype: int64

icu_disch_location

eicu Floor 60655 Step-Down Unit (SDU) 16615 Acute Care/Floor 13549 Home 11358 Death 6874 Telemetry 6096 Other Hospital 2490 Other External 1779 Skilled Nursing Facility 1206 Other 920 Other ICU 520 Rehabilitation 451 Other Internal 183 Nursing Home 117 ICU 51 Operating Room 7 Other ICU (CABG) 5 Name: icu_disch_location, dtype: int64

anzics Survived ICU 242400 Died in ICU 13945 Transferred to another hospital 5205 Transferred to another ICU 3997 Name: icu_disch_location, dtype: int64

mimic Series([], Name: icu_disch_location, dtype: int64)

orchestra Survived ICU 40952 Transferred to another ICU 12334 Died in ICU 5665 Transferred to another hospital 469 Name: icu_disch_location, dtype: int64

nicst Series([], Name: icu_disch_location, dtype: int64)

satiq 1.0 490 5.0 54 2.0 30 4.0 5 Name: icu_disch_location, dtype: int64

arf_apache

eicu 0 118544 1 4349 Name: arf_apache, dtype: int64

anzics 0 253476 1 12660 Name: arf_apache, dtype: int64

mimic Series([], Name: arf_apache, dtype: int64)

orchestra Series([], Name: arf_apache, dtype: int64)

nicst Series([], Name: arf_apache, dtype: int64)

satiq N 505 S 74 Name: arf_apache, dtype: int64

alistairewj commented 7 years ago
alistairewj commented 7 years ago

current numbers on duplicate encounters

need to decide with GOSSIS what the inclusion criteria are

run notebooks and commit output to github so exclusion criteria are observed

alistairewj commented 7 years ago