Hi OHDSI community. My project is trying to gather patient data in OMOP CDM from many hospitals where patients/providers may have cross visits/treatment between hospitals. What I understand is that Person_ID and Provider_ID should be unique, and the same ID should determine the same patient/clinician.
Thus, if two hospitals with different care_site IDs send data of the same person/clinician, what should be the exact care_site ID to be represented in the Person and Provider tables? Do I have to create different Person_ID and Provider_ID even if the data belongs to the same person/clinician but comes from different hospitals?
It would be great if I could keep the same Person_ID with multiple care_site_IDs since we can see the journey of the patient.
Appreciated for your help,
Ravi