Prescription Monitoring Program: Opioid, Benzodiazepine, Stimulant, Naloxone, and Gabapentin Prescription Count & Rate by Patient Residence
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.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"ct-gov/prescription-monitoring-program-opioid-4t4v-dqr9\".\"prescription_monitoring_program_opioid\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.