Open repository in Console
Readme
Updated 2 years ago
‧ Indexed 3 hours ago
State of California Geocoded Providers: 2019 California Clinics Geocoded
<p>This dataset includes geocoded resources on specialists, primary care providers, and clinics in the state of California. It was last updated in 2019. The data steward is Michael Hodnett of the California Department of Managed Healthcare. For any questions, please contact: <a href="mailto:opendata@cdph.ca.gov">opendata@cdph.ca.gov</a>.</p>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 \"healthdata-gov/state-of-california-geocoded-providers-2019-yg3r-d5zt\".\"state_of_california_geocoded_providers_2019\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata