Opioid Prescribing Rates At VA Facilities 2012 - 2018
Department of Veterans Affairs
@usgov.va_gov_opioid_prescribing_rates_at_va_facilities_2012_2018
Department of Veterans Affairs
@usgov.va_gov_opioid_prescribing_rates_at_va_facilities_2012_2018
Dataset showing Opioid Prescribing Rates, by VA facility, between 2012 and 2018
Organization: Department of Veterans Affairs
Last updated: 2020-11-10T17:15:21.639439
Tags: opioid, prescribing
CREATE TABLE table_1 (
"id" BIGINT,
"percent_change" DOUBLE,
"percent_change_integer" BIGINT -- Percent Change (integer),
"city" VARCHAR,
"facility_name" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"n_2012_prescribing_rate" DOUBLE -- 2012 Prescribing Rate,
"n_2012_prescribing_rate_integer" BIGINT -- 2012 Prescribing Rate (integer),
"n_2018_prescribing_rate" DOUBLE -- 2018 Prescribing Rate,
"n_2018_prescribing_rate_integer" BIGINT -- 2018 Prescribing Rate (integer),
"point" VARCHAR,
"non_va_prescribing_rate_regional_use" VARCHAR -- Non-VA Prescribing Rate (Regional Use),
"state_full" VARCHAR,
"state_postal" VARCHAR
);
Anyone who has the link will be able to view this.