Authentication
* During Demo Development, use `DEMO_AuthenticationID`.
* Once registered, you will receive a unique `AuthenticationID`.
* Example: `'https://diagnosisapi.azurewebsites.net/api/DDxItems/?AuthenticationID=DEMO_AuthenticationID'`
Base Health Terms
* Diagnostic information includes:
* Lab Test Procedures
* Symptoms
* Common attributes:
* `id`
* `name`
* `description`
REST Endpoints
* GET:
* `/DDxItems/GetTests?AuthenticationID=DEMO_AuthenticationID`: List of Lab Tests Procedures
* `/DDxItems/GetSymptoms?AuthenticationID=DEMO_AuthenticationID`: List of Symptoms
JSON Object Attributes
* Each concept is represented as a JSON object with the following attributes:
* `id`
* `name`
* `description`
Example Implementation
Visit `https://ddxhub.azurewebsites.net/` to see how Diagnosis API has been used by businesses and organizations.
Diagnosis API
* Provides an API for preliminary medical diagnosis.
* AI inference engine analyzes patient data to identify potential health conditions.
* Enhances healthcare web applications with intelligent symptom checkers and Lab Test analyzers.
* Documentation: `http://smrtx.com/ApiDoc_index.html`
DDxHub is a concentrator that holds a lot of disease descriptions. It relies on the System knowledgebase to diagnose a health condition.
Differential diagnosis Hub is the System distinguishing of a particular disease or health condition from others.