OHDSI Home | Forums | Wiki | Github

Deleting and merging patients from PERSON?

Hello community,
While establishing record delta from source to OMOP, it looks like some patients were identified as duplicates in source data, therefore merged in source data, and the duplicate ID in source record was thereafter deleted. Detecting the deletions is easy in source, but how have folks been representing this in their CDM? Do they just remove/merge a person_id? If so, how do you represent merges in a way that travels to other tables? If it’s a matter of doing an update across all tables, that’s fine too, but I’m a bit uncomfortable doing an update on an OMOP record, and then not having record of the original in OMOP.

OMOP is going to be a part of our larger data lake/fabric, so being able to trace and update records downstream from OMOP is important. This may not always be possible in real time, so it’s important to have the process downstream from OMOP be able to search for deleted and changed records within OMOP tables. Is this a good use case for metadata table usage? If so, what has the metadata update process looked like for you with regard to deleting/updating person records?

Thank you!
Daniel

@Daniel_Smith:

In OMOP, one patient is one patient. That fact that the patient is a merger from different identities in some source is irrelevant. But if you need to keep the ability to trace back feel free to add private fields to the PERSON table. The standard tools won’t know it’s there to use it, but also not be bothered by it.

1 Like
t