SHIP Adults who are not overweight or obese 2011-2021
This is historical data. The update frequency has been set to "Static Data" and is here for historic value. Updated on 8/14/2024
Adults who are not overweight or obese - This indicator shows the percentage of adults who are not overweight or obese. In Maryland in 2015, of adults considered obese, 52% had high blood pressure, 44% had high cholesterol, and 21% had diabetes. Healthy weight can aid in the control of these conditions if they develop. <a href="https://health.maryland.gov/pophealth/Documents/SHIP/SHIP%20Lite%20Data%20Details/Adults%20who%20are%20Not%20Overweight%20or%20Obese.pdf" > Link to Data Details </a>
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 \"opendata-maryland-gov/ship-adults-who-are-not-overweight-or-obese-p6kk-gv37\".\"ship_adults_who_are_not_overweight_or_obese\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.