Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Comments
|
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). |
alistairewj
closed this
Jul 20, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fkork commentedApr 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