From 7ffd38517f08b37f59f1b69c7b873c59a9bdc79a Mon Sep 17 00:00:00 2001 From: Todd Anglin Date: Mon, 23 Oct 2017 21:21:49 -0500 Subject: [PATCH] Added FHIR to "Health" API section Publicly available test data conforming to the Fast Healthcare Interoperability Resources (FHIR) spec. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11e5c803..9eb16b77 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,7 @@ API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | BetterDoctor | Detailed information about doctors in your area | `apiKey` | Yes | [Go!](https://developer.betterdoctor.com/) | | Diabetes | Logging and retrieving diabetes information | No | No | [Go!](http://predictbgl.com/api/) | +| FHIR | Fast Healthcare Interoperability Resources test data | No | Yes | [Go!](http://fhirtest.uhn.ca/home) | | Flutrack | Influenza-like symptoms with geotracking | No | No | [Go!](http://www.flutrack.org/) | | Healthcare.gov | Educational content about the US Health Insurance Marketplace | No | Yes | [Go!](https://www.healthcare.gov/developers/) | | Makeup | Makeup Information | No | No | [Go!](http://makeup-api.herokuapp.com/) |