CONCEPT_SYNONYM table

THIS IS OUTDATED. All documentation is now on the github wiki. Please refer there or to the CDM working group for more information

The CONCEPT_SYNONYM table is used to store alternate names and descriptions for Concepts.

FieldRequiredTypeDescription
concept_idYesIntegerA foreign key to the Concept in the CONCEPT table.
concept_synonym_nameYesvarchar(1000)The alternative name for the Concept.
language_concept_idYesintegerA foreign key to a Concept representing the language.

Conventions