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

Eunomia for Lung Cancer Data #27

Open
priagopal opened this issue Aug 12, 2022 · 3 comments
Open

Eunomia for Lung Cancer Data #27

priagopal opened this issue Aug 12, 2022 · 3 comments

Comments

@priagopal
Copy link
Collaborator

Hi Everyone,

I generated lung cancer Synthea data for 1K patients. I was wondering, whether I could create ETL for cancer extension. I was thinking of doing the following. Please let me know, if my understanding is right?

  1. download latest athena
  2. create postgres schema for source and cdm
  3. upload dictionary data into cdm
  4. Create Episode ETL, update measurement,condition and drug_exposure ETLs (this is going to be really challenging. Please provide some tips on what is the best way forward).
  5. load data into cdm schema
@fdefalco
Copy link
Collaborator

This sounds interesting. Are you planning on using episode and episode event tables that are part of CDM 5.4?

My suggestion would be to create a branch in the ETL-Synthea (https://github.com/OHDSI/ETL-Synthea) repository. You could follow that approach for the ETL processing and add the necessary steps to populate the new tables using the required vocabularies. You'll find that the package uses the CommonDataModel package and completes step 2 and 3 in your proposal.

Could this work for your purposes?

@priagopal
Copy link
Collaborator Author

Hi Frank,

Thanks for the input. I am planning on using episode and episode event table. I am not entirely sure, how to do it. I will give it a shot. I will create a branch in ETL-Synthea. Can I post questions under ETL-Synthea --> issues?

Thanks,
Priya

@fdefalco
Copy link
Collaborator

Yes, that would work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants