Prescription Monitoring Program: Opioid, Benzodiazepine, Stimulant, Naloxone, And Gabapentin Prescription Count & Rate By Patient Residence
State of Connecticut
@usgov.state_of_connecticut_opioid_benzodiazepine_stimulant_n_ff589d14
State of Connecticut
@usgov.state_of_connecticut_opioid_benzodiazepine_stimulant_n_ff589d14
CREATE TABLE table_1 (
"date" VARCHAR,
"patient_residence" VARCHAR,
"geolocation" VARCHAR,
"state" VARCHAR,
"naloxone_prescription_count" DOUBLE,
"naloxone_rate_per_1_000_residents" DOUBLE,
"opiate_agonist_prescription_count" BIGINT,
"opiate_agonist_rate_per_1_000_residents" DOUBLE,
"opiate_partial_agonist_prescription_count" BIGINT,
"opiate_partial_agonist_rate_per_1_000_residents" DOUBLE,
"benzodiazepine_prescription_count" BIGINT,
"benzodiazepine_rate_per_1_000_residents" DOUBLE,
"stimulant_prescription_count" BIGINT,
"stimulant_rate_per_1_000_residents" DOUBLE,
"gabapentin_prescription_count" BIGINT,
"gabapentin_rate_per_1_000_residents" DOUBLE
);
Anyone who has the link will be able to view this.