Hi all,
Where is the most likely place to find a patient’s most recent condition?
I was looking at both visit_occurrence
and condition_occurrence
tables and did not know where I should look most often to find this answer.
I saw that in condition_occurrence
, the visit_occurrence_id
is not required which indicates to me that a condition could be generated without a visit occurrence.
If so, is it accurate to look at the condition_occurrence
always to find the most recent condition?
Also, to be clear, I am not looking at condition_era
as I am looking for finer time resolution.
Thanks!
~ tcp