From df61e663156690f806a0ece5bde08dd377bfa14e Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Mon, 19 Jun 2017 20:05:42 -0400 Subject: [PATCH] Updated CONCEPT (markdown) --- StandardizedVocabularies/CONCEPT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StandardizedVocabularies/CONCEPT.md b/StandardizedVocabularies/CONCEPT.md index 40a15ee..6836dce 100644 --- a/StandardizedVocabularies/CONCEPT.md +++ b/StandardizedVocabularies/CONCEPT.md @@ -9,8 +9,8 @@ Field|Required|Type|Description :-----|:--------|:----|:----------- |concept_id|Yes|integer|A unique identifier for each Concept across all domains.| |concept_name|Yes|varchar(255)|An unambiguous, meaningful and descriptive name for the Concept.| -|domain_id|Yes|varchar(20)|A foreign key to the [[documentation:cdm:domain|DOMAIN]] table the Concept belongs to.| -|vocabulary_id|Yes|varchar(20)|A foreign key to the [[documentation:cdm:vocabulary|VOCABULARY]] table indicating from which source the Concept has been adapted.| +|domain_id|Yes|varchar(20)|A foreign key to the [DOMAIN](wiki/DOMAIN) table the Concept belongs to.| +|vocabulary_id|Yes|varchar(20)|A foreign key to the [VOCABULARY](wiki/VOCABULARY] table indicating from which source the Concept has been adapted.| |concept_class_id|Yes|varchar(20)|The attribute or concept class of the Concept. Examples are “Clinical Drug”, “Ingredient”, “Clinical Finding” etc.| |standard_concept|No|varchar(1)|This flag determines where a Concept is a Standard Concept, i.e. is used in the data, a Classification Concept, or a non-standard Source Concept. The allowables values are 'S' (Standard Concept) and 'C' (Classification Concept), otherwise the content is NULL.| |concept_code|Yes|varchar(50)|The concept code represents the identifier of the Concept in the source vocabulary, such as SNOMED-CT concept IDs, RxNorm RXCUIs etc. Note that concept codes are not unique across vocabularies.|