From de138f39ea21a6160ae5930aaddf558bdd8e01d3 Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Wed, 24 Apr 2019 15:09:54 -0400 Subject: [PATCH] Address issue #240 --- StandardizedClinicalDataTables/DRUG_EXPOSURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandardizedClinicalDataTables/DRUG_EXPOSURE.md b/StandardizedClinicalDataTables/DRUG_EXPOSURE.md index 028f86f..607fa59 100644 --- a/StandardizedClinicalDataTables/DRUG_EXPOSURE.md +++ b/StandardizedClinicalDataTables/DRUG_EXPOSURE.md @@ -15,7 +15,7 @@ Field|Required|Type|Description |drug_exposure_start_date |No |date |The start date for the current instance of Drug utilization. Valid entries include a start date of a prescription, the date a prescription was filled, or the date on which a Drug administration procedure was recorded.| |drug_exposure_start_datetime |Yes |datetime |The start date and time for the current instance of Drug utilization. Valid entries include a start datetime of a prescription, the date and time a prescription was filled, or the date and time on which a Drug administration procedure was recorded.| |drug_exposure_end_date |No |date |The end date for the current instance of Drug utilization. Depending on different sources, it could be a known or an inferred date and denotes the last day at which the patient was still exposed to Drug. | -|drug_exposure_end_datetime |No |datetime |The end date and time for the current instance of Drug utilization. Depending on different sources, it could be a known or an inferred date and time and denotes the last day at which the patient was still exposed to Drug. | +|drug_exposure_end_datetime |Yes |datetime |The end date and time for the current instance of Drug utilization. Depending on different sources, it could be a known or an inferred date and time and denotes the last day at which the patient was still exposed to Drug. | |verbatim_end_date |No |date |The known end date of a drug_exposure as provided by the source. | |drug_type_concept_id |Yes |integer | A foreign key to the predefined Concept identifier in the Standardized Vocabularies reflecting the type of Drug Exposure recorded. It indicates how the Drug Exposure was represented in the source data and belongs to the 'Drug Type' vocabulary.| |stop_reason |No |varchar(20)|The reason the Drug was stopped. Reasons include regimen completed, changed, removed, etc. |