Thing > MedicalEntity > MedicalRiskFactor

A risk factor is anything that increases a person's likelihood of developing or contracting a disease, medical condition, or complication.
PropertyExpected TypeDescription
Properties from Thing
additionalType URL An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.
description Text A short description of the item.
image URL URL of an image of the item.
name Text The name of the item.
url URL URL of the item.
Properties from MedicalEntity
alternateName Text Any alternate name for this medical entity.
code MedicalCode A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.
guideline MedicalGuideline A medical guideline related to this entity.
medicineSystem MedicineSystem The system of medicine that includes this MedicalEntity, for example 'evidence-based', 'homeopathic', 'chiropractic', etc.
recognizingAuthority Organization If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine.
relevantSpecialty MedicalSpecialty If applicable, a medical specialty in which this entity is relevant.
study MedicalStudy A medical study or trial related to this entity.
Properties from MedicalRiskFactor
increasesRiskOf MedicalEntity The condition, complication, etc. influenced by this factor.
This class contains information contributed by WikiDoc.
Schema Draft Version 1.0a

Example 1

Original HTML:

<h1>Stable angina (angina pectoris)</h1>
Stable angina is a medical condition that affects the heart. The
most common causes are atherosclerosis and spasms of the
epicardial artery. Typical symptoms include:
<ul>
  <li>chest discomfort</li>
  <li>feeling of tightness, heaviness, or pain in the chest</li>
</ul>
Both stable angina and a heart attack result in chest pain, but
a heart attack will have chest pain lasting at least
10 minutes at rest, repeated episodes of chest pain at rest
lasting 5 or more minutes, or an accelerating pattern of chest
discomfort (episodes that are more frequent, severe,
longer in duration, and precipitated by minimal exertion).
<br>
Risk factors for stable angina include:
<ul>
  <li>Age</li>
  <li>Gender</li>
  <li>Systolic blood pressure</li>
  <li>Smoking</li>
  <li>Total cholesterol and/or cholesterol:HDL ratio</li>
  <li>Coronary artery disease</li>
</ul>
The initial treatment for stable angina is usually drug therapy
with aspirin, beta blockers, ACE inhibitors, and/or nitroglycerine.
Future episodes of stable angina can sometimes be prevented by
stopping smoking, weight management, and increased physical activity.


With Microdata:
<div itemscope itemtype="http://schema.org/MedicalCondition">
  <h1><span itemprop="name">Stable angina</span>
    (<span itemprop="alternateName">angina pectoris</span>)</h1>
  <span itemprop="code" itemscope itemtype="http://schema.org/MedicalCode">
    <meta itemprop="code" content="413"/>
    <meta itemprop="codingSystem" content="ICD-9"/>
  </span>
  Stable angina is a medical condition that affects the
  <span itemprop="associatedAnatomy" itemscope itemtype="http://schema.org/AnatomicalStructure">
    <span itemprop="name">heart</span>
  </span>.
  The most common causes are
  <span itemprop="cause" itemscope itemtype="http://schema.org/MedicalCause">
    <span itemprop="name">atherosclerosis</span>
  </span>
  and
  <span itemprop="cause" itemscope itemtype="http://schema.org/MedicalCause">
    <span itemprop="name">spasms of the epicardial artery</span>
  </span>.
  Typical symptoms include:
  <ul>
    <li><span itemprop="signOrSymptom" itemscope itemtype="http://schema.org/MedicalSymptom">
          <span itemprop="name">chest discomfort</span>
        </span>
    </li>
    <li><span itemprop="signOrSymptom" itemscope itemtype="http://schema.org/MedicalSymptom">
          <span itemprop="name">feeling of tightness, heaviness,
            or pain in the chest</span>
        </span>
    </li>
  </ul>
  Both stable angina and a
  <span itemprop="differentialDiagnosis" itemscope itemtype="http://schema.org/DDxElement">
    <span itemprop="diagnosis" itemscope itemtype="http://schema.org/MedicalCondition">
      <span itemprop="name">heart attack</span>
    </span>
    result in chest pain, but a heart attack will have
    <span itemprop="distinguishingSign" itemscope itemtype="http://schema.org/MedicalSymptom">
      <span itemprop="name">chest pain lasting at least 10 minutes at rest</span>
    </span>,
    <span itemprop="distinguishingSign" itemscope itemtype="http://schema.org/MedicalSymptom">
      <span itemprop="name">repeated episodes of chest pain at rest
        lasting 5 or more minutes
      </span>
    </span>, or
    <span itemprop="distinguishingSign" itemscope itemtype="http://schema.org/MedicalSymptom">
      <span itemprop="name">an accelerating pattern of
        chest discomfort (episodes that are more frequent, severe,
        longer in duration, and precipitated by minimal exertion)
      </span>
    </span>
  </span>.
  <br>
  Risk factors for stable angina include:
  <ul>
    <li><span itemprop="riskFactor" itemscope itemtype="http://schema.org/MedicalRiskFactor">
          <span itemprop="name">Age</span>
        </span></li>
    <li><span itemprop="riskFactor" itemscope itemtype="http://schema.org/MedicalRiskFactor">
          <span itemprop="name">Gender</span>
        </span></li>
    <li><span itemprop="riskFactor" itemscope itemtype="http://schema.org/MedicalRiskFactor">
          <span itemprop="name">Systolic blood pressure</span>
        </span></li>
    <li><span itemprop="riskFactor" itemscope itemtype="http://schema.org/MedicalRiskFactor">
          <span itemprop="name">Smoking</span>
        </span></li>
    <li><span itemprop="riskFactor" itemscope itemtype="http://schema.org/MedicalRiskFactor">
          <span itemprop="name">Total cholesterol and/or cholesterol:HDL ratio</span>
        </span></li>
    <li><span itemprop="riskFactor" itemscope itemtype="http://schema.org/MedicalRiskFactor">
          <span itemprop="name">Coronary artery disease</span>
        </span></li>
  </ul>
  The initial treatment for stable angina is usually drug therapy
  with
  <span itemprop="possibleTreatment" itemscope itemtype="http://schema.org/Drug">
    <span itemprop="name">aspirin</span>
  </span>,
  <span itemprop="possibleTreatment" itemscope itemtype="http://schema.org/DrugClass">
    <span itemprop="name">beta blockers</span>
  </span>,
  <span itemprop="possibleTreatment" itemscope itemtype="http://schema.org/DrugClass">
    <span itemprop="name">ACE inhibitors</span>
  </span>, and/or
  <span itemprop="possibleTreatment" itemscope itemtype="http://schema.org/Drug">
    <span itemprop="name">nitroglycerine</span>
  </span>,
  Future episodes of stable angina can sometimes be prevented by
  <span itemprop="secondaryPrevention" itemscope itemtype="http://schema.org/LifestyleModification">
    <span itemprop="name">stopping smoking</span>
  </span>,
  <span itemprop="secondaryPrevention" itemscope itemtype="http://schema.org/LifestyleModification">
    <span itemprop="name">weight management</span>
  </span>, and
  <span itemprop="secondaryPrevention" itemscope itemtype="http://schema.org/LifestyleModification">
    <span itemprop="name">increased physical activity</span>
  </span>.
</div>