diff --git a/StandardizedClinicalDataTables/VISIT_OCCURRENCE.md b/StandardizedClinicalDataTables/VISIT_OCCURRENCE.md index 9d26a36..6b1c08b 100644 --- a/StandardizedClinicalDataTables/VISIT_OCCURRENCE.md +++ b/StandardizedClinicalDataTables/VISIT_OCCURRENCE.md @@ -14,11 +14,11 @@ Field|Required|Type|Description |care_site_id|No|integer|A foreign key to the care site in the care site table that was visited.| |visit_source_value|No|varchar(50)|The source code for the visit as it appears in the source data.| |visit_source_concept_id|No|integer|A foreign key to a Concept that refers to the code used in the source.| -|admitting_source_concept_id |integer |No |A foreign key to the predefined concept in the Place of Service Vocabulary reflecting the admitting source for a visit.| -|admitting_source_value |varchar(50)| No| The source code for the admitting source as it appears in the source data.| -|discharge_to_concept_id | integer |No |A foreign key to the predefined concept in the Place of Service Vocabulary reflecting the discharge disposition for a visit.| -|discharge_to_source_value | varchar(50)| No| The source code for the discharge disposition as it appears in the source data.| -|preceding_visit_occurrence_id |integer| No |A foreign key to the VISIT_OCCURRENCE table of the visit immediately preceding this visit| +|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.| +|admitting_source_value | No|varchar(50)| The source code for the admitting source as it appears in the source data.| +|discharge_to_concept_id |No | integer |A foreign key to the predefined concept in the Place of Service Vocabulary reflecting the discharge disposition for a visit.| +|discharge_to_source_value | No| varchar(50)| The source code for the discharge disposition as it appears in the source data.| +|preceding_visit_occurrence_id | No |integer|A foreign key to the VISIT_OCCURRENCE table of the visit immediately preceding this visit| ### Conventions