# | Column | Type | Notes |
1 | condition_concept_id | integer | A foreign key that refers to a Standard Condition Concept identifier in the Standardized Vocabularies. |
2 | condition_end_date | date | The date when the instance of the Condition is considered to have ended. |
3 | condition_end_datetime | timestamp | The date when the instance of the Condition is considered to have ended. |
4 | condition_occurrence_id | integer | A unique identifier for each Condition Era. |
5 | condition_source_concept_id | integer | The source code for the condition as it appears in the source data. This code is mapped to a standard condition concept in the Standardized Vocabularies and the original code is stored here for reference. |
6 | condition_source_value | string | A foreign key to a Condition Concept that refers to the code used in the source. |
7 | condition_start_date | date | The date when the instance of the Condition is recorded. |
8 | condition_start_datetime | timestamp | The date and time when the instance of the Condition is recorded. |
9 | condition_status_concept_id | integer | |
10 | condition_status_source_value | string | |
11 | condition_type_concept_id | 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. |
12 | eid | integer | A foreign key identifier to the Person who is experiencing the Condition. |
13 | provider_id | integer | A foreign key to the Provider in the PROVIDER table who was responsible for capturing (diagnosing) the Condition. |
14 | stop_reason | string | The reason that the condition was no longer present, as indicated in the source data. |
15 | visit_detail_id | integer | A foreign key to the predefined concept in the standard vocabulary reflecting the condition status. |
16 | visit_occurrence_id | integer | A foreign key to the visit in the VISIT table during which the Condition was determined (diagnosed). |