OMOP Common Data Model by OHDSI
Go to file
Karthik 7bba78ac08 Removed references to OMOP CDM v4. Updated Readme to include changes from v5 to v5.1 2017-06-04 22:25:52 -04:00
Impala Add scripts for creating a schema and importing data into Impala. 2016-10-12 11:36:40 +01:00
Oracle Merge branch 'v5.1' of https://github.com/OHDSI/CommonDataModel into v5.1 2017-01-12 16:15:00 -05:00
PostgreSQL Merge branch 'v5.1' of https://github.com/OHDSI/CommonDataModel into v5.1 2017-01-12 16:15:00 -05:00
Sql Server Merge branch 'v5.1' of https://github.com/OHDSI/CommonDataModel into v5.1 2017-01-12 16:15:00 -05:00
LICENSE Initial commit 2014-10-14 16:20:22 -04:00
OMOP CDM v5.pdf Added PDF file 2014-10-16 08:15:42 -04:00
README.md Removed references to OMOP CDM v4. Updated Readme to include changes from v5 to v5.1 2017-06-04 22:25:52 -04:00

README.md

Common-Data-Model

See full CDM specification file on our Wiki or in the CDM V5 PDF

Release Notes

This version is bases on this CDM working group proposal. The proposed and accepted changes include adding a datetime field to every table that had a date column. These were the new columns added:

PERSON
birth_datetime, not required

SPECIMEN
specimen_datetime, not required

DEATH
death_datetime, not required

VISIT_OCCURRENCE
visit_start_datetime, not required visit_end_datetime, not required

PROCEDURE_OCCURRENCE
procedure_datetime, not required

DRUG_EXPOSURE
drug_exposure_start_datetime, not required drug_exposure_end_datetime, not required

DEVICE_EXPOSURE
device_exposure_start_datetime, not required device_exposure_end_datetime, not required

CONDITION_OCCURRENCE
condition_start_datetime, not required condition_end_datetime, not required

MEASUREMENT
measurement_datetime as time, not required

OBSERVATION
observation_datetime, not required

NOTE note_datetime, not required