Diagnosis API online tutorial normal
Published: 3 Dec 2024
Reworded Text:
Once you successfully transmit the POST request, the Diagnosis API system initiates the generation of a Potential Health Setting file.
To retrieve the suggested diagnoses, you can use a GET request:
```
https://diagnosisapi.azurewebsites.net/api/DDxItems/9999?AuthenticationID=DEMO_AuthenticationID
```
This is the final GET request listed in the Postman collection provided at https://www.postman.com/collections/7445d89fda1d633e08dd.
Replace "9999" with the ID provided in your POST request. Replace "DEMO_AuthenticationID" with your own registered Authentication ID. Please generate unique IDs for each user of your clinical decision system, as they may access the system simultaneously.
Additionally, external parties can use this process by submitting symptoms to receive potential diagnoses. By utilizing this tool with a GET request, websites and applications can share information such as drug interactions, common symptoms of diseases, and treatment options.
Additional Information:
Medical APIs are databases that store diverse medical data. The DdxHub API provides access to authoritative information on medications and medical devices from government agencies worldwide.
In the past, individuals seeking medical advice often contacted their healthcare provider first. Today, online medical resources serve as valuable tools for patients, physicians, and pharmacists. The DDxHub Diagnosis API enables users to input a condition and obtain a list of potential diagnoses.
Once you successfully transmit the POST request, the Diagnosis API system initiates the generation of a Potential Health Setting file.
To retrieve the suggested diagnoses, you can use a GET request:
```
https://diagnosisapi.azurewebsites.net/api/DDxItems/9999?AuthenticationID=DEMO_AuthenticationID
```
This is the final GET request listed in the Postman collection provided at https://www.postman.com/collections/7445d89fda1d633e08dd.
Replace "9999" with the ID provided in your POST request. Replace "DEMO_AuthenticationID" with your own registered Authentication ID. Please generate unique IDs for each user of your clinical decision system, as they may access the system simultaneously.
Additionally, external parties can use this process by submitting symptoms to receive potential diagnoses. By utilizing this tool with a GET request, websites and applications can share information such as drug interactions, common symptoms of diseases, and treatment options.
Additional Information:
Medical APIs are databases that store diverse medical data. The DdxHub API provides access to authoritative information on medications and medical devices from government agencies worldwide.
In the past, individuals seeking medical advice often contacted their healthcare provider first. Today, online medical resources serve as valuable tools for patients, physicians, and pharmacists. The DDxHub Diagnosis API enables users to input a condition and obtain a list of potential diagnoses.