Prescription Monitoring Program: CT Prescription Monitoring & Reporting System (CPMRS) Gateway Connections and Usage
This dataset shows the number of authorized licensees, gateway licensees who searched and the number of searches. The gateway allows prescribers and pharmacists to search the patients directly through their electronic health records (EHRs) and pharmacy management systems (PMS)
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-ct-prescription-yis9-za25\".\"prescription_monitoring_program_ct_prescription\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.