Preventative Health Screenings Services provided by Demographic
This dataset includes the number of blood sugar and blood pressure screenings, cholesterol, community resource referrals, and health presentations performed by Austin Public Health's Health Equity Unit. The dataset is broken down by race/ethnicity and gender.
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-austintexas-gov/preventative-health-screenings-services-provided-q2n9-6bj9\".\"preventative_health_screenings_services_provided\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.