Skip to content

Commit 3b6bcd0

Browse files
authored
Update VISIT_DETAIL.md
Correction - visit_detail_concept_id should be just visit_concept_id; because in the same domain. Otherwise we will have to systematically rename all _concept_id fields in visit_detail into _detail_concept_id; e.g. visit_type_concept_id to visit_detail_type_concept_id admitting_source_concept_id to admitting_detail_source_concept_id makes it long and difficult in join statements etc
1 parent 2a6bcd0 commit 3b6bcd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Documentation/CommonDataModel_Wiki_Files/StandardizedClinicalDataTables

Documentation/CommonDataModel_Wiki_Files/StandardizedClinicalDataTables/VISIT_DETAIL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Field|Required|Type|Description
55
:------------------------|:--------|:-----|:-------------------------------------------------
66
|visit_detail_id|Yes|integer|A unique identifier for each Person's visit or encounter at a healthcare provider.|
77
|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_detail_concept_id|Yes|integer|A foreign key that refers to a visit Concept identifier in the Standardized Vocabularies.|
8+
|visit_concept_id|Yes|integer|A foreign key that refers to a visit Concept identifier in the Standardized Vocabularies.|
99
|visit_start_date|Yes|date|The start date of the visit.|
1010
|visit_start_datetime|No|datetime|The date and time of the visit started.|
1111
|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.|

0 commit comments

Comments
 (0)