From 4af3a6ec855edc956ba0917ccde3b677ef1e6b15 Mon Sep 17 00:00:00 2001 From: Jeff Ballweg Date: Sun, 3 Sep 2017 00:58:16 -0500 Subject: [PATCH 1/2] Add NPPES; US gov healthcare provider registry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 577f6c64..47a8950a 100644 --- a/README.md +++ b/README.md @@ -304,6 +304,7 @@ API | Description | Auth | HTTPS | Link | | Flutrack | Influenza-like symptoms with geotracking | No | No | [Go!](http://www.flutrack.org/) | | Makeup | Makeup Information | No | No | [Go!](http://makeup-api.herokuapp.com/) | | Medicare | Access to the data from the CMS - medicare.gov | No | Yes | [Go!](https://data.medicare.gov/developers) | +| NPPES | National Plan & Provider Enumeration System, info on healthcare providers registered in US. | No | Yes | [Go!](https://npiregistry.cms.hhs.gov/registry/help-api) | | Nutritionix | Worlds largest verified nutrition database | `apiKey` | Yes | [Go!](https://developer.nutritionix.com/) | | openFDA | Public FDA data about drugs, devices, and foods | No | Yes | [Go!](https://open.fda.gov/api/) | | USDA Nutrients | National Nutrient Database for Standard Reference | No | Yes | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) | From 676c1f883ebf3a7908f78a5868c6ff458e8ec5ba Mon Sep 17 00:00:00 2001 From: Jeff Ballweg Date: Sun, 3 Sep 2017 01:12:52 -0500 Subject: [PATCH 2/2] Remove period from end of description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47a8950a..2de8f212 100644 --- a/README.md +++ b/README.md @@ -304,7 +304,7 @@ API | Description | Auth | HTTPS | Link | | Flutrack | Influenza-like symptoms with geotracking | No | No | [Go!](http://www.flutrack.org/) | | Makeup | Makeup Information | No | No | [Go!](http://makeup-api.herokuapp.com/) | | Medicare | Access to the data from the CMS - medicare.gov | No | Yes | [Go!](https://data.medicare.gov/developers) | -| NPPES | National Plan & Provider Enumeration System, info on healthcare providers registered in US. | No | Yes | [Go!](https://npiregistry.cms.hhs.gov/registry/help-api) | +| NPPES | National Plan & Provider Enumeration System, info on healthcare providers registered in US | No | Yes | [Go!](https://npiregistry.cms.hhs.gov/registry/help-api) | | Nutritionix | Worlds largest verified nutrition database | `apiKey` | Yes | [Go!](https://developer.nutritionix.com/) | | openFDA | Public FDA data about drugs, devices, and foods | No | Yes | [Go!](https://open.fda.gov/api/) | | USDA Nutrients | National Nutrient Database for Standard Reference | No | Yes | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) |