Thing > Medical > MedicalTool
A tool or device used for Medical purposes.| 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 MedicalTool | ||
purpose |
Treatment | A use of the tool or device. |
manufacturer |
Organization | A manufacturer of the tool or device. |
attatchment |
Text | A attatchment or addon for the tool or device. |
Ð Schema Draft
Example 1
Original HTML:
Syringe Purpose: Drug Administration, Bodily Fluid Extractor Manufacturer: Varied Attatchment: Replaceable Needle
With Microdata:
<div itemscope itemtype="http://schema.org/MedicalTool"> <h1 itemprop="name">Syringe</h1> <p><span itemprop="purpose">Drug Administration</span>, <span itemprop="purpose">Bodily Fluid Extration</span><br /> Tool: <span itemprop="manufacturer">Varied</span> Reason: <span itemprop="attatchment">Removeable Needle</span> </div>