This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
documentation:cdm:changes_from_version_4.0 [2015/04/07 05:26] cgreich |
documentation:cdm:changes_from_version_4.0 [2017/09/25 14:57] (current) clairblacketer |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Changes from CDM Version 4 ===== | ===== Changes from CDM Version 4 ===== | ||
| + | **THIS IS OUTDATED. All documentation is now on the [[https://github.com/OHDSI/CommonDataModel/wiki|github wiki]]. Please refer there or to the [[projects:workgroups:cdm-wg|CDM working group]] for more information** | ||
| - | The following summaries the differences in each table between V4 and V5: | + | The changes can be summarized into the following categories: |
| + | * New tables and fields | ||
| + | * Changes to existing tables and fields | ||
| + | * Changes in the conventions of the content of tables and fields | ||
| + | * Changes to the vocabulary | ||
| + | |||
| + | === New tables and fields === | ||
| + | |||
| + | A number of new tables where introduced to reflect the additional information that will be stored in the CDM. | ||
| - | ^care_site^^^^^^ | ||
| - | |Column name|Column type|Constraint|Column name|Column type|Constraint| | ||
| - | |care_site_id|integer|care_site_pk|care_site_id|integer|care_site_pk| | ||
| - | |location_id|integer|care_site_location_fk|care_site_name|varchar(255)| | | ||
| - | |organization_id|integer|care_site_organization_fk|place_of_service_concept_id|integer|fpk_care_site_place| | ||
| - | |place_of_service_concept_id|integer| |location_id|integer|fpk_care_site_location| | ||
| - | |care_site_source_value|varchar(50)| |care_site_source_value|varchar(50)| | | ||
| - | |place_of_service_source_value|varchar(50)| |place_of_service_source_value|varchar(50)| | | ||