SPARCS Emergency Department Encounters by Facility: Beginning 2018
This dataset is a summary of the emergency department (ED) encounters reported in SPARCS data, summarized by facility and quarter of visit. ED encounters are classified according to the claim type associated with the SPARCS record into treat and release ED visits, ED visits that required ambulatory surgery, and ED visits that resulted in an inpatient admission.
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/sparcs-emergency-department-encounters-by-facility-5gzv-zv2z\".\"sparcs_emergency_department_encounters_by_facility\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.