Diagnostic EngineStateless
Ask
sexSex
Biological sex enumeration (male/female).
Value in
"male" | "female"ageAge
Range
0 < value <= 130coding?CodingSystem
Medical coding system enumeration.
Represents the standardized medical terminology/coding system used to identify medical concepts.
Systems: ICD_10_CM: International Classification of Diseases, 10th Revision, Clinical Modification ICD_10_AM: International Classification of Diseases, 10th Revision, Australian Modification SNOMED_CT: Systematized Nomenclature of Medicine - Clinical Terms AUT: Avey Universal Terminology (custom system)
Default
"aut"Value in
"aut"chief_findingsChief Findings
The main complaints of the patient which are found as present
findingsFindings
The findings found in the patient case and their presence. Present (patient confirms the finding), Absent (patient does not have the finding) Unsure (patient is uncertain of having it)
Response Body
curl -X POST "https://api.avey.ai/ddx/v1/ask" \ -H "Content-Type: application/json" \ -d '{ "sex": "male", "age": 130, "chief_findings": [ { "id": "Headache", "term": "Headache" } ], "findings": [ { "id": "Headache", "term": "Headache", "status": "present" } ] }'{
"question": {
"text": "Do you have a Lymphadenopathy?",
"description": "Lymphadenopathy is enlargement or swelling in one of your lymph nodes",
"target_concepts": [
{
"id": "Headache (Occipital region)",
"term": "Headache (Occipital region)"
},
{
"id": "Headache (Occipital region)",
"term": "Headache (Occipital region)"
}
],
"other_context": {}
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}How is this guide?