An open API service indexing awesome lists of open source software.

https://github.com/clarelgibson/npi-batch-lookup

A simple tool to return the National Provider Identifier (NPI) for a list of healthcare providers.
https://github.com/clarelgibson/npi-batch-lookup

Last synced: 3 months ago
JSON representation

A simple tool to return the National Provider Identifier (NPI) for a list of healthcare providers.

Awesome Lists containing this project

README

        

# NPI Batch Lookup
Provide a standardised list of U.S. healthcare providers (HCPs) and retrieve their National Provider Identifier (NPI) number. If multiple matches are detected, you will be prompted to make a selection based on available data.

## Description
Longer description of the project.

## Getting started
### Data
- List the data sources and links used in the project.

### Packages
This project uses `renv` for package management. To set up the packages needed for this project run the following code in the console:

```r
install.packages("renv")
renv::init()
```

## Author
- [Clare Gibson](https://www.surreydatagirl.com) - [[email protected]](mailto:surreydatagirl.com)

## Licence
This project is licensed under the CC0 1.0 Universal licence. See the [LICENSE](./LICENSE) file for details.

## Acknowledgements
- List any reference material used in this project.