# | Column | Type | Notes |
1 | device_concept_id | integer | A foreign key that refers to a Standard Concept identifier in the Standardized Vocabularies for the Device concept. |
2 | device_exposure_end_date | date | The date the Device or supply was removed from use. |
3 | device_exposure_end_datetime | timestamp | The date and time the Device or supply was removed from use. |
4 | device_exposure_id | integer | A system-generated unique identifier for each Device Exposure. |
5 | device_exposure_start_date | date | The date the Device or supply was applied or used. |
6 | device_exposure_start_datetime | timestamp | The date and time the Device or supply was applied or used. |
7 | device_source_concept_id | integer | A foreign key to a Device Concept that refers to the code used in the source. |
8 | device_source_value | string | 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. |
9 | device_type_concept_id | integer | A foreign key to the predefined Concept identifier in the Standardized Vocabularies reflecting the type of Device Exposure recorded. It indicates how the Device Exposure was represented in the source data. |
10 | eid | integer | A foreign key identifier to the Person who is subjected to the Device. |
11 | provider_id | integer | A foreign key to the provider in the PROVIDER table who initiated of administered the Device. |
12 | quantity | integer | The number of individual Devices used for the exposure. |
13 | unique_device_id | string | A UDI or equivalent identifying the instance of the Device used in the Person. |
14 | visit_detail_id | integer | |
15 | visit_occurrence_id | integer | A foreign key to the visit in the VISIT table during which the device was used. |