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.
- Host: GitHub
- URL: https://github.com/clarelgibson/npi-batch-lookup
- Owner: clarelgibson
- License: cc0-1.0
- Created: 2023-12-20T12:22:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T12:25:24.000Z (over 1 year ago)
- Last Synced: 2025-01-14T06:45:30.454Z (4 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.