npis | R Documentation |
A dataset containing 10 records returned from an NPI Registry search for providers with a primary address in New York City.
npis
A tibble with 10 rows and 11 columns, organized as follows:
[integer] 10-digit National Provider Identifier number
[character] Type of provider NPI, either "Individual" or "Organizational".
[list of 1 tibble] Basic information about the provider.
[list of tibbles] Other names the provider goes by.
[list of tibbles] Other identifiers linked to the NPI.
[list of tibbles] Healthcare Provider Taxonomy classification.
[list of tibbles] Addresses for the provider's primary practice location and primary mailing address.
[list of tibbles] Addresses for the provider's other practice locations.
[list of tibbles] Details about provider's endpoints for health information exchange.
[datetime] Date NPI record was first created (UTC).
[datetime] UTC timestamp of the last time the NPI record was updated.
search_npi(city = "New York City", limit = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.