XUND API Documentation

MedicalItem

Model definition

Property name

Property type

Property description

id

string

ID of the medical item. Use this as reference to get its details

name

string (localized text)

Name of the medical item

type

'ILLNESS' | 'SYMPTOM'

Indicates wether the object represents an Illness, or a Symptom

alternativeNames

string[] (localized text)?

Array that contains alternative names of the medical item. (only applicable if type is ILLNESS)

description

string (localized text)

Description of the medical item

detailedDescription

string (localized text)?

Detailed (longer) description of the medical item

isFrequent

boolean

Indicates if medical item is frequent

iconUrl

string (image URL)?

URL that points to the icon which represents the medical item (only applicable if type is ILLNESS)

code

XundFhirCodeableConcept

Standardized medical identifier which can be used to pass symptom illness to other medical systems.

Use this property to initialize symptom check or illness check from content library.

See Initialization