Are there orders in hdam_id and stay_id in mimic IV? #1457
Unanswered
hhchang0210
asked this question in
MIMIC-IV
Replies: 1 comment
-
You can order |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Prerequisites
Description
Description of the issue, including:
I know a subject_id may have many hadm_id and stay_id. But I am curious if there are orders in hadm_id and stay_id.
What I want to do is to parse diagnoses from diagnoses_icd stable and I want to know what diagnoses the patient has before this admission. For example, a subject_id: 10000032 has hadm_ids: 22595853 and 22841357. Is the time of 22841357 newer than the time of 22595853?
Beta Was this translation helpful? Give feedback.
All reactions