Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Identify postoperative ICU admissions? #207

Closed
fkork opened this Issue Apr 29, 2017 · 1 comment

Comments

Projects
None yet
2 participants

fkork commented Apr 29, 2017

Is there a way to identify postoperative ICU admissions? I tried to identify the date of surgery from the CPTEVENTS table, but for surgery CPT codes there are no CHARTTIME stamps available. In the ICD table there is no date or time stamp at all.

Can anyone think of another way?

Many thanks in advance,
Felix

Owner

alistairewj commented May 6, 2017

HCUP with AHRQ provide code for identifying surgical admissions using ICD-9 procedure codes - which is my best suggestion. I'm not sure how you would identify the timing of the surgery (i.e. whether it's before or after the ICU admission).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment