OMOP Common Data Model by OHDSI
Go to file
schuemie 0ac0f4bd56 Adding CSV file representation of CDM 2018-03-21 09:30:53 +01:00
BigQuery closes #140, #144, #135 2018-02-07 15:25:57 -05:00
CodeExcerpts Query for mapping to standard vocabularies 2017-12-08 12:16:27 -05:00
Documentation/CommonDataModel_Wiki_Files Update PAYER_PLAN_PERIOD.md 2018-02-22 15:22:27 -05:00
Impala closes #140, #144, #135 2018-02-07 15:25:57 -05:00
Netezza closes #140, #144, #135 2018-02-07 15:25:57 -05:00
Oracle closes #140, #144, #135 2018-02-07 15:25:57 -05:00
ParallelDataWarehouse Merge branch 'master' into cdm_v5.3.-bugfix.2 2018-02-07 19:54:09 -05:00
PostgreSQL Merge branch 'master' into cdm_v5.3.-bugfix.2 2018-02-07 19:54:09 -05:00
Redshift Merge branch 'master' into cdm_v5.3.-bugfix.2 2018-02-07 19:54:09 -05:00
Sql Server Merge branch 'master' into cdm_v5.3.-bugfix.2 2018-02-07 19:54:09 -05:00
.gitignore Addresses #64, #70, #79, #92, #120, #132, #131 in code, documentation is still being updated to reflect these changes. 2017-11-09 09:30:50 -05:00
LICENSE Initial commit 2014-10-14 16:20:22 -04:00
OMOP_CDM_v5_3.csv Adding CSV file representation of CDM 2018-03-21 09:30:53 +01:00
OMOP_CDM_v5_3.pdf Final cdm v5.3 addition, moved new DDLs to correct locations 2018-01-03 14:56:42 -05:00
README.md Typo fix 2018-01-03 15:14:12 -05:00

README.md

Common Data Model v5.3

See full CDM specification file on our github wiki or in the CDM V5.3 PDF

Release Notes for v5.3

This version is based on the pull requests and CDM proposals:

  • #64 This removes the datetime fields from OBSERVATION_PERIOD
  • #70 Adds the VISIT_DETAIL table
  • #79 Adds the METADATA table
  • #92 Fixes qualifier typo in PROCEDURE_OCCURRENCE
  • #120 Adds the following fields to PAYER_PLAN_PERIOD:
    • PAYER_CONCEPT_ID
    • PAYER_SOURCE_CONCEPT_ID
    • PLAN_CONCEPT_ID
    • PLAN_SOURCE_CONCEPT_ID
    • SPONSOR_CONCEPT_ID
    • SPONSOR_SOURCE_CONCEPT_ID
    • STOP_REASON_CONCEPT_ID
    • STOP_REASON_SOURCE_VALUE
    • STOP_REASON_SOURCE_CONCEPT_ID

Additional Updates

  • There is a development branch now available with the DDLs and documentation for tables and/or changes that have been accepted into a future version of the CDM. Please use these with caution as they are subject to change upon formal release
  • BigQuery, Netezza, and Parallel Data Warehouse DDLs are now available

This repo contains the definition of the OMOP Common Data Model. It supports the SQL technologies: BigQuery, Impala, Netezza, Oracle, Parallel Data Warehouse, Postgres, Redshift, 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 usually released each year (1-Jan) and are not backwards compatible. Minor versions (V5.1, 5.2 etc.) are not guaranteed to be backwards compatible though an effort is made to make sure that current queries will not break. Micro 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 minor version.