Hello!
I have a question about outpatient visits.
In the source table (EHR data) we have flag for outpatient/inpatient visits.
But some outpatient visits (flag = ‘Outpatient’ in the source) last more than one day (i.e. discharge date - date of admission > 0)
In most such cases it is 1 day (for 1 day it could be for example situation like this: patient admitted into ER 01.01.2017 23:30:00 and went home 02.02.2017 01:00:00). But in some cases it could be 30 or 29 or 2 etc. days
For now, we have 3 ideas how to treat visits with (discharge date - date of admission) > 0 for OMOP:
- treat as inpatient visits in OMOP although in source data they have ‘Outpatient’ flag
- treat as outpatient visits in OMOP for (discharge date - date of admission) <= 1 and as inpatient visits for (discharge date - date of admission) > 1 although in source data they have ‘Outpatient’ flag
- treat as outpatient visits in OMOP because in source data they have ‘Outpatient’ flag in spite of (discharge date - date of admission) > 0
If any of these ideas is correct?
Thank you in advance.