OMOP/README.md

49 lines
3.3 KiB
Markdown
Raw Normal View History

2018-08-31 01:00:34 +00:00
Common Data Model v6.0
2014-10-14 20:20:22 +00:00
=================
2018-08-31 01:00:34 +00:00
See full CDM specification file on our github [wiki](https://github.com/OHDSI/CommonDataModel/wiki) or in the [CDM V6.0 PDF]
2017-07-12 19:44:45 +00:00
2018-08-31 01:00:34 +00:00
Release Notes for v6.0
=============
2018-06-14 20:15:03 +00:00
### This version address the following issues/pull requests:
2018-10-09 19:24:07 +00:00
#### CDM
2018-08-31 01:00:34 +00:00
* [#81](https://github.com/OHDSI/CommonDataModel/pull/81) Adds the COST table
* [#137](https://github.com/OHDSI/CommonDataModel/pull/137) Adds the SURVEY_CONDUCT table
* [#181](https://github.com/OHDSI/CommonDataModel/pull/181) Adds the LOCATION_HISTORY table
* [#91](https://github.com/OHDSI/CommonDataModel/issues/91) Latitude and longitude added to LOCATION table
* [#107](https://github.com/OHDSI/CommonDataModel/issues/107) Contract owner information added to PAYER_PLAN_PERIOD
* [#120](https://github.com/OHDSI/CommonDataModel/pull/120) New fields added to PAYER_PLAN_PERIOD (PAYER_CONCEPT_ID, PLAN_CONCEPT_ID)
* [#166](https://github.com/OHDSI/CommonDataModel/issues/166) Record inserted into METADATA to document CDM version
* [#172](https://github.com/OHDSI/CommonDataModel/pull/172) NOTE_EVENT_ID and NOTE_DOMAIN_ID (NOTE_EVENT_TABLE_CONCEPT_ID) added to NOTE
* [#198](https://github.com/OHDSI/CommonDataModel/pull/198) Change IDs to BIGINT
* [#153](https://github.com/OHDSI/CommonDataModel/issues/153) ADMISSION_SOURCE_CONCEPT_ID changed to ADMITTED_FROM_CONCEPT_ID
2018-10-09 19:24:07 +00:00
* [#214](https://github.com/OHDSI/CommonDataModel/issues/214) All CONCEPT_IDs are mandatory except for UNIT_CONCEPT_ID, VALUE_AS_CONCEPT_ID, and OPERATOR_CONCEPT_ID
* [#164](https://github.com/OHDSI/CommonDataModel/issues/164) Any reference to DOMAIN_ID was switched to EVENT_FIELD_CONCEPT_ID
* [#212](https://github.com/OHDSI/CommonDataModel/issues/212) CDM Results schema created with tables COHORT and COHORT_DEFINITION
* [#210](https://github.com/OHDSI/CommonDataModel/issues/210) DEATH table removed and cause of death now stored in CONDITION_OCCURRENCE
* [#166](https://github.com/OHDSI/CommonDataModel/issues/166) Record inserted into METADATA identifying the CDM version
* [#172](https://github.com/OHDSI/CommonDataModel/issues/172) Added NOTE_EVENT_ID and EVENT_FIELD_CONCEPT_ID to NOTE table
#### Vocabulary
* [#186](https://github.com/OHDSI/CommonDataModel/issues/186) Keep deprecated CPT concepts active and standard
* [#85](https://github.com/OHDSI/CommonDataModel/issues/85) NOTE_NLP concepts added
#### Wiki
* [#188](https://github.com/OHDSI/CommonDataModel/issues/188) Added foreign key description to wiki files
* All [THEMIS](https://github.com/OHDSI/THEMIS/issues) rules added to wiki
2017-07-27 16:11:33 +00:00
Additional Updates
==================
2018-08-31 01:00:34 +00:00
* DATE fields are now optional and DATETIME fields are mandatory
2017-07-05 19:55:20 +00:00
2017-06-20 20:41:41 +00:00
---------
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.
2017-02-07 19:02:42 +00:00
2018-08-31 01:00:34 +00:00
Versions are defined using tagging and versioning. Full versions (V6, 7 etc.) are usually released at most once a year 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.