XUND API Documentation

IllnessDetails

This model represents an illness with all available details

Model definition

Inheritance

This model is inherited by ContentLibraryIllnessListItem. All properties from the parent model is present in this model.

Property name

Property type

Property description

ContentLibraryIllnessListItem

detailedDiagnosis

string? (localized HTML text)

Thieme-provided detailed diagnosis information

detailedOutlook

string? (localized HTML text)

Thieme-provided detailed outlook

detailedOverview

string? (localized HTML text)

Thieme-provided detailed overview info

symptoms

TypeScript
Array<{
  id: string;
  /*
   * Localized name of the symptom
   */ 
  name: string 
}>

Symptoms of the illness

quickSolutions

QuickSolution[]

Linked quick solutions

localSpecializations

LocalizedSpecialization[]

Localized specializations

specializations

GenericSpecialization[]

Deprecated. Use localSpecializations instead

Linked generic specializations