Hello everyone,
I’m trying to achieve the target of knowing which procedure is utilized for which condition by mapping procedure_occurrence to condition_occurrence tables along with the person table.
My question is if there is a way to do such a mapping knowing that achieving this mapping through the visit_occurrence table will not solve the issue as a person may have multiple conditions and multiple procedures mapped to the same visit_occurrence_id.
Thanks in advance!