Update DEVICE_EXPOSURE.md
added visit_detail_id https://github.com/OHDSI/CommonDataModel/issues/70
This commit is contained in:
parent
62c4ef6f02
commit
f3434fc614
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue