From 231b100c14102f4fd64477712f5769592d79c1ce Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Wed, 14 Jun 2017 13:02:38 -0400 Subject: [PATCH] Table headers Left justify table headers in CONCEPT.md --- Documentation/StandardizedVocabularies/CONCEPT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/StandardizedVocabularies/CONCEPT.md b/Documentation/StandardizedVocabularies/CONCEPT.md index 3a44e5a..5bfe04a 100644 --- a/Documentation/StandardizedVocabularies/CONCEPT.md +++ b/Documentation/StandardizedVocabularies/CONCEPT.md @@ -17,7 +17,7 @@ Concepts can represent broad categories (like “Cardiovascular disease”), det Records in the Standardized Vocabularies tables are derived from national or international vocabularies such as SNOMED-CT, RxNorm, and LOINC, or custom Concepts defined to cover various aspects of observational data analysis. For a detailed description of these vocabularies, their use in the OMOP CDM and their relationships to each other please refer to the [specifications](http://www.ohdsi.org/web/wiki/doku.php?id=documentation:vocabulary). 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.|