Closed turbomam closed 5 years ago
this wasn't a problem when I tried a hybrid of the Linux bulk loader + the R scripts with some modifications (#17)
@AnthonyMolinaro thanks for looking at my issues. I saw your recent pushes, so I just now did a fresh devtools::install_github("OHDSI/ETL-Synthea")
I think the date reformatting is still required, and that either
@turbomam Thanks again for your work here Mark. I applied the fixes to an earlier commit yesterday.
Thanks for releasing this tool.
I'm finding that I have to make some modifications in order to get the R code (and embedded SQL) to run. Is this surprising?
I'm using Windows 10, Postgres 11, and R 3.5.0
I created my synthea data set from GitBash like this:
So far I have modified
LoadSyntheaTables
to forcibly cast dates, and to castUTILIZATION
to numeric, not character. See below. The native synthea tables load now.I also had to allow
NULL
s inconcept.concept_name
,concept.concept_code
,concept_synonym.concept_synonym_name
, andconcept_relationship.valid_start_date
. Now I can run all of the steps up toLoadEventTables
, which give an error. I have substitutedLoadCDMTables
for that. See #14Modified
LoadSyntheaTables
Some warnings
and
Selected OMOP vocabularies