From 0681d6139401c61d0e2b24c89e303fed6ff89741 Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Mon, 19 Jun 2017 20:28:46 -0400 Subject: [PATCH] Fixed links --- StandardizedVocabularies/DOMAIN.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/StandardizedVocabularies/DOMAIN.md b/StandardizedVocabularies/DOMAIN.md index dd5fe62..b92a04d 100644 --- a/StandardizedVocabularies/DOMAIN.md +++ b/StandardizedVocabularies/DOMAIN.md @@ -1,21 +1,10 @@ -*OMOP Common Data Model v5.1 Specifications* -
*Authors: Christian Reich, Patrick Ryan, Rimma Belenkaya, Karthik Natarajan, Clair Blacketer* -
***Release date needed*** - -[Back to Table of Contents](https://github.com/OHDSI/CommonDataModel/blob/master/Documentation/TableofContents.md) -
[Back to Standardized Vocabularies](StandardizedVocabularies.md) - ---- - -# 3.3 DOMAIN - -The DOMAIN table includes a list of OMOP-defined Domains the Concepts of the Standardized Vocabularies can belong to. A Domain defines the set of allowable Concepts for the standardized fields in the CDM tables. For example, the "Condition" Domain contains Concepts that describe a condition of a patient, and these Concepts can only be stored in the condition_concept_id field of the [CONDITION_OCCURRENCE](https://github.com/OHDSI/CommonDataModel/blob/master/Documentation/StandardizedClinicalDataTables/CONDITION_OCCURRENCE.md) and [CONDITION_ERA](https://github.com/OHDSI/CommonDataModel/blob/master/Documentation/StandardizedDerivedElements/CONDITION_ERA.md) tables. This reference table is populated with a single record for each Domain and includes a descriptive name for the Domain. +The DOMAIN table includes a list of OMOP-defined Domains the Concepts of the Standardized Vocabularies can belong to. A Domain defines the set of allowable Concepts for the standardized fields in the CDM tables. For example, the "Condition" Domain contains Concepts that describe a condition of a patient, and these Concepts can only be stored in the condition_concept_id field of the [CONDITION_OCCURRENCE](https://github.com/OHDSI/CommonDataModel/wiki/CONDITION_OCCURRENCE) and [CONDITION_ERA](https://github.com/OHDSI/CommonDataModel/wiki/CONDITION_ERA) tables. This reference table is populated with a single record for each Domain and includes a descriptive name for the Domain. Field|Required|Type|Description :----|:----|:----|:----- |domain_id|Yes|varchar(20)|A unique key for each domain.| |domain_name|Yes|varchar(255)|The name describing the Domain, e.g. "Condition", "Procedure", "Measurement" etc.| -|domain_concept_id|Yes|integer|A foreign key that refers to an identifier in the [CONCEPT](CONCEPT.md) table for the unique Domain Concept the Domain record belongs to.| +|domain_concept_id|Yes|integer|A foreign key that refers to an identifier in the [CONCEPT](https://github.com/OHDSI/CommonDataModel/wiki/CONCEPT) table for the unique Domain Concept the Domain record belongs to.| ## Conventions