Crownie
12/27/2017 - 8:31 PM

medical-condition2.html

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
<div itemscope itemtype="http://schema.org/MedicalCondition">
    <h1><span itemprop="name">Rheumatoid arthritis</span></h1>

    <p>
        Rheumatoid arthritis is a long-term condition that causes pain, swelling and stiffness in the joints. The symptoms usually affect the hands, feet and wrists.
    </p>

    Typical symptoms include:
    <ul>
        <li><span itemprop="signOrSymptom" itemscope itemtype="http://schema.org/MedicalSymptom">
          <span itemprop="name">joint pain</span>
        </span>
        </li>
        <li><span itemprop="signOrSymptom" itemscope itemtype="http://schema.org/MedicalSymptom">
          <span itemprop="name">stiff joints</span>
        </span>
        </li>
        <li><span itemprop="signOrSymptom" itemscope itemtype="http://schema.org/MedicalSymptom">
          <span itemprop="name">inflamed joints</span>
        </span>
        </li>
        <li><span itemprop="signOrSymptom" itemscope itemtype="http://schema.org/MedicalSymptom">
          <span itemprop="name">swollen joints</span>
        </span>
        </li>
    </ul>

    Additional Symptoms
    <ul>
        <li><span itemprop="signOrSymptom" itemscope itemtype="http://schema.org/MedicalSymptom">
          <span itemprop="name">tiredness and a lack of energy</span>
        </span>
        </li>
        <li><span itemprop="signOrSymptom" itemscope itemtype="http://schema.org/MedicalSymptom">
          <span itemprop="name">a high temperature (fever)</span>
        </span>
        </li>
        <li><span itemprop="signOrSymptom" itemscope itemtype="http://schema.org/MedicalSymptom">
          <span itemprop="name">sweating</span>
        </span>
        </li>
        <li><span itemprop="signOrSymptom" itemscope itemtype="http://schema.org/MedicalSymptom">
          <span itemprop="name">a poor appetite</span>
        </span>
        </li>
        <li><span itemprop="signOrSymptom" itemscope itemtype="http://schema.org/MedicalSymptom">
          <span itemprop="name">weight loss</span>
        </span>
        </li>
    </ul>
</div>
</body>
</html>