From 42b7a71b2723ddb3524ee7a9d3bb672ae799395d Mon Sep 17 00:00:00 2001 From: Anna Ostropolets Date: Fri, 10 Aug 2018 13:37:33 +0300 Subject: [PATCH] Updated DRUG_EXPOSURE (markdown) --- 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 25f93de..ee4afbe 100644 --- a/StandardizedClinicalDataTables/DRUG_EXPOSURE.md +++ b/StandardizedClinicalDataTables/DRUG_EXPOSURE.md @@ -19,7 +19,7 @@ Field|Required|Type|Description |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.| |stop_reason|No|varchar(20)|The reason the Drug was stopped. Reasons include regimen completed, changed, removed, etc.| -|refills|No|integer|The number of refills after the initial prescription. The initial prescription is not counted, values start with 0.| +|refills|No|integer|The number of refills after the initial prescription. The initial prescription is not counted, values start with null.| |quantity |No|float|The quantity of drug as recorded in the original prescription or dispensing record.| |days_supply|No|integer|The number of days of supply of the medication as recorded in the original prescription or dispensing record.| |sig|No|varchar(MAX)|The directions ("signetur") on the Drug prescription as recorded in the original prescription (and printed on the container) or dispensing record.|