New York State Statewide Licensed Home Care Services Agency (LCHSA) Annual Statistical Report: Cases and Discharges
The dataset includes LHCSA information at the reporting agency level of the total number of patients, cases, and discharges for the reporting year.
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 \"health-data-ny-gov/new-york-state-statewide-licensed-home-care-xq64-stv6\".\"new_york_state_statewide_licensed_home_care\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.