CDM v6.0 updated README
This commit is contained in:
parent
351ea98b77
commit
b61e7a046e
16
README.md
16
README.md
|
@ -9,6 +9,7 @@ Release Notes for v6.0
|
|||
|
||||
### This version address the following issues/pull requests:
|
||||
|
||||
#### CDM
|
||||
* [#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
|
||||
|
@ -19,6 +20,20 @@ Release Notes for v6.0
|
|||
* [#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
|
||||
* [#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
|
||||
|
||||
Additional Updates
|
||||
==================
|
||||
|
@ -27,7 +42,6 @@ Additional Updates
|
|||
|
||||
---------
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue