Health6140P% of Adult Inpatients Receiving FollowupVisits Within 7 Days_MHA2
Percent of Adults who Attend a Follow-Up Visit with a Clinical Provider within 7 Days of Being Discharged from a Psychiatric Hospital
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 \"datahub-smcgov/health6140p-of-adult-inpatients-receiving-5er9-s7fr\".\"health6140p_of_adult_inpatients_receiving\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.