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

Code and website related to the eICU Collaborative Research Database

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

Hello, Since SaO2 column in the VitalPeriodic Table captures SpO2 values(pulse oximetry), where can I find the SaO2(Arterial Blood gas values)? II need to create a table with both of...

I would like to know where is the LVEF in the eICU table. And the BNP, CKMB, and Tropnin data were in the Lab table, but there were many missing...

Hello, How can I find pregnant women in the dataset? Which table and variable can I use to get this group?

Hello. I am now interesting about CRP lab test values. I extracted all events that `labname=='CRP` from the `lab.csv` and checked the distribution. Unfortunately, the scale of the values seems...

Should I look at admitdxpath only? Any other data source for this info?

Hi, I am trying to identify patients with Cirrhosis before their icu admission. I searched the "pasthistorypath" in the physionet-data.eicu_crd.pasthistory table and find out the following values are relevant with...

Here is my code, any comments? select distinct patientunitstayid from `physionet-data.eicu_crd.patient` where apacheadmissiondx in ("CABG alone, coronary artery bypass grafting","CABG redo with valve repair/replacement", "CABG with mitral valve replacement","CABG alone,...

Hi @jraffa , @alistairewj , @obadawi, @tompollard and all, I am trying to interpret the meaning of intakeOutputOffset from the intakeOutput table in eICU. Per table column description in https://eicu-crd.mit.edu/eicutables/intakeoutput/,...

I am looking at the `diagnosis` table. It includes both acute and chronic conditions. I assume that the `offset` for chronic conditions only represent when the diagnosis was entered in...

I am working with the _infusionDrug.csv_ table and I noticed that for many entries the `drugamount` is missing, as in the case below: In such a case, is there a...