Template:MedicalTherapy: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 32: Line 32:
<span itemscope="" itemtype=http://schema.org/MedicalTherapy>
<span itemscope="" itemtype=http://schema.org/MedicalTherapy>
{{{authors|}}}
{{{authors|}}}
<div class="mw-collapsible mw-collapsed">
<div class="mw-collapsible">
==Overview==
==Overview==
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
<span itemprop="description">
<span itemprop="description">
{{#ifexist: {{{description}}} | {{:{{{description}}}}} |  }}
{{:{{{description|}}}}}
</span>
</span>
</div>
</div>
</div>
</div>


==Adverse Outcomes==
====Related Pages====
{{#arraymap:{{{adverseOutcomes|}}}|,|x|<span itemprop="causeOf" itemscope itemtype="http://schema.org/MedicalEntity">[[Adverse Outcome Of::x]]</span>| {{!}} }}
*Adverse Outcomes:{{#arraymap:{{{adverseOutcomes|}}}|,|x|<span itemprop="causeOf" itemscope itemtype="http://schema.org/MedicalEntity">[[Adverse Outcome Of::x]]</span>| {{!}} }}
 
*Contraindications:{{#arraymap:{{{contraindications|}}}|,|x|<span itemprop="contraindications" itemscope itemtype="http://schema.org/MedicalContraindication">[[Contraindication::x]]</span>| {{!}} }}
==Contraindications==
*Duplicate Therapies:{{#arraymap:{{{duplicateTherapies|}}}|,|x|<span itemprop="duplicateTherapies" itemscope itemtype="http://schema.org/MedicalTherapy">[[Duplicate Therapy::x]]</span>| {{!}} }}
{{#arraymap:{{{contraindications|}}}|,|x|<span itemprop="contraindications" itemscope itemtype="http://schema.org/MedicalContraindication">[[Contraindication::x]]</span>| {{!}} }}
*Indications: <span itemprop="indications" itemscope itemtype="http://schema.org/MedicalEntity">{{:{{{indications|}}}}}</span>
 
*Prevents:{{#arraymap:{{{prevents|}}}|,|x|<span itemprop="prevents" itemscope itemtype="http://schema.org/MedicalCondition">[[Prevents::x]]</span>| {{!}} }}
==Duplicate Therapies==
*Treats:{{#arraymap:{{{treats|}}}|,|x|<span itemprop="treats" itemscope itemtype="http://schema.org/MedicalCondition">[[Used To Treat::x]]</span>| {{!}} }}
{{#arraymap:{{{duplicateTherapies|}}}|,|x|<span itemprop="duplicateTherapies" itemscope itemtype="http://schema.org/MedicalTherapy">[[Duplicate Therapy::x]]</span>| {{!}} }}
 
<div class="mw-collapsible mw-collapsed">
==Indications==
<div class="mw-collapsible-content">
<span itemprop="indications">
{{#ifexist: {{{indications}}} | {{:{{{indications}}}}} }}
</span>
</div>
</div>
 
==Prevents==
{{#arraymap:{{{prevents|}}}|,|x|<span itemprop="prevents" itemscope itemtype="http://schema.org/MedicalCondition">[[Prevents::x]]</span>| {{!}} }}
 
==Treats==
 
{{#arraymap:{{{treats|}}}|,|x|<span itemprop="treats" itemscope itemtype="http://schema.org/MedicalCondition">[[Used To Treat::x]]</span>| {{!}} }}
 
</span>
</span>
</includeonly>
</includeonly>

Revision as of 16:01, 13 March 2012

This is the "MedicalTherapy" template. It should be called in the following format:

{{MedicalTherapy
|description=
|image=
|name=
|url=
|authors=
|codes=
|guidelines=
|medicineSystem=
|recognizingAuthority=
|relevantSpeciality=
|studies=
|adverseOutcomes=
|contraindications=
|duplicateTherapies=
|indications=
|prevents=
|treats=
|screens=
}}

Edit the page to see the template text.