Percent Gap in Controlled Hypertension Between Black Patients and SMMC Average Across All Populations
Analysis of this data reveals a sustained disparity between hypertension, also known as high blood pressure, control in Black hypertensive patient populations versus SMMC’s overall hypertensive patient populations.
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/percent-gap-in-controlled-hypertension-between-ncje-nnw3\".\"percent_gap_in_controlled_hypertension_between\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.