Update DEVICE_EXPOSURE.md

added visit_detail_id

https://github.com/OHDSI/CommonDataModel/issues/70
This commit is contained in:
Gowtham Rao 2017-08-11 15:05:29 -04:00 committed by GitHub
parent 62c4ef6f02
commit f3434fc614
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ Field|Required|Type|Description
|visit_occurrence_id|No|integer|A foreign key to the visit in the VISIT table during which the device was used.|
|device_source_value|No|varchar(50)|The source code for the Device as it appears in the source data. This code is mapped to a standard Device Concept in the Standardized Vocabularies and the original code is stored here for reference.|
|device_source_ concept_id|No|integer|A foreign key to a Device Concept that refers to the code used in the source.|
|visit_detail_id|No|integer|A foreign key to the visit in the visit-detail table during which the Drug Exposure was initiated.|
### Conventions