InpatientAdmitDTS == HospitalDischargeDTS
Summary
@jcd71 noticed that InpatientAdmitDTS
sometimes equals HospitalDischargeDTS
while reviewing !5 (merged). This seems to indicate that the encounter is a same day procedure, but further investigation is needed. If no inpatient event occurred, we will want to address it.
Not sure what the best way of handling cases like this are, however.
Steps to reproduce
select *
from UserWork.EAViewLibrary.EncounterInpatientEncounters
where InpatientAdmitDTS = HospitalDischargeDTS
What is the current bug behavior?
Some inpatient encounter records are admitted and discharged at the same instant.
What is the expected behavior?
Unknown. Need to investigate further. Is this a human/workflow issue in Hyperspace, or does it signify something else in the data?