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

Code and website related to the eICU Collaborative Research Database

Results 103 eicu-code issues
Sort by recently updated
recently updated
newest added

What is the difference between an annotation from the `pastHistory` table and one from the `Diagnosis` table? Initially I thought that annotations for `pastHistory` referred only to diagnosis that took...

Hello, I didn't find any records about Hba1c in the lab table, only five records in customlab. This seem be a common lab indicator, and if it's my lookup error,...

Hello, I was working with this dataset and noticed that some codes appear to be misclassified. For example, the diagnosis string "cardiovascular chest pain / ASHD coronary artery disease /...

Hi there! #### TL;DR I noticed that pdvega/vgplot no longer compatible with pandas and replaced it with the corresponding holoviews pieces since this looks to me like the most reasonable...

Is there any existing code to extract the SOFA Score of patients from the e-ICU database? My aim is to determine the earliest time of Sepsis onset based on Sepsis-3...

I wish to know the characteristics of the troponin essays used for patients in the data, are they high-sensitivity essays? whats their Limit of Detection? Are you aware of any...

I noticed that the ‘patientunitstayid' in Table 'treatment' starts from 242040, but the ‘patientunitstayid' in the 'patient' table starts from around 141168. Has the data for the previous patients disappeared?

Hello, alistairewj. I would like to inquire about the missing ventilation_events table in the recently updated pivoted-oasis.sql. Could you provide the original code? Thank you.

Hello, As we attempt to extract monitoring data from the **vitalPeriodic** table for our analysis, we have utilized the **observationOffset** as a timestamp. According to the information provided on the...

Hello, I am trying to figure out how to capture mechanical ventilation start and end times. I understand that the closest would be the: https://github.com/nus-mornin-lab/oxygenation_kc/blob/master/data-extraction/eICU/eicu_oxygen_therapy.sql However, that specific codeblurb is...