Update DRUG_EXPOSURE.md

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

View File

@ -31,6 +31,7 @@ Field|Required|Type|Description
|drug_source_concept_id|No|integer|A foreign key to a Drug Concept that refers to the code used in the source.|
|route_source_value|No|varchar(50)|The information about the route of administration as detailed in the source.|
|dose_unit_source_value|No|varchar(50)|The information about the dose unit as detailed 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