From b61e7a046e4cfc04abfe9e2b27af7bd09e47c32f Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Tue, 9 Oct 2018 15:24:07 -0400 Subject: [PATCH] CDM v6.0 updated README --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cdd2377..40efe42 100644 --- a/README.md +++ b/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.