Clinical data from the MIMIC-II database for a case study on indwelling arterial catheters
mimic.RdThe Indwelling Arterial Catheter Clinical dataset contains clinical data for 1776 patients from the MIMIC-II clinical database. It was the basis for the article: Hsu DJ, et al. The association between indwelling arterial catheters and mortality in hemodynamically stable patients with respiratory failure: A propensity score analysis. Chest, 148(6):1470–1476, Aug. 2015. This dataset was also used by Raffa et al. in Chapter 5 "Data Analysis" of the forthcoming book: Secondary Analysis of Electronic Health Records, published by Springer in 2016.
Format
A data frame with 1776 rows and 46 variables:
aline_flgInteger, indicates if IAC was used (1 = yes, 0 = no)
icu_los_dayDouble, length of stay in ICU (days)
hospital_los_dayInteger, length of stay in hospital (days)
ageDouble, age at baseline (years)
gender_numInteger, patient gender (1 = male; 0 = female)
weight_firstDouble, first weight (kg)
bmiDouble, patient BMI
sapsi_firstInteger, first SAPS I score
sofa_firstInteger, first SOFA score
service_unitCharacter, type of service unit (FICU, MICU, SICU)
service_numInteger, service as a numeric value (0 = MICU or FICU, 1 = SICU)
day_icu_intimeCharacter, day of week of ICU admission
day_icu_intime_numInteger, day of week of ICU admission (numeric)
hour_icu_intimeInteger, hour of ICU admission (24hr clock)
hosp_exp_flgInteger, death in hospital (1 = yes, 0 = no)
icu_exp_flgInteger, death in ICU (1 = yes, 0 = no)
day_28_flgInteger, death within 28 days (1 = yes, 0 = no)
mort_day_censoredDouble, day post ICU admission of censoring or death (days)
censor_flgInteger, censored or death (0 = death, 1 = censored)
sepsis_flgInteger, sepsis present (0 = no, 1 = yes)
chf_flgInteger, congestive heart failure (0 = no, 1 = yes)
afib_flgInteger, atrial fibrillation (0 = no, 1 = yes)
renal_flgInteger, chronic renal disease (0 = no, 1 = yes)
liver_flgInteger, liver disease (0 = no, 1 = yes)
copd_flgInteger, chronic obstructive pulmonary disease (0 = no, 1 = yes)
cad_flgInteger, coronary artery disease (0 = no, 1 = yes)
stroke_flgInteger, stroke (0 = no, 1 = yes)
mal_flgInteger, malignancy (0 = no, 1 = yes)
resp_flgInteger, respiratory disease (non-COPD) (0 = no, 1 = yes)
map_1stDouble, mean arterial pressure (mmHg)
hr_1stInteger, heart rate
temp_1stDouble, temperature (F)
spo2_1stInteger, S_pO_2 (percent)
abg_countInteger, arterial blood gas count (number of tests)
wbc_firstDouble, first white blood cell count (K/uL)
hgb_firstDouble, first hemoglobin (g/dL)
platelet_firstInteger, first platelets (K/u)
sodium_firstInteger, first sodium (mEq/L)
potassium_firstDouble, first potassium (mEq/L)
tco2_firstDouble, first bicarbonate (mEq/L)
chloride_firstInteger, first chloride (mEq/L)
bun_firstInteger, first blood urea nitrogen (mg/dL)
creatinine_firstDouble, first creatinine (mg/dL)
po2_firstInteger, first PaO_2 (mmHg)
pco2_firstInteger, first PaCO_2 (mmHg)
iv_day_1Double, input fluids by IV on day 1 (mL)