Updated README for CDM v4 only

This commit is contained in:
clairblacketer 2017-06-09 09:40:08 -04:00 committed by GitHub
parent ef406910e9
commit 6fe40c78c4
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
Common-Data-Model Common-Data-Model
================= =================
This repo contains the definition of the OMOP Common Data Model. It supports the 4 SQL technologies: Oracle, Postgres and SQL Server. For each, the DDL, constraints and indexes (if appropirate) are defined. This repo contains the definition of the OMOP Common Data Model v4. It supports 3 SQL technologies: Oracle, Postgres and SQL Server. For each, the DDL, constraints and indexes (if appropriate) are defined.
Versions are defined using tagging and versioning. Full versions (V6, 7 etc.) are released irregularly after a major strategy change or use case coverage. It will be issued during an OHDSI Symposium. Major version (V5.1, 5.2 etc.) are released half yearly (1-Jul and 1-Jan). Those versions are not guaranteed to be backward compatible. Minor versions (V5.1.1, V5.1.2 etc.) are released irregularly and often, and contain small hot fixes or backward compatible changes to the last Major Version. Versions are defined using tagging and versioning. Full versions (V6, 7 etc.) are released irregularly after a major strategy change or use case coverage. It will be issued during an OHDSI Symposium. Major version (V5.1, 5.2 etc.) are released half yearly (1-Jul and 1-Jan). Those versions are not guaranteed to be backward compatible. Minor versions (V5.1.1, V5.1.2 etc.) are released irregularly and often, and contain small hot fixes or backward compatible changes to the last Major Version.
**WARNING:** This version is not supported by the OHDSI tools
See full CDM specification file on our [Wiki](http://www.ohdsi.org/web/wiki/doku.php?id=documentation:cdm:single-page). See full up-to-date CDM specification files on our [Wiki](http://www.ohdsi.org/web/wiki/doku.php?id=documentation:cdm:single-page).