Template:Infobox diagnostic: Difference between revisions

From WikiMD's Wellness Encyclopedia

CSV import
 
No edit summary
Line 1: Line 1:
{{infobox
<includeonly>
| abovestyle = background-color: {{{background|{{{Background|lightblue}}}}}}
{| class="infobox" style="width: 22em; font-size: 90%;"
| above      = {{{Name|<includeonly>{{{name}}}</includeonly>}}}
|-
| subheader2 = {{{subheader|{{{Subheader|}}}}}}
! colspan="2" style="background-color: {{{background|lightblue}}}; font-size: 110%; text-align: center;" | {{{Name|<includeonly>{{{name}}}</includeonly>}}}
| image      = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|{{{Image|}}}}}}|size={{{image_size|{{{Width|}}}}}}|sizedefault=frameless|upright=1.3|alt={{{alt|{{{Alt|}}}}}}}}
|-
| caption    = {{{caption|{{{Caption|}}}}}}
| colspan="2" style="text-align: center;" | [[File:{{{image|}}}|{{{image_size|250px}}}|alt={{{alt|}}}|{{{caption|}}}]]
|-
| '''Pronunciation'''
| {{{pronounce|}}}
|-
| '''Synonyms'''
| {{{Synonym|}}}
|-
| '''Reference range'''
| {{{reference_range|}}}
|-
| '''Calculator'''
| {{{Calculator|}}}
|-
| '''Purpose'''
| {{{Purpose|}}}
|-
| '''Test&nbsp;of'''
| {{{Test of|}}}
|-
| '''Based&nbsp;on'''
| {{{Based on|}}}
|-
| '''ICD-10-PCS'''
| {{{ICD10|}}}
|-
| '''ICD-9-CM'''
| {{{ICD9|}}}
|-
| '''ICD-9'''
| {{{ICD9unlinked|}}}
|-
| '''MeSH'''
| {{#if:{{{MeshID|}}}|[https://www.nlm.nih.gov/cgi/mesh/{{{MeshYear|2011}}}/MB_cgi?field=uid&term={{{MeshID}}} {{{MeshID}}}]}}
|-
| '''OPS-301 code'''
| {{{OPS301|}}}
|-
| '''Other codes'''
| {{{OtherCodes|}}}
|-
| '''MedlinePlus'''
| {{#if:{{{MedlinePlus|}}}|[https://medlineplus.gov/ency/article/{{{MedlinePlus}}}.htm {{{MedlinePlus}}}]}}
|-
| '''eMedicine'''
| {{#if:{{{eMedicine|}}}|[http://emedicine.medscape.com/article/{{{eMedicine}}}-overview {{{eMedicine}}}]}}
|-
| '''LOINC'''
| {{{LOINC|}}}
|-
| '''HCPCS-L2'''
| {{{HCPCSlevel2|}}}
|}
</includeonly>
<noinclude>
== Documentation ==
This template is used to provide a structured summary of medical procedures or conditions.


| label1    = Pronunciation
=== Parameters ===
|  data1    = {{#if:{{{pronounce|{{{Pronounce|{{{Pronunciation|{{{pronunciation|}}}}}}}}}}}}{{{pronounce comment|}}} |{{{pronounce|{{{Pronounce|{{{Pronunciation|{{{pronunciation|}}}}}}}}}}}}{{{pronounce ref|}}}&#x20;{{{pronounce comment|}}} }}<!--
* `Name` - Title of the infobox.
        -->{{#if:{{{pronounce 2|}}} |<br/>{{{pronounce 2|}}} }}
* `image` - Image file for the condition or procedure.
* `image_size` - Size of the image (default: 250px).
* `alt` - Alternative text for the image.
* `caption` - Caption for the image.
* `pronounce` - Pronunciation of the term.
* `Synonym` - Synonyms for the condition or procedure.
* `reference_range` - Reference range for measurements.
* `Calculator` - Links to any relevant calculators.
* `Purpose` - The purpose of the procedure or condition.
* `ICD10`, `ICD9`, `ICD9unlinked`, `MeshID`, etc. - Relevant medical codes.


| label2    = [[Synonym]]s
=== Example ===
| data2    = {{{Synonym|{{{synonym|{{{Synonyms|{{{synonyms|}}}}}}}}}}}}
<syntaxhighlight lang="mediawiki">
{{Infobox
| Name = Example Condition
| image = Example.jpg
| caption = Example Image Caption
| pronounce = Example Pronunciation
| Synonym = Example Synonym
| reference_range = 1–10
| Calculator = [Example Link]
| Purpose = Example Purpose
}}
</syntaxhighlight>


| label3    = [[Reference range]]
[[Category:Infobox templates]]
| data3      = {{{reference_range|{{{Reference_range|}}}}}}
</noinclude>
 
| label4    = Calculator
|  data4    = {{{Calculator|{{{calculator|}}}}}}
 
| label5    = Purpose
|  data5    = {{{Purpose|{{{purpose|{{{Purposes|{{{purposes|}}}}}}}}}}}}
 
| label6    = Test&nbsp;of
|  data6    = {{{Test of|{{{test of|}}}}}}
 
| label7    = Based&nbsp;on
|  data7    = {{{Based on|{{{based on|}}}}}}
 
| label8    = [[ICD-10 Procedure Coding System|ICD-10-PCS]]
| data8      = {{{ICD10|}}}
 
| label9    = [[ICD-9-CM Volume 3|ICD-9-CM]]
| data9      = {{{ICD9|}}}
 
| label10    = [[ICD-9-CM Volume 3|ICD-9]]
| data10      = {{{ICD9unlinked|}}}
 
| label11    = [[Medical Subject Headings|MeSH]]
| data11      = {{#if:{{{MeshID|}}}|<span class="reflink plainlinks nourlexpansion">[https://www.nlm.nih.gov/cgi/mesh/{{{MeshYear|2011}}}/MB_cgi?field=uid&term={{{MeshID|}}} {{{MeshID}}}]</span>}}
 
| label12    = [[OPS-301|OPS-301 code]]
| data12    = {{{OPS301|}}}
 
| label13    = Other [[procedure codes|codes]]
| data13    = {{{OtherCodes|}}}
 
| label14    = [[MedlinePlus]]
| data14    = {{#if:{{{MedlinePlus|}}}|<span class="reflink plainlinks nourlexpansion">[https://medlineplus.gov/ency/article/{{{MedlinePlus}}}.htm {{{MedlinePlus}}}]</span>}}
 
| label15    = [[eMedicine]]
| data15    = {{#if:{{{eMedicine|}}}|<span class="reflink plainlinks nourlexpansion">[http://emedicine.medscape.com/article/{{{eMedicine}}}-overview {{{eMedicine}}}]</span>}}
 
| label16    = [[LOINC]]
| data16    = {{{LOINC|}}}
 
| label17    = [[HCPCS Level 2|HCPCS-L2]]
| data17    = {{{HCPCSlevel2|}}}
}}<noinclude>{{documentation}}<!-- Add cats to the /doc subpage, not here! --></noinclude>
{{no-index-template}}

Revision as of 10:42, 18 December 2024

}}} |- | colspan="2" style="text-align: center;" | [[File:|250px|alt=|]] |- | Pronunciation | |- | Synonyms | |- | Reference range | |- | Calculator | |- | Purpose | |- | Test of | |- | Based on | |- | ICD-10-PCS | |- | ICD-9-CM | |- | ICD-9 | |- | MeSH | |- | OPS-301 code | |- | Other codes | |- | MedlinePlus | |- | eMedicine | |- | LOINC | |- | HCPCS-L2 | |} </includeonly>

Documentation

This template is used to provide a structured summary of medical procedures or conditions.

Parameters

  • `Name` - Title of the infobox.
  • `image` - Image file for the condition or procedure.
  • `image_size` - Size of the image (default: 250px).
  • `alt` - Alternative text for the image.
  • `caption` - Caption for the image.
  • `pronounce` - Pronunciation of the term.
  • `Synonym` - Synonyms for the condition or procedure.
  • `reference_range` - Reference range for measurements.
  • `Calculator` - Links to any relevant calculators.
  • `Purpose` - The purpose of the procedure or condition.
  • `ICD10`, `ICD9`, `ICD9unlinked`, `MeshID`, etc. - Relevant medical codes.

Example

{{Infobox
| Name = Example Condition
| image = Example.jpg
| caption = Example Image Caption
| pronounce = Example Pronunciation
| Synonym = Example Synonym
| reference_range = 1–10
| Calculator = [Example Link]
| Purpose = Example Purpose
}}