Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OMOP etl module #52

Open
tiadams opened this issue Nov 27, 2024 · 0 comments
Open

OMOP etl module #52

tiadams opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tiadams
Copy link
Member

tiadams commented Nov 27, 2024

Feature

Input: A Dataframe (csv/excel) + [optionally] DataDictionarySource

  1. Map each column to the closest (OMOP) concept based on the data dictionary descriptions (if applicable) or column names (if not)
  2. Create a etl pipeline (as part of a new module, e.g. etl.py) to convert input to OMOP

TBD

  • Which terminologies/concepts are required to map to OMOP?
  • Concept Identifers from OMOP / OHDSI source terminologies?
  • Get OMOP IDs from Athena API call? (to be implemented)
  • Extend DB schema to support OMOP?
@tiadams tiadams added the enhancement New feature or request label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants