Substance Problems among Admissions to Maryland State-Supported Alcohol and Drug Abuse Treatment Programs, SFY 2008-2012
This dataset is deprecated and will be removed by the end of the calendar year 2024. Updated on 8/18/2024
Up to three substance problems are reported for each admission so percentages do not total to 100. Only includes data from state-supported treatment programs. Data is by state fiscal year (SFY) which runs from July 1 - June 30.
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 \"opendata-maryland-gov/substance-problems-among-admissions-to-maryland-iydi-jrpd\".\"substance_problems_among_admissions_to_maryland\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.