From 6a410ab240d0030ecb942522592fbb9959751adc Mon Sep 17 00:00:00 2001 From: Adam Black Date: Tue, 7 Mar 2023 15:04:00 -0500 Subject: [PATCH] Add clarification about required fields to 5.4 doc --- rmd/cdm54.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmd/cdm54.Rmd b/rmd/cdm54.Rmd index 87e5b38..5ae2e1c 100644 --- a/rmd/cdm54.Rmd +++ b/rmd/cdm54.Rmd @@ -19,7 +19,7 @@ library(stringr) ``` -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). 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. +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). 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