orchid-initiative / synthetic-database-project

MIT License
4 stars 2 forks source link

OHDSI ETL Utility #67

Open NickKramer87 opened 10 months ago

NickKramer87 commented 10 months ago

As a database generator, I would like to know the usefulness of the OHDSI ETL utility that can be used to convert the csv files from Synthea to OMOP CDM files to see if it is unnecessary to write conversion code from scratch.

Proposed Subtasks:

  1. Learn about the OHDSI ETL utility (https://github.com/OHDSI/ETL-Synthea).
  2. Determine if a) this functionality would be beneficial to the database generation program and b) if the existing code can be used or ported to the database generation program to save development time and effort.
  3. If a) and b) are both true, then create a plan to add the functionality to the database generation program.

Acceptance Criteria:

  1. Go/No go decision on adding OHDSI ETL to database generation.
  2. A brief scrum outline for the subtask of adding OHDSI ETL to the database generation program.