Zum Hauptinhalt springen

Conditions

The conclusions field lives under result and lists the ranked diagnostic hypotheses the device considered for the case. Each entry pairs a pathology type with its associated probability, and the array is sorted by probability descending, so the most likely outcome is always at index 0. Probabilities are percentages from 0 to 100.

"conclusions": [
{
"probability": 99.65,
"pathology": {
"name": "Acne",
"code": "Acne",
"icd11": "ED80"
}
},
...
]