diff --git a/docs/cdm54.html b/docs/cdm54.html index e705e60..e29ef31 100644 --- a/docs/cdm54.html +++ b/docs/cdm54.html @@ -13,7 +13,7 @@
This is the specification document for the OMOP Common Data Model, v5.4. This is the latest version of the OMOP CDM. Each table is represented with a high-level description and ETL conventions diff --git a/docs/images/Santa-George-A.png b/docs/images/Santa-George-A.png new file mode 100644 index 0000000..9d26c69 Binary files /dev/null and b/docs/images/Santa-George-A.png differ diff --git a/rmd/cdm54.Rmd b/rmd/cdm54.Rmd index f6f02eb..7b4dd8a 100644 --- a/rmd/cdm54.Rmd +++ b/rmd/cdm54.Rmd @@ -18,7 +18,8 @@ library(dplyr) library(stringr) ``` - +![](images/Santa-George-A.png) + This is the specification document for the OMOP Common Data Model, v5.4. **This is the latest version of the OMOP CDM.** Each table is represented with a high-level description and ETL conventions that should be followed. This is continued with a discussion of each field in each table, any conventions related to the field, and constraints that should be followed (like primary key, foreign key, etc). All tables should be instantiated in a CDM instance but do not need to be populated. Similarly, fields that are not required should exist in the CDM table but do not need to be populated. Should you have questions please feel free to visit the [forums](https://forums.ohdsi.org/) or the [github issue](https://github.com/ohdsi/CommonDataModel/issues) page. ### Current Support for CDM v5.4 diff --git a/rmd/images/Santa-George-A.png b/rmd/images/Santa-George-A.png new file mode 100644 index 0000000..9d26c69 Binary files /dev/null and b/rmd/images/Santa-George-A.png differ