Free XML and XSD Schema Editor X M L F o x

Published: 28 Jan 2024 Medical AI webapp online Medical

By testing the DDxHub Diagnosis System you can see how global companies, as well as startups, have used it to enhance their business and support surrounding their patients and healthcare organizations.

When you transmit to our web service a basic patient health data (such as Blood test results and symptoms), our AI inference engine will analyze the data and provide you with a list of the most likely health conditions. This is an alive example of implementation. SmrtX provides an API (Application Programming Interface) for patient preliminary medical diagnosis that can help you implement an intelligent symptom checker and Lab Test analyzer for your healthcare medical application.When you incorporate Diagnosis API within your healthcare web-application it will have the same functionalities like presented in DDxHub Diagnosis System (https://ddxhub.azurewebsites.net/). We get this according to the complex statistical algorithms we use to make medical diagnosis.
Learn Diagnosis API: http://smrtx.com/ApiDoc_index.html.

Diagnosis API is available as the Postman collection. Let's assume we have a patient, suffering from strong smell urine, frequent urination and yellow skin. The collection includes some endpoints and predefined requests that you can extend. This will depend on the accuracy of the diagnoses obtained. Then GET Possible Health Conditions from the Diagnosis API.
In order to achieve best results and enable more features of the API, you have to provide as many test result and symptoms as possible. It allows you to test the API in seconds. By entering and identified the tests values you can send (POST) both Symptoms and Tests lists to https://diagnosisapi.azurewebsites.net. Also the patient has list of implemented Lab Test Procedures: ALT, Amalyse, AST, Total Bilirubin, GT Chlamydia, Appearance Urine, and ABO grouping. Each observation is represented by a unique ID; in this case the symptom IDs are 164, 151 and 200, respectively. We have created a sample 'Diagnosis API' collection for you. The collection located: https://postman.com/collections/7445d89fda1d633e08dd.