PSYCKES Antipsychotic Polypharmacy Quality Indicators: Beginning 2012
The PSYCKES antipsychotic polypharmacy measure data set provides a count of how many New York State Medicaid enrollees are eligible to be included in the measure (individuals prescribed any antipsychotic medication), the count of how many enrollees meet criteria for the flag (individuals prescribed two or more 2AP or three or more 3AP antipsychotic medications concurrently for more than 90 days), and the percentage of enrollees flagged.
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 \"ny-gov/psyckes-antipsychotic-polypharmacy-quality-gppk-4zzn\".\"psyckes_antipsychotic_polypharmacy_quality\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.