Open tompollard opened 3 days ago
We need to work out how to transform MIMIC-IV to the OMOP person table. We could base our initial transform on the approach at: https://github.com/OHDSI/MIMIC/blob/master/etl/etl/cdm_person.sql
OMOP
There is demo source data (from MIMIC-IV v2.2 demo) at: https://github.com/tompollard/omopetl/tree/main/omopetl/templates/demo/data/source
Looking at the OHDSI transform, two issues are:
FARM_FINGERPRINT(GENERATE_UUID()) AS person_id,
We need to work out how to transform MIMIC-IV to the
OMOP
person table. We could base our initial transform on the approach at: https://github.com/OHDSI/MIMIC/blob/master/etl/etl/cdm_person.sqlThere is demo source data (from MIMIC-IV v2.2 demo) at: https://github.com/tompollard/omopetl/tree/main/omopetl/templates/demo/data/source