kingcounty-gov/vfc-enrollment-72018-6xv5-f3hz
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 4 years ago
Indexed 6 hours ago

VFC Enrollment 7.2018

Vaccines for Children (VFC) was established in 1993 to remove the barriers of cost and access to attaining childhood immunizations. The program is funded by the Centers for Disease Control and Prevention (CDC) and the State of Washington, and supplies vaccines to providers across the state.

Most public and private health care providers who immunize children in King County are currently enrolled. All children from birth up to the 19th birthday are eligible to receive these vaccines.

https://kingcounty.gov/depts/health/communicable-diseases/immunization/providers/vaccines-for-children.aspx

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 \"kingcounty-gov/vfc-enrollment-72018-6xv5-f3hz\".\"vfc_enrollment_72018\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • vfc_enrollment_72018