Open repository in Console
Readme
Updated 7 years ago
‧ Indexed 11 months ago
Individual Provider Network Data: 2017
The individual Provider Network Data displays information on individuals participating in health plan networks. Plan network data is collected from Medicaid, Commercial, and Exchange plans on a quarterly basis by the Department of Health, including managed care plans, as well as PPO/EPO plans.
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 \"health-data-ny-gov/individual-provider-network-data-2017-eshx-ep38\".\"individual_provider_network_data_2017\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata