From 6fe40c78c4b5bbf456220f4e6527e80e723666c8 Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Fri, 9 Jun 2017 09:40:08 -0400 Subject: [PATCH] Updated README for CDM v4 only --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0a5db6..437d15e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ 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. +**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).