From 4c13d4efde5c119742866a41f299c4ee59776916 Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Tue, 20 Jun 2017 14:52:05 -0400 Subject: [PATCH] Updated CONDITION_OCCURRENCE (markdown) --- StandardizedClinicalDataTables/CONDITION_OCCURRENCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandardizedClinicalDataTables/CONDITION_OCCURRENCE.md b/StandardizedClinicalDataTables/CONDITION_OCCURRENCE.md index f35ab9e..8006806 100644 --- a/StandardizedClinicalDataTables/CONDITION_OCCURRENCE.md +++ b/StandardizedClinicalDataTables/CONDITION_OCCURRENCE.md @@ -4,7 +4,7 @@ Conditions are records of a Person suggesting the presence of a disease or medic * EHRs may capture Person Conditions in the form of diagnosis codes or symptoms. Field|Required|Type|Description -:--------------------------------|:--------|:-----|:------------------------------------------------------------ +:--------------------------------|:--------|:------------|:------------------------------------------------------------ | condition_occurrence_id | Yes | integer | A unique identifier for each Condition Occurrence event. | | person_id | Yes | integer | A foreign key identifier to the Person who is experiencing the condition. The demographic details of that Person are stored in the PERSON table. | | condition_concept_id | Yes | integer | A foreign key that refers to a Standard Condition Concept identifier in the Standardized Vocabularies. |