Description Usage Arguments See Also
Synthea to OMOP ETL
1 2 3 4 5 6 7 8 9 10 | etl_to_omop(
user = NULL,
password = NULL,
server = NULL,
port = NULL,
omop_cdm_schema = "omop_cdm",
synthea_schema = "native_synthea",
path_to_synthea_csvs = "synthea_output/2020-12-20 20:12:56/csv/",
path_to_omop_vocab_csvs = ""
)
|
omop_cdm_schema |
Destination schema for the OMOP Vocabulary Tables and ETL'd Synthea data |
synthea_schema |
Schema where the native synthea csvs will be loaded for the ETL. |
path_to_synthea_csvs |
Path to the csvs produced by |
path_to_omop_vocab_csvs |
Path to csvs downloaded the reconstituted (if CPT4 is desired) from athena.ohdsi.org. |
connDetails |
Connection Details object, Default: cd |
typewrite
DropVocabTables
,DropEventTables
,DropSyntheaTables
,DropMapAndRollupTables
,CreateVocabTables
,CreateEventTables
,CreateSyntheaTables
,LoadSyntheaTables
,LoadVocabFromCsv
,CreateVocabMapTables
,CreateVisitRollupTables
,LoadEventTables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.