Substance Use Disorder Continuity of Medication
New York State is moving Medicaid behavioral health services from a fee-for-service system into Managed Care.
OMH/OASAS Medicaid Behavioral Health Measures were developed to help monitor the transition of mental health and substance use disorder services from a fee-for-service to behavioral managed care.
The SUD Continuity of Medication dataset displays percentages of Medicaid discharges for members 6-64 years of age who were hospitalized in a SUD inpatient detoxification or SUD inpatient rehabilitation setting that were filled prescription for anti-addiction medication within a period of discharge.
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/substance-use-disorder-continuity-of-medication-vbt5-m68g\".\"substance_use_disorder_continuity_of_medication\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.