Diagnosis API online manual normal

   Published: 3 Sep 2024
Rephrased:

In addition, the patient has a record of completed laboratory tests: ALT, Amylase, AST, Total Bilirubin, Genital Chlamydia, Urine Analysis, and ABO Grouping.

By entering and specifying the ideal test results, you can submit (POST) both Symptoms and Tests lists to https://diagnosisapi.azurewebsites.net. This collection offers various endpoints and predefined requests that you can expand. After this, use the Diagnosis API to GET possible health diagnoses.

To achieve optimal results and utilize additional API features, it is recommended that you provide as many test results and symptoms as possible. Each observation is represented by a unique ID; in this case, the symptom IDs are 164, 151, and 200, respectively. The available diagnoses will vary based on the provided information. The collection is hosted at: https://postman.com/collections/7445d89fda1d633e08dd.

Example:

Consider a patient who presents with complaints of strong-smelling urine, difficulty urinating, and yellow skin. The Diagnosis API is available as a Postman collection. It allows you to test the API promptly. We have created a sample 'Diagnosis API' collection for your convenience.

After you have successfully sent the POST request, the Diagnosis API will generate a list of possible health conditions. You can retrieve the list of recommended diagnoses by sending a GET request to:

https://diagnosisapi.azurewebsites.net/api/DDxItems/9999?AuthenticationID=DEMO_AuthenticationID

This is the same GET request programmed in the Postman collection at https://www.postman.com/collections/7445d89fda1d633e08dd.

The '9999' is an ID associated with your POST request. You must replace the 'DEMO_AuthenticationID' with your registered authentication ID. Please generate unique IDs, as multiple users from your clinical assessment system may be accessing simultaneously.