You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|visit_detail_id |Yes|integer|A unique identifier for each Person's visit or encounter at a healthcare provider.|
7
7
|person_id |Yes|integer|A foreign key identifier to the Person for whom the visit is recorded. The demographic details of that Person are stored in the PERSON table.|
8
-
|visit_concept_id|Yes|integer|A foreign key that refers to a visit Concept identifier in the Standardized Vocabularies.|
9
-
|visit_start_date|Yes|date|The start date of the visit.|
10
-
|visit_start_datetime|No|datetime|The date and time of the visit started.|
11
-
|visit_end_date|Yes|date|The end date of the visit. If this is a one-day visit the end date should match the start date.|
12
-
|visit_end_datetime|No|datetime|The date and time of the visit end.|
13
-
|visit_type_concept_id|Yes|Integer|A foreign key to the predefined Concept identifier in the Standardized Vocabularies reflecting the type of source data from which the visit record is derived.|
8
+
|visit_detail_concept_id|Yes|integer|A foreign key that refers to a visit Concept identifier in the Standardized Vocabularies.|
9
+
|visit_detail_start_date|Yes|date|The start date of the visit.|
10
+
|visit_detail_start_datetime|No|datetime|The date and time of the visit started.|
11
+
|visit_detail_end_date|Yes|date|The end date of the visit. If this is a one-day visit the end date should match the start date.|
12
+
|visit_detail_end_datetime|No|datetime|The date and time of the visit end.|
13
+
|visit_detail_type_concept_id|Yes|Integer|A foreign key to the predefined Concept identifier in the Standardized Vocabularies reflecting the type of source data from which the visit record is derived.|
14
14
|provider_id |No|integer|A foreign key to the provider in the provider table who was associated with the visit.|
15
15
|care_site_id |No|integer|A foreign key to the care site in the care site table that was visited.|
16
-
|visit_source_value|No|string(50)|The source code for the visit as it appears in the source data.|
17
-
|visit_source_concept_id|No|Integer|A foreign key to a Concept that refers to the code used in the source.|
16
+
|visit_detail_source_value|No|string(50)|The source code for the visit as it appears in the source data.|
17
+
|visit_detail_source_concept_id|No|Integer|A foreign key to a Concept that refers to the code used in the source.|
18
18
|admitting_source_value | No|Varchar(50)| The source code for the admitting source as it appears in the source data.|
19
19
|admitting_source_concept_id |No |Integer |A foreign key to the predefined concept in the Place of Service Vocabulary reflecting the admitting source for a visit.|
20
20
|discharge_to_source_value | No| Varchar(50)| The source code for the discharge disposition as it appears in the source data.|
0 commit comments