Test analysis API and Symptom Checker bloodtest
Published: 21 Apr 2024
POST Requests with JSON Inputs
POST requests require JSON inputs, denoted by the header `Content-Type: application/json`.
Authentication
The Diagnosis API utilizes a custom HTTP header, `AuthenticationID`, for authentication. This header must be included in all requests. You will receive your unique `AuthenticationID` upon production order registration.
Initial Request
The `/api/DDxItems/` endpoint serves as the core component of the API for medical diagnostics. It accepts POST requests. For demonstration purposes, use `AuthenticationID = DEMO_AuthenticationID`.
Availability and Response Format
The Diagnosis API is accessible at `https://diagnosisapi.azurewebsites.net`. All responses, including error messages, are formatted in JSON.
Benefits of DDxHub Diagnosis API
* Facilitates rapid setup and implementation.
* Enhances diagnostic decision-making by providing pre-diagnostic solutions.
* Reduces diagnostic delays and errors.
* Accelerates accurate diagnosis, leading to improved clinical and financial outcomes.
* Empowers patients with information and education about their health.
* Streamlines the patient's healthcare journey.
* Minimizes unnecessary hospital visits.
* Optimizes workloads in emergency departments.
While symptom checkers contribute to better diagnoses, they should not be solely relied upon for final decision-making.
POST requests require JSON inputs, denoted by the header `Content-Type: application/json`.
Authentication
The Diagnosis API utilizes a custom HTTP header, `AuthenticationID`, for authentication. This header must be included in all requests. You will receive your unique `AuthenticationID` upon production order registration.
Initial Request
The `/api/DDxItems/` endpoint serves as the core component of the API for medical diagnostics. It accepts POST requests. For demonstration purposes, use `AuthenticationID = DEMO_AuthenticationID`.
Availability and Response Format
The Diagnosis API is accessible at `https://diagnosisapi.azurewebsites.net`. All responses, including error messages, are formatted in JSON.
Benefits of DDxHub Diagnosis API
* Facilitates rapid setup and implementation.
* Enhances diagnostic decision-making by providing pre-diagnostic solutions.
* Reduces diagnostic delays and errors.
* Accelerates accurate diagnosis, leading to improved clinical and financial outcomes.
* Empowers patients with information and education about their health.
* Streamlines the patient's healthcare journey.
* Minimizes unnecessary hospital visits.
* Optimizes workloads in emergency departments.
While symptom checkers contribute to better diagnoses, they should not be solely relied upon for final decision-making.