Template:Infobox diagnostic: Difference between revisions

From WikiMD's Wellness Encyclopedia

No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="infobox" style="width: 22em; font-size: 90%;"
{| class="infobox" style="width:22em; font-size:90%; border:1px solid #aaa; background-color:#f9f9f9;"
|-
|-
! colspan="2" style="background-color: {{{background|lightblue}}}; font-size: 110%; text-align: center;" | {{{Name|<includeonly>{{{name}}}</includeonly>}}}
! colspan="2" style="text-align:center; background-color:{{{background|lightblue}}}; font-size:110%;" | {{{Name|{{PAGENAME}}}}}
|-
|-
| colspan="2" style="text-align: center;" | [[File:{{{image|}}}|{{{image_size|250px}}}|alt={{{alt|}}}|{{{caption|}}}]]
| colspan="2" style="text-align:center;" | [[File:{{{image|}}}|250px|alt={{{alt|}}}|{{{caption|}}}]]
|-
|-
| '''Pronunciation'''
| '''Pronunciation'''
Line 10: Line 10:
|-
|-
| '''Synonyms'''
| '''Synonyms'''
| {{{Synonym|}}}
| {{{synonym|}}}
|-
|-
| '''Reference range'''
| '''Reference Range'''
| {{{reference_range|}}}
| {{{reference_range|}}}
|-
|-
| '''Calculator'''
| '''Calculator'''
| {{{Calculator|}}}
| {{{calculator|}}}
|-
|-
| '''Purpose'''
| '''Purpose'''
| {{{Purpose|}}}
| {{{purpose|}}}
|-
|-
| '''Test&nbsp;of'''
| '''Test of'''
| {{{Test of|}}}
| {{{test_of|}}}
|-
|-
| '''Based&nbsp;on'''
| '''Based on'''
| {{{Based on|}}}
| {{{based_on|}}}
|-
|-
| '''ICD-10-PCS'''
| '''ICD-10-PCS'''
Line 32: Line 32:
| '''ICD-9-CM'''
| '''ICD-9-CM'''
| {{{ICD9|}}}
| {{{ICD9|}}}
|-
| '''ICD-9'''
| {{{ICD9unlinked|}}}
|-
|-
| '''MeSH'''
| '''MeSH'''
| {{#if:{{{MeshID|}}}|[https://www.nlm.nih.gov/cgi/mesh/{{{MeshYear|2011}}}/MB_cgi?field=uid&term={{{MeshID}}} {{{MeshID}}}]}}
| {{#if:{{{MeshID|}}}|[https://meshb.nlm.nih.gov/record/ui?ui={{{MeshID}}} {{{MeshID}}}]}}
|-
|-
| '''OPS-301 code'''
| '''OPS-301 Code'''
| {{{OPS301|}}}
| {{{OPS301|}}}
|-
|-
| '''Other codes'''
| '''Other Codes'''
| {{{OtherCodes|}}}
| {{{OtherCodes|}}}
|-
|-
Line 56: Line 53:
| '''HCPCS-L2'''
| '''HCPCS-L2'''
| {{{HCPCSlevel2|}}}
| {{{HCPCSlevel2|}}}
|-
| colspan="2" style="border-top:3px solid #ccc; padding-top:0.5em;" | {{{video1|}}} {{{video2|}}}
|}
|}
</includeonly>
</includeonly>
<noinclude>
<noinclude>
== Documentation ==
== Usage ==
This template is used to provide a structured summary of medical procedures or conditions.
This template is used to display diagnostic information in an infobox format.


=== Parameters ===
=== Parameters ===
* `Name` - Title of the infobox.
* `Name` - Title of the diagnostic.
* `image` - Image file for the condition or procedure.
* `image` - Image filename related to the diagnostic.
* `image_size` - Size of the image (default: 250px).
* `image_size` - Size of the image (default: frameless).
* `alt` - Alternative text for the image.
* `alt` - Alternative text for the image.
* `caption` - Caption for the image.
* `caption` - Caption for the image.
* `pronounce` - Pronunciation of the term.
* `pronounce` - Pronunciation of the diagnostic term.
* `Synonym` - Synonyms for the condition or procedure.
* `synonym` - Synonyms of the diagnostic.
* `reference_range` - Reference range for measurements.
* `reference_range` - Reference range of measurements.
* `Calculator` - Links to any relevant calculators.
* `calculator` - Links to relevant calculators.
* `Purpose` - The purpose of the procedure or condition.
* `purpose` - Purpose of the diagnostic.
* `ICD10`, `ICD9`, `ICD9unlinked`, `MeshID`, etc. - Relevant medical codes.
* `test_of` - What the diagnostic tests.
* `based_on` - What the diagnostic is based on.
* `ICD10` - ICD-10 code.
* `ICD9` - ICD-9 code.
* `MeshID` - MeSH identifier.
* `OPS301` - OPS-301 code.
* `OtherCodes` - Other diagnostic codes.
* `MedlinePlus` - MedlinePlus article ID.
* `eMedicine` - eMedicine article ID.
* `LOINC` - LOINC code.
* `HCPCSlevel2` - HCPCS Level 2 code.
* `video1` / `video2` - Additional multimedia content.


=== Example ===
=== Example ===
<syntaxhighlight lang="mediawiki">
<syntaxhighlight lang="mediawiki">
{{Infobox
{{Infobox diagnostic
| Name = Example Condition
| Name = Example Diagnostic
| image = Example.jpg
| image = Example.jpg
| caption = Example Image Caption
| caption = Example Caption
| pronounce = Example Pronunciation
| pronounce = Example Pronunciation
| Synonym = Example Synonym
| synonym = Example Synonym
| reference_range = 1–10
| ICD10 = A01
| Calculator = [Example Link]
| MeshID = D123456
| Purpose = Example Purpose
| MedlinePlus = 12345
}}
}}
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 11:03, 18 December 2024


Usage[edit]

This template is used to display diagnostic information in an infobox format.

Parameters[edit]

  • `Name` - Title of the diagnostic.
  • `image` - Image filename related to the diagnostic.
  • `image_size` - Size of the image (default: frameless).
  • `alt` - Alternative text for the image.
  • `caption` - Caption for the image.
  • `pronounce` - Pronunciation of the diagnostic term.
  • `synonym` - Synonyms of the diagnostic.
  • `reference_range` - Reference range of measurements.
  • `calculator` - Links to relevant calculators.
  • `purpose` - Purpose of the diagnostic.
  • `test_of` - What the diagnostic tests.
  • `based_on` - What the diagnostic is based on.
  • `ICD10` - ICD-10 code.
  • `ICD9` - ICD-9 code.
  • `MeshID` - MeSH identifier.
  • `OPS301` - OPS-301 code.
  • `OtherCodes` - Other diagnostic codes.
  • `MedlinePlus` - MedlinePlus article ID.
  • `eMedicine` - eMedicine article ID.
  • `LOINC` - LOINC code.
  • `HCPCSlevel2` - HCPCS Level 2 code.
  • `video1` / `video2` - Additional multimedia content.

Example[edit]

{{Infobox diagnostic
| Name = Example Diagnostic
| image = Example.jpg
| caption = Example Caption
| pronounce = Example Pronunciation
| synonym = Example Synonym
| ICD10 = A01
| MeshID = D123456
| MedlinePlus = 12345
}}