From 3b6bcd01f6c8d0e76dd5abac0344c7eaac49bc90 Mon Sep 17 00:00:00 2001 From: Gowtham Rao Date: Mon, 18 Sep 2017 06:41:58 -0400 Subject: [PATCH] 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 --- .../StandardizedClinicalDataTables/VISIT_DETAIL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/CommonDataModel_Wiki_Files/StandardizedClinicalDataTables/VISIT_DETAIL.md b/Documentation/CommonDataModel_Wiki_Files/StandardizedClinicalDataTables/VISIT_DETAIL.md index 6fd1442..4442dd4 100644 --- a/Documentation/CommonDataModel_Wiki_Files/StandardizedClinicalDataTables/VISIT_DETAIL.md +++ b/Documentation/CommonDataModel_Wiki_Files/StandardizedClinicalDataTables/VISIT_DETAIL.md @@ -5,7 +5,7 @@ Field|Required|Type|Description :------------------------|:--------|:-----|:------------------------------------------------- |visit_detail_id|Yes|integer|A unique identifier for each Person's visit or encounter at a healthcare provider.| |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.| -|visit_detail_concept_id|Yes|integer|A foreign key that refers to a visit Concept identifier in the Standardized Vocabularies.| +|visit_concept_id|Yes|integer|A foreign key that refers to a visit Concept identifier in the Standardized Vocabularies.| |visit_start_date|Yes|date|The start date of the visit.| |visit_start_datetime|No|datetime|The date and time of the visit started.| |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.|