MIT-LCP / mimic-code

MIMIC Code Repository: Code shared by the research community for the MIMIC family of databases
https://mimic.mit.edu
MIT License
2.51k stars 1.5k forks source link

Variable Selection Problem #822

Closed Delia5353 closed 3 years ago

Delia5353 commented 3 years ago

Prerequisites

Description

I have been doing a research,I have been doing a research and now I need to filter out the variables I am interested in from many itemids.

alistairewj commented 3 years ago

You will need to use multiple itemid for a single concept as they are not guaranteed to be documented with the same itemid. You can use the code available in this repository as a starting point since we have many concepts already coded, e.g. systolic blood pressure is in the pivoted vitals query: https://github.com/MIT-LCP/mimic-code/blob/1dd6637f47c83fe685176534b770e37b7fb48ef9/concepts/pivot/pivoted_vital.sql#L9

Delia5353 commented 3 years ago

Ok,i got it.Thank you very much!