health-data-ny-gov/medicaid-enrolled-provider-listing-keti-qx5t
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 month ago
Indexed 1 month ago

Medicaid Enrolled Provider Listing

This is a list of active Medicaid fee-for-service (FFS), Managed Care Only and Ordering, Prescribing, Referring, Attending (OPRA) providers. Data elements include the provider’s Medicaid Provider ID, NPI, provider or facility name, Medicaid type, profession or service, provider specialty, service address, city, state, zip code, county, telephone number, latitude, longitude, enrollment begin date, next anticipated revalidation date, date the file was extracted from the data warehouse and a Medically Fragile Children and Adults Directory Indicator.

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/medicaid-enrolled-provider-listing-keti-qx5t\".\"medicaid_enrolled_provider_listing\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • medicaid_enrolled_provider_listing
     
     
     
     
     
Upstream Metadata