Symptom Checker API and test analysis health

   Published: 10 Sep 2024
Headline: Test the Diagnosis API with Postman

Introduction:

The Diagnosis API enables instant testing with Postman. By providing patient symptoms and test results, you can obtain potential health conditions.

Instructions:

1. Import the Postman Collection:

- Go to https://postman.com/collections/7445d89fda1d633e08dd
- Click "Import"

2. Enter Patient Information:

- Let's consider a patient with strong-smelling urine, frequent urination, and yellow skin.
- Symptom IDs: 164, 151, 200
- Lab Test Procedures: ALT, Amalyse, AST, Total Bilirubin, GT Chlamydia, Appearance Urine, ABO grouping

3. Send POST Request:

- Go to the "Symptoms" and "Tests" tabs in the Postman collection.
- Enter the patient information in the relevant fields.
- Send a POST request to https://diagnosisapi.azurewebsites.net.

4. Get Potential Health Conditions:

- Go to the "Diagnosis" tab in the Postman collection.
- Send a GET request to retrieve possible health conditions.

Tips:

- For optimal results, provide as many symptoms and test results as possible.
- The accuracy of the diagnoses will depend on the provided information.

Additional Features:

- Predefined endpoints and requests for easy API exploration.
- Customizable requests for specific use cases.