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.
Field | Required | Type | Description |
---|---|---|---|
concept_id | Yes | Integer | A foreign key to the Concept in the CONCEPT table. |
concept_synonym_name | Yes | varchar(1000) | The alternative name for the Concept. |
language_concept_id | Yes | integer | A foreign key to a Concept representing the language. |