You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
download latest athena
create postgres schema for source and cdm
upload dictionary data into cdm
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).
load data into cdm schema
The text was updated successfully, but these errors were encountered:
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.
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?
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?
The text was updated successfully, but these errors were encountered: