I am a working on a prospective study and we use OMOP for data representation for analysis. The study has the initial baseline and then follow-up data collection activities every 2 months (surveys, in-person clinic visits).
We need a way to represent these groups of fact records collected at each time point in the study. What would be the most appropriate approach?
- FACT_RELATIONSHIP linking all fact records to an artificially created OBSERVATION record that represents “data collection window”
- VISIT_OCCURRENCE for each data collection window and populating visit_occurrence_id in all fact records
- EPISODE for each data collection window and using EPISODE_EVENT to link fact records.
Thank you