-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.06 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: ETLSyntheaBuilder
Type: Package
Title: A Builder for Converting the Synthea Data to the OMOP CDM
Version: 1.0
mDate: 2021-12-04
Author: Anthony Molinaro [aut, cre],
Clair Blacketer [aut],
Frank DeFalco [aut]
Maintainer: Anthony Molinaro <[email protected]>
Description: ETL and Builder to convert Synthea Data to the OMOP CDM.
Staring with csv files for an OMOP Vocabulary and csv files for Synthea,
this package creates database tables from these csv files and maps them
correctly to create a full functional OMOP CDM from Synthea.
As the CDM Vocabulary can be quite large, there is the option to copy
the vocabulary from another schema that already has it loaded.
This package assumes an RDBMS exists to which you have read/write access.
License: Apache License 2.0
Depends:
DatabaseConnector
Imports:
SqlRender,
data.table,
httr,
dplyr (>= 1.0.0),
readr (>= 2.1.0),
CommonDataModel
Remotes:
OHDSI/CommonDataModel
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr