XUND API Documentation

IllnessCategory

Model definition

Property name

Property type

Property description

id

string

Identifier of the illness category

name

string (localized text)

Localized name of the illness category. E.g.: Infections

iconUrl

string (image URL)

Illness category icon's url

Example

JSON
{
    "id": "5d12eca4-0de1-4ed6-abc3-5f8c83d84f9f",
    "name": "Diseases of the nervous system",
    "iconUrl": "https://cms.live.xund.solutions/image/nervous.svg"
}