You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on identifying patients who were transferred from another hospital or healthcare facility, as I want to focus specifically on those who began their care in the Emergency Department (ED).
Initially, I assumed this information would be captured in the admission_location column of the hosp.admissions table. However, this field appears to be unreliable. For instance, in the ed.triage table, some patients (with admission_location suggesting they were not transferred) have "transfer" listed in their chiefcomplaint, and discharge summaries confirm that at least some of these patients were indeed transferred from another facility.
Do you have any suggestions or recommended methods for reliably identifying transferred patients in MIMIC-IV—ideally without having to manually review each discharge note?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm working on identifying patients who were transferred from another hospital or healthcare facility, as I want to focus specifically on those who began their care in the Emergency Department (ED).
Initially, I assumed this information would be captured in the
admission_location column
of thehosp.admissions
table. However, this field appears to be unreliable. For instance, in theed.triage
table, some patients (withadmission_location
suggesting they were not transferred) have "transfer" listed in their chiefcomplaint, and discharge summaries confirm that at least some of these patients were indeed transferred from another facility.Do you have any suggestions or recommended methods for reliably identifying transferred patients in MIMIC-IV—ideally without having to manually review each discharge note?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions