OMOP Common Data Model by OHDSI
Go to file
clairblacketer 948a8e833a Merge pull request #46 from tomwhite/impala-timestamp-parquet
Add a step to transform data into Parquet, and use TIMESTAMP type for dates
2017-06-09 08:21:55 -04:00
Impala Impala v5.1 2017-04-20 11:05:21 +01:00
Oracle Merge pull request #29 from rstarr7/master 2016-10-26 17:26:27 -04:00
PostgreSQL Resolves OHDSI/CommonDataModel#32 box_size issue 2016-09-01 13:56:50 -04:00
Sql Server Resolves OHDSI/CommonDataModel#32 box_size issue 2016-09-01 13:56:50 -04:00
Version4 changes after V4 testing 2015-03-20 14:08:48 -04:00
Version4 To Version5 Conversion Including the 'Type Concept' domain_id from the latest version of the vocabulary 2015-12-15 10:08:59 -05:00
LICENSE Initial commit 2014-10-14 16:20:22 -04:00
OMOP CDM v5.pdf Added PDF file 2014-10-16 08:15:42 -04:00
README.md Added Version logic 2017-02-07 14:02:42 -05:00

README.md

Common-Data-Model

This repo contains the definition of the OMOP Common Data Model. It supports the 4 SQL technologies: Impala, Oracle, Postgres and SQL Server. For each, the DDL, constraints and indexes (if appropirate) 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.

See full CDM specification file on our Wiki.