From d92d2d70c7c42cda6ac4545d53a0049308784bc1 Mon Sep 17 00:00:00 2001 From: Christian Reich Date: Sun, 14 Jul 2019 09:53:38 -0400 Subject: [PATCH] Updated VISIT_DETAIL (markdown) --- StandardizedClinicalDataTables/VISIT_DETAIL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandardizedClinicalDataTables/VISIT_DETAIL.md b/StandardizedClinicalDataTables/VISIT_DETAIL.md index b31708b..445c85c 100644 --- a/StandardizedClinicalDataTables/VISIT_DETAIL.md +++ b/StandardizedClinicalDataTables/VISIT_DETAIL.md @@ -20,7 +20,7 @@ Field|Required|Type|Description |discharge_to_source_value | No| Varchar(50)| The source code for the discharge disposition as it appears in the source data.| |discharge_to_concept_id |Yes | Integer |A foreign key to the predefined concept in the 'Place of Service' Vocabulary reflecting the discharge disposition for a visit.| |preceding_visit_detail_id |No |Integer| A foreign key to the VISIT_DETAIL table of the visit immediately preceding this visit| -|visit_detail_parent_id | No |Integer|A foreign key to the VISIT_DETAIL table record to represent the immediate parent visit-detail record.| +|visit_detail_parent_id | No |Integer|A foreign key to the VISIT_OCCURRENCE table record to represent the parent Visit this Visit Detail belongs to.| |visit_occurrence_id | Yes |Integer|A foreign key that refers to the record in the VISIT_OCCURRENCE table. This is a required field, because for every visit_detail is a child of visit_occurrence and cannot exist without a corresponding parent record in visit_occurrence.| ### Conventions