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