# | Column | Type | Notes |
1 | admitting_source_concept_id | integer | |
2 | admitting_source_value | string | The source code for the admitting source as it appears in the source data. |
3 | care_site_id | integer | A foreign key to the care site in the care site table that was associated with the visit detail. |
4 | discharge_to_concept_id | integer | |
5 | discharge_to_source_value | string | The source code for the discharge disposition as it appears in the source data. |
6 | eid | integer | A foreign key identifier to the Person for whom the visit detail is recorded. |
7 | preceding_visit_detail_id | integer | |
8 | provider_id | integer | A foreign key to the provider in the provider table who was associated with the visit detail. |
9 | visit_detail_concept_id | integer | |
10 | visit_detail_end_date | date | The end date of the visit detail. |
11 | visit_detail_end_datetime | timestamp | The date and time of the visit detail end. |
12 | visit_detail_id | integer | A system-generated unique identifier for each detail of a Person's visit or encounter at a healthcare provider. |
13 | visit_detail_parent_id | integer | |
14 | visit_detail_source_concept_id | integer | A foreign key to a Concept that refers to the code used in the source. |
15 | visit_detail_source_value | integer | The source code for the visit detail as it appears in the source data. |
16 | visit_detail_start_date | integer | The start date of when the visit detail. |
17 | visit_detail_start_datetime | timestamp | The date and time of when the visit detail started. |
18 | visit_detail_type_concept_id | integer | |
19 | visit_occurrence_id | integer | |