Thing > Medical > Symptom
A bio-physical reaction outside normal function.| Property | Expected Type | Description |
|---|---|---|
| Properties from Thing | ||
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 Medical | ||
discipline |
MedicalTerm | A medical discipline (ie. type of doctor, field of medicine, etc.) |
discoveredBy |
Person | A person who discovered the disease, tool, etc. |
| Properties from Symptom | ||
disease |
Disease | A Disease that causes this symptom. |
treatment |
Treatment | If the symptom can be treated, an associated treatment. |
affects |
MedicalTerm | A body part the symptom affects. |
Ð Schema Draft
Example 1
Original HTML:
Pain An uncomfortable feeling. Treatment: Pain Killer Affects: Body
With Microdata:
<div itemscope itemtype="http://schema.org/Symptom"> <h1 itemprop="name">Pain</h1> <p><span itemprop="description">An uncomfortable feeling.</span><br /> Treatment: <span itemprop="treatment">Pain Killer</span> Affects: <span itemprop="affects">Body</span> </div>