XUND API Documentation

ReportCheckedIllnessCategory

Model definition

Property name

Property type

Property description

id

string

Identifier of illness category

name

string (localized text)

Name of illness category

symptomScores

ReportSymptomScore[]

Information about the effect of added symptoms in the score of illnesses in the category

icon

string (image url)

 URL to the icon of the illness category

iconUrl

string (image url)

Deprecated. Use icon instead

illnessCategoryIdentifier

string

Deprecated. Do not use

Example

JSON
{
    "id": "ca05d0bc-732f-40cd-b6d1-8ba637dd255a",
    "name": "Diseases of the digestive system",
    "illnessCategoryIdentifier": "-",
    "symptomScores": [
        {
            "name": "Abdominal pain",
            "id": "5e63f95e-ef3b-42ce-9027-ff6e021e19ef",
            "score": 1
        },
        {
            "name": "Abdominal cramps",
            "id": "1f26aebf-89ff-4994-8ac2-d480a8dcc28e",
            "score": 0.34
        },
        {
            "name": "Fever",
            "id": "67181a30-0441-45b7-bf82-38130b9c2cca",
            "score": 0.73
        },
        {
            "name": "Testicular pain",
            "id": "63dfba3b-5833-4622-a0cb-c277b02177df",
            "score": 0
        },
        {
            "name": "Pain when urinating",
            "id": "efe4b7ea-882b-4ea9-a9b4-625ac92709dc",
            "score": 0
        }
    ],
    "iconUrl": "https://cms.live.xund.solutions/image/digestive.svg",
    "icon": "https://cms.live.xund.solutions/image/digestive"
}