XML

Common Diseases - XML

Common diseases refer to a group of illnesses that are relatively frequently encountered in daily life. They span various categories including infectious diseases, lifestyle-related diseases, chronic conditions, and allergic disorders, many of which can be prevented or detected early. According to WHO statistics, non-communicable diseases such as heart disease, stroke, chronic obstructive pulmonary disease, and diabetes are the leading causes of death worldwide. In Japan, lifestyle-related diseases such as hypertension, diabetes, and dyslipidemia are commonly observed. Additionally, infectious diseases such as colds and influenza affect many people regardless of the season.

disease illness medical health lifestyle disease infectious disease
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>01</code>
    <slug>common-cold</slug>
    <name>Common Cold</name>
    <description>A general term for upper respiratory tract infections caused by viral infection.</description>
    <category>Infectious Disease</category>
  </item>
  <item>
    <code>02</code>
    <slug>influenza</slug>
    <name>Influenza</name>
    <description>An acute respiratory infection caused by the influenza virus.</description>
    <category>Infectious Disease</category>
  </item>
  <item>
    <code>03</code>
    <slug>hypertension</slug>
    <name>Hypertension</name>
    <description>A lifestyle-related disease where blood pressure remains higher than normal.</description>
    <category>Lifestyle-related Disease</category>
  </item>
  <item>
    <code>04</code>
    <slug>diabetes</slug>
    <name>Diabetes Mellitus</name>
    <description>A metabolic disorder characterized by persistently high blood glucose levels.</description>
    <category>Lifestyle-related Disease</category>
  </item>
  <item>
    <code>05</code>
    <slug>hay-fever</slug>
    <name>Hay Fever (Allergic Rhinitis)</name>
    <description>Allergic rhinitis caused by pollen allergy.</description>
    <category>Allergic Disease</category>
  </item>
  <item>
    <code>06</code>
    <slug>gastroenteritis</slug>
    <name>Gastroenteritis</name>
    <description>A digestive disorder involving inflammation of the stomach and intestines.</description>
    <category>Infectious Disease</category>
  </item>
  <item>
    <code>07</code>
    <slug>asthma</slug>
    <name>Asthma</name>
    <description>A respiratory disease caused by chronic inflammation of the airways.</description>
    <category>Respiratory Disease</category>
  </item>
  <item>
    <code>08</code>
    <slug>atopic-dermatitis</slug>
    <name>Atopic Dermatitis</name>
    <description>A chronic inflammatory skin condition.</description>
    <category>Skin Disease</category>
  </item>
  <item>
    <code>09</code>
    <slug>depression</slug>
    <name>Depression</name>
    <description>A mental health disorder characterized by persistent low mood and loss of interest.</description>
    <category>Mental Health Disorder</category>
  </item>
  <item>
    <code>10</code>
    <slug>dyslipidemia</slug>
    <name>Dyslipidemia</name>
    <description>A lifestyle-related disease characterized by abnormal blood lipid levels.</description>
    <category>Lifestyle-related Disease</category>
  </item>
</items>