Public Health Activities and Services - 2014
The Public Health Activities and Services (PHAS) data measures what public health does in the state and how much of it is done across all 35 local health agencies and the Department of Health in Washington State each year. Activities measured fall under the following broad categories:
Access To Care
Assessment
Communicable Disease
Communicable Disease: Immunization
Emergency Preparedness
Environmental Health
Healthy Families
Prevention and Wellness
More PHAS data is available at https://fortress.wa.gov/doh/phip/PHIP/Home.mvc
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 \"wa-gov/public-health-activities-and-services-2014-i3e8-j9am\".\"public_health_activities_and_services_2014\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.