Add clarification about required fields to 5.4 doc
This commit is contained in:
parent
31515a86cd
commit
6a410ab240
|
@ -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
|
### Current Support for CDM v5.4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue