health-data-ny-gov/institutional-provider-network-data-2019-quarter-3-v67e-nc2b
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 5 years ago
Indexed 11 months ago

Institutional Provider Network Data: 2019 Quarter 3

The Institutional Provider Network Data displays information on health facilities and ancillary service providers (for example: hospitals, labs, home care agencies) participating in health plan networks from July through September 2019. Plan network data is collected from Medicaid, Commercial, and Exchange plans on a quarterly basis by NYSoH, including managed care plans, as well as PPO/EPO plans. For more information, please visit: https://pndslookup.health.ny.gov.

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/institutional-provider-network-data-2019-quarter-3-v67e-nc2b\".\"institutional_provider_network_data_2019_quarter_3\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • institutional_provider_network_data_2019_quarter_3
     
     
     
     
     
Upstream Metadata