ramseycounty-us/health-risk-factors-data-kceg-k3a6
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 years ago
Indexed 1 month ago

Health Risk Factors Data

Dataset showing responses to questions about overall health, health care access/coverage, chronic conditions and behavioral health. The Behavioral Risk Factor Surveillance System (BRFSS) is the nation's premier system of health-related telephone surveys that collect state data about U.S. residents regarding their health-related risk behaviors, chronic health conditions, and use of preventive services. Established in 1984 with 15 states, BRFSS now collects data in all 50 states as well as the District of Columbia and three U.S. territories. BRFSS completes more than 400,000 adult interviews each year, making it the largest continuously conducted health survey system in the world.

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 \"ramseycounty-us/health-risk-factors-data-kceg-k3a6\".\"health_risk_factors_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • health_risk_factors_data
     
     
     
     
     
Upstream Metadata