Prescription Monitoring Program: Top 5 Opioid Agonist Prescriptions Dispensed
This dataset includes the Top 5 Opioid Agonist prescriptions dispensed on a quarterly basis, showing the last day of the preceding quarter. Prescriptions are ranked 1 through 5, with the number 1 being the drug most dispensed. Drug names presented are the generic classification.
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-top-5-opioid-gp4h-2xk8\".\"prescription_monitoring_program_top_5_opioid\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.