Diagnosis
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…
Diagnosis endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
GET /GetPanels/ /api/DDxItems/GetPanels?AuthenticationID=DEMO_AuthenticationID |
Returns all panels (groups of tests) as JSON format, List of Strings |
| GET |
GET /GetSymptoms/ /api/DDxItems/GetSymptoms?AuthenticationID=DEMO_AuthenticationID |
Returns all Symptoms as JSON format in SymptomType datatype |
| GET |
GET /GetCategories/ /api/DDxItems/GetCategories?AuthenticationID=DEMO_AuthenticationID |
Returns all Symptom Categories (Breathing, Muscles, Blood and so on) as JSON format, List of Strings |
| POST |
POST /DDxItems/ /api/DDxItems/?AuthenticationID=DEMO_AuthenticationID |
POST as JSON DDxItem structure: string Id - A unique number as a client browser's fingerprinting identifier. string Tests ??? JSON format of entered Test Procedures in… |
| GET |
GET /GetTests/ /api/DDxItems/GetTests?AuthenticationID=DEMO_AuthenticationID |
Returns all tests as JSON format in TestType datatype |
Diagnosis pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $349 / month | — |
|
| ULTRA | $2,299 / month | — |
|