Thing > Medical > Treatment
Medicine or procedure to treat a Disease or other ailment.| 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 Treatment | ||
application |
Disease | A Disease this treatment is commonly applied to. |
tool |
MedicalTool | If applicable, a tool used in this treatment. |
appliedBy |
Person | A type of medical professional who administers this type of treatment. |
symptom |
Symptom | If applicable, a symptom the treatment helps with. |
Ð Schema Draft
Example 1
Original HTML:
Epidural Application: Labor & Birth Tool: Syringe, IV Applied By: Anesthesiologist Reason: Labor Pain
With Microdata:
<div itemscope itemtype="http://schema.org/Treatment"> <h1 itemprop="name">Epidural</h1> <p><span itemprop="application">Labor & Birth</span><br /> Tool: <span itemprop="tool">Syringe</span>, <span itemprop="tool">IV</span> Reason: <span itemprop="symptom">Labor Pain</span> </div>