Measure A_Mental Health System of Care for Adults
Performance measures for Mental Health System of Care for Adults Measure A initiative.
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 \"performance-smcgov/measure-amental-health-system-of-care-for-adults-7fak-db7f\".\"measure_amental_health_system_of_care_for_adults\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.