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
This dataset provides the prescription counts and rates per 1,000 residents by town for opioid, benzodiazepine, stimulant, gabapentin, & naloxone dispensations. The most current population data available at the end of a quarter is used to calculate rates. This only includes dispensations to CT residents reported to the CT Prescription Monitoring & Reporting System (CPMRS). Beginning in 2024, prescriptions associated with the town & zip code Canaan, 06018 have been moved to North Canaan in an effort to accurately reflect the locations of the prescriptions.
Organization: State of Connecticut
Last updated: 2023-12-09T04:26:54.252282
Tags: benzodiazepine, connecticut-prescription-monitoring-program, cpmrs, gabapentin, naloxone, opioid, pmp, prescription-monitoring-program, prescriptions, stimulant
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.