Table headers

Left justify table headers in CONCEPT.md
This commit is contained in:
clairblacketer 2017-06-14 13:02:38 -04:00 committed by GitHub
parent c0fb8c8934
commit 231b100c14
1 changed files with 1 additions and 1 deletions

View File

@ -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.|