OASAS Medicaid Trend Recipient Summary Profile: Beginning State Fiscal Year 2010
This profile shows a summary of recipients, paid claims, and claim dollars spent for services reimbursed by Medicaid Fee for Service billing as well as Medicaid Managed Care Plans for chemical dependence and non-chemical dependence services received by SFY, beginning with SFY 2010 to the most recent SFY where data is available.
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/oasas-medicaid-trend-recipient-summary-profile-g4vm-hyyi\".\"oasas_medicaid_trend_recipient_summary_profile\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.