From 27f283e22be460322a0817e0f5983bd592141b0a Mon Sep 17 00:00:00 2001 From: Anna Ostropolets Date: Fri, 10 Aug 2018 13:34:26 +0300 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 06a0638..4c52173 100644 --- a/StandardizedClinicalDataTables/CONDITION_OCCURRENCE.md +++ b/StandardizedClinicalDataTables/CONDITION_OCCURRENCE.md @@ -11,7 +11,7 @@ Field|Required|Type|Description | condition_start_date | Yes | date | The date when the instance of the Condition is recorded. | | condition_start_datetime | No | datetime | The date and time when the instance of the Condition is recorded. | | condition_end_date | No | date | The date when the instance of the Condition is considered to have ended. | -| condition_end_datetime | No | date | The date when the instance of the Condition is considered to have ended. | +| condition_end_datetime | No | datetime | The date when the instance of the Condition is considered to have ended. | | condition_type_concept_id | Yes | integer | A foreign key to the predefined Concept identifier in the Standardized Vocabularies reflecting the source data from which the condition was recorded, the level of standardization, and the type of occurrence. | | stop_reason | No | varchar(20) | The reason that the condition was no longer present, as indicated in the source data. | | provider_id | No | integer | A foreign key to the Provider in the PROVIDER table who was responsible for capturing (diagnosing) the Condition. |