OHDSI / CommonDataModel

Definition and DDLs for the OMOP Common Data Model (CDM)
https://ohdsi.github.io/CommonDataModel
899 stars 453 forks source link

ERD image is not correct. concept_synonym table only has three rows. not 7 as ERD digram suggests #619

Open thondeboer opened 9 months ago

thondeboer commented 9 months ago

The ERD.jpg does not seem to be reflecting the actual database that the code is creating.

rmd/images/erd.jpg

has 7 rows for the table concept_synonym, but the DLL only creates three

image

image

clairblacketer commented 9 months ago

Thank you so much for pointing this out! The DDL is correct, the image is wrong. I will ask the owner to recreate.

thondeboer commented 9 months ago

It is also complete missing a table called "concept_ancestor" and I think that is related to this item since the concept_synonym in the ERD.jpg has some mention of ancestor etc. so guessing this is for an older version of OMOP (5.3) and was not updated for 5.4