Healthcare web Diagnosis API test

   Published: 9 Jul 2024
You can retrieve the suggested diagnoses list by applying GET request:
https://diagnosisapi.
azurewebsites.net/api/DDxItems/9999?AuthenticationID=DEMO_AuthenticationID
This is the last GET request listed in https://www.postman.com/collections/7445d89fda1d633e08dd Postman collection provided by us.
The 9999 is Id supplied with your POST statement. After you successfully send the POST request, Diagnosis API system starts to generate list of Possible Health Conditions. Please generate unique Ids since your clinical decision system's users may access simultaneously. You have to replace the DEMO_AuthenticationID with your production registered ID.

After you successfully send the POST request, Diagnosis API system starts to generate list of Possible Health Conditions. Please generate unique Ids since your clinical decision system's users may access simultaneously. You can retrieve the suggested diagnoses list by applying GET request:
https://diagnosisapi.azurewebsites.net/api/DDxItems/9999?AuthenticationID=DEMO_AuthenticationID
This is the last GET request listed in https://www.postman.com/collections/7445d89fda1d633e08dd Postman collection provided by us.
The 9999 is Id supplied with your POST statement. You have to replace the DEMO_AuthenticationID with your production registered ID.