User Tools

Site Tools


documentation:cdm:concept_class

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
documentation:cdm:concept_class [2014/12/02 01:50]
jduke
documentation:cdm:concept_class [2017/08/17 15:19]
clairblacketer
Line 1: Line 1:
 ===== CONCEPT_CLASS table ===== ===== CONCEPT_CLASS table =====
 +**The CDM documentation is now being housed on [[https://​github.com/​OHDSI/​CommonDataModel/​wiki|github]]. The most recent release is [[https://​github.com/​OHDSI/​CommonDataModel/​releases/​tag/​v5.2.-bugfix.1|v5.2]]**
  
 The CONCEPT_CLASS table is a reference table, which includes a list of the classifications used to differentiate Concepts within a given Vocabulary. This reference table is populated with a single record for each Concept Class: The CONCEPT_CLASS table is a reference table, which includes a list of the classifications used to differentiate Concepts within a given Vocabulary. This reference table is populated with a single record for each Concept Class:
Line 6: Line 7:
 |concept_class_id|Yes|varchar(20)|A unique key for each class.| |concept_class_id|Yes|varchar(20)|A unique key for each class.|
 |concept_class_name|Yes|varchar(255)|The name describing the Concept Class, e.g. "​Clinical Finding",​ "​Ingredient",​ etc.| |concept_class_name|Yes|varchar(255)|The name describing the Concept Class, e.g. "​Clinical Finding",​ "​Ingredient",​ etc.|
-|concept_class_concept_id|Yes|integer|A foreign key that refers to an identifier in the CONCEPT table for the unique Concept Class the record belongs to.|+|concept_class_concept_id|Yes|integer|A foreign key that refers to an identifier in the [[documentation:​cdm:​concept|CONCEPT]] table for the unique Concept Class the record belongs to.|
  
 ==== Conventions ==== ==== Conventions ====
documentation/cdm/concept_class.txt ยท Last modified: 2017/09/25 14:58 by clairblacketer