From 3712066c07c4dec8244c4ff316f3383b8271143d Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Tue, 20 Jun 2017 14:53:39 -0400 Subject: [PATCH] Updated FACT_RELATIONSHIP (markdown) --- StandardizedClinicalDataTables/FACT_RELATIONSHIP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandardizedClinicalDataTables/FACT_RELATIONSHIP.md b/StandardizedClinicalDataTables/FACT_RELATIONSHIP.md index c69f0a9..6660069 100644 --- a/StandardizedClinicalDataTables/FACT_RELATIONSHIP.md +++ b/StandardizedClinicalDataTables/FACT_RELATIONSHIP.md @@ -2,7 +2,7 @@ The FACT_RELATIONSHIP table contains records about the relationships between fac Field|Required|Type|Description :-------------------------|:--------|:------------|:-------------------------------------------------------------- -|domain_concept _id_1|Yes|integer|The concept representing the domain of fact one, from which the corresponding table can be inferred.| +|domain_concept_id_1|Yes|integer|The concept representing the domain of fact one, from which the corresponding table can be inferred.| |fact_id_1|Yes|integer|The unique identifier in the table corresponding to the domain of fact one.| |domain_concept_id_2|Yes|integer|The concept representing the domain of fact two, from which the corresponding table can be inferred.| |fact_id_2|Yes|integer|The unique identifier in the table corresponding to the domain of fact two.|