Diagnosis Symptom Checker test analysis normal

   Published: 17 Sep 2024
What is a Diagnosis API?

A Diagnosis API is a centralized repository for medical data, providing access to information on medications, diseases, and treatments.

How Does a Diagnosis API Work?

APIs come in various forms. Traditionally, individuals seeking medical advice would contact their physician's office. Today, medical websites and apps often utilize APIs to provide information.

Specifics of the DDxHub Diagnosis API

The DDxHub Diagnosis API allows users to:

* Enter a condition to receive possible diagnoses
* Enter symptoms to receive potential conditions

Technical Information

* Web Service Type: Standard web service (Web API)
* Request Methods: GET and POST
* Endpoint for Medical Diagnostics: `/api/DDxItems/`
* Request Format: JSON (with `Content-Type: application/json` header)
* Authentication: Custom HTTP header `AuthenticationID`
* Response Format: JSON

Setup

* Register for a production order to obtain your unique `AuthenticationID`.
* For development purposes, use `DEMO_AuthenticationID`.
* Add the `AuthenticationID` header to all requests.
* Access the Diagnosis API at `https://diagnosisapi.azurewebsites.net`.