Difference between revisions of "Template:Infobox surgical procedure"

From WikiAnesthesia
Tag: 2017 source edit
Tag: 2017 source edit
 
(51 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox" id="infobox-surgical-procedure">
   <div class="infobox-title">{{PAGENAME}}</div>{{#if:{{{image|}}}|
  <table class="table">
  <div class="infobox-image">[[File:{{{image}}}|320px]]</div>}}
   <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image_file|}}}|<tr><td colspan="2" class="infobox-image">
   <table class="table">{{#if:{{{anesthesia_type|}}}|<tr>
  [[File:{{{image_file}}}|320px]]</td></tr>{{#if:{{{image_caption|}}}|
     <th>Anesthesia type</th>
   <td colspan="2" class="infobox-image-caption">{{{image_caption}}}</td></tr>}}}}
    <td>{{{anesthesia_type}}}</td>
     <tr>
</tr>}}{{#if:{{{airway|}}}|<tr>
      <th>Anesthesia type</th>
    <th>Airway</th>
      <td>
    <td>{{{airway}}}</td>
{{{anesthesia_type}}}
</tr>}}{{#if:{{{lines_access|}}}|<tr>
      </td>
    <th>Lines and access</th>
    </tr>
    <td>{{{lines_access}}}</td>
    <tr>
</tr>}}{{#if:{{{monitors|}}}|<tr>
      <th>Airway</th>
    <th>Monitors</th>
      <td>
    <td>{{{monitors}}}</td>
{{{airway}}}
</tr>}}{{#if:{{{considerations_preoperative|}}}{{{considerations_intraoperative|}}}{{{considerations_postoperative|}}}|<tr>
      </td>
    <td colspan="2" class="infobox-table-section-heading">Primary anesthetic considerations</td>
    </tr>
</tr>{{#if:{{{considerations_preoperative|}}}|<tr>
    <tr>
    <th>Preoperative</th>
      <th>Lines and access</th>
    <td>{{{considerations_preoperative}}}</td>
      <td>
</tr>}}{{#if:{{{considerations_intraoperative|}}}|<tr>
{{{lines_access}}}
    <th>Intraoperative</th>
      </td>
    <td>{{{considerations_intraoperative}}}</td>
    </tr>
</tr>}}{{#if:{{{considerations_postoperative|}}}|<tr>
    <tr>
    <th>Postoperative</th>
      <th>Monitors</th>
    <td>{{{considerations_postoperative}}}</td>
      <td>
</tr>}}}}</table>
{{{monitors}}}
</div>
      </td>
<noinclude>
    </tr>
    <tr>
      <td colspan="2" class="infobox-table-section-heading">Primary anesthetic considerations</td>
    </tr>
    <tr>
      <th>Preoperative</th>
      <td>
{{{considerations_preoperative}}}
      </td>
    </tr>
    <tr>
      <th>Intraoperative</th>
      <td>
{{{considerations_intraoperative}}}
      </td>
    </tr>
    <tr>
      <th>Postoperative</th>
      <td>
{{{considerations_postoperative}}}
      </td>
    </tr>
    {{Infobox content footer}}
  </table>
</div><noinclude>
<templatedata>
<templatedata>
{
{
"description": "This Infobox will display the most pertinent information about a surgical case at the top of the article. When appropriate, please use the standardized options listed in the field description (click the (i) icon above each field to show a list which can be copy-pasted). If using an abbreviation, please link to a page that defines it (e.g. use [[ETT]] not ETT). To display items on separate lines, add <br/> between them. To use bullet points add * before each item.",
"params": {
"params": {
"image": {
"title": {
"label": "Title (don't use)",
"description": "The title for the infobox. Only used in rare circumstances. If not specified, will default to the article title.",
"type": "content"
},
"image_file": {
"label": "Article image",
"label": "Article image",
"description": "An image relevant to this case",
"description": "An image relevant to this case. To add an image, you must first upload the file to the site (using the settings menu in the upper right and clicking \"Upload file\"). Then, copy and paste the file name of the uploaded file into this box.",
"example": "Laparoscopic appendectomy.jpg",
"example": "Laparoscopic appendectomy.jpg",
"type": "wiki-file-name"
"type": "wiki-file-name"
},
"image_caption": {
"label": "Article image caption",
"description": "A caption for the article image",
"type": "content"
},
},
"anesthesia_type": {
"anesthesia_type": {
"label": "Anesthesia type",
"label": "Anesthesia type",
"description": "A list of the most common anesthetic technique(s) used for this case. Use one or more of the following:\n\n[[General anesthesia|General]]\n\n[[Monitored anesthesia care|MAC]]\n\n[[Regional anesthesia|Regional]]\n\n[[Neuraxial anesthesia|Neuraxial]]\n\n[[Local anesthesia|Local]]",
"description": "List the most common anesthetic technique(s) used for this case.\nStandardized options: General, MAC, Regional, Neuraxial, Local.\nUseful symbols: ±↑↓≤≥",
"example": "[[Neuraxial anesthesia|Neuraxial]]<br/>\n[[General anesthesia|General]] (if emergent)",
"example": "General",
"type": "content",
"type": "content",
"autovalue": "[[General anesthesia|General]]",
"required": true
"required": true
},
},
"airway": {
"airway": {
"label": "Airway",
"label": "Airway",
"description": "A list of the most common airway technique(s) used for this case",
"description": "List the most common airway management technique(s) used for this case.\nStandardized options: ETT, LMA, Noninvasive O2.\nUseful symbols: ±↑↓≤≥",
"example": "[[ETT]]",
"example": "ETT",
"type": "content",
"type": "content",
"autovalue": "[[ETT]]",
"required": true
"required": true
},
},
"lines_access": {
"lines_access": {
"label": "Lines and access",
"label": "Lines and access",
"description": "A list of the most common lines and access used for this case",
"description": "List the most commonly used lines and access for this case.\nStandardized options: PIV, Large bore IV, Arterial line, Central line, Introducer, PA catheter.\nUseful symbols: ±↑↓≤≥",
"example": "[[PIV]]",
"example": "PIV",
"type": "content",
"type": "content",
"autovalue": "[[PIV]]",
"required": true
"required": true
},
},
"monitors": {
"monitors": {
"label": "Monitors",
"label": "Monitors",
"description": "A list of the most common monitors used for this case",
"description": "List the most commonly used monitors for this case.\nStandardized options: Standard, 5-lead ECG, Temperature, ABP, CVP, EEG.\nUseful symbols: ±↑↓≤≥",
"example": "Standard, 5-lead ECG",
"type": "content",
"type": "content",
"autovalue": "[[Standard ASA Monitors|Standard ASA]]<br/>5-lead ECG",
"required": true
"required": true
},
},
"considerations_preoperative": {
"considerations_preoperative": {
"label": "Preoperative considerations",
"label": "Preoperative considerations",
"description": "A brief list of the most common preoperative considerations for this case",
"description": "If applicable, briefly list the most common preoperative considerations for this case.\nUseful symbols: ±↑↓≤≥",
"example": "* Full stomach precautions",
"example": "Full stomach precautions",
"type": "content",
"type": "content",
"suggested": true
"suggested": true
Line 77: Line 109:
"considerations_intraoperative": {
"considerations_intraoperative": {
"label": "Intraoperative considerations",
"label": "Intraoperative considerations",
"description": "A brief list of the most common intraoperative considerations for this case",
"description": "If applicable, briefly the most common intraoperative considerations for this case.\nUseful symbols: ±↑↓≤≥",
"example": "* Rapid sequence induction",
"example": "Rapid sequence induction",
"type": "content",
"type": "content",
"suggested": true
"suggested": true
Line 84: Line 116:
"considerations_postoperative": {
"considerations_postoperative": {
"label": "Postoperative considerations",
"label": "Postoperative considerations",
"description": "A brief list of the most common postoperative considerations for this case",
"description": "If applicable, briefly list the most common postoperative considerations for this case.\nUseful symbols: ±↑↓≤≥",
"example": "* [[PONV]]",
"example": "PONV",
"type": "content",
"type": "content",
"suggested": true
"suggested": true
Line 98: Line 130:
"considerations_intraoperative",
"considerations_intraoperative",
"considerations_postoperative",
"considerations_postoperative",
"image"
"image_file",
]
"image_caption",
"title"
],
"format": "block"
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 04:16, 18 August 2022

Infobox surgical procedure
Anesthesia type

{{{anesthesia_type}}}

Airway

{{{airway}}}

Lines and access

{{{lines_access}}}

Monitors

{{{monitors}}}

Primary anesthetic considerations
Preoperative

{{{considerations_preoperative}}}

Intraoperative

{{{considerations_intraoperative}}}

Postoperative

{{{considerations_postoperative}}}

This Infobox will display the most pertinent information about a surgical case at the top of the article. When appropriate, please use the standardized options listed in the field description (click the (i) icon above each field to show a list which can be copy-pasted). If using an abbreviation, please link to a page that defines it (e.g. use [[ETT]] not ETT). To display items on separate lines, add <br/> between them. To use bullet points add * before each item.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Anesthesia typeanesthesia_type

List the most common anesthetic technique(s) used for this case.

Standardized options: General, MAC, Regional, Neuraxial, Local.

Useful symbols: ±↑↓≤≥

Example
General
Contentrequired
Airwayairway

List the most common airway management technique(s) used for this case.

Standardized options: ETT, LMA, Noninvasive O2.

Useful symbols: ±↑↓≤≥

Example
ETT
Contentrequired
Lines and accesslines_access

List the most commonly used lines and access for this case.

Standardized options: PIV, Large bore IV, Arterial line, Central line, Introducer, PA catheter.

Useful symbols: ±↑↓≤≥

Example
PIV
Contentrequired
Monitorsmonitors

List the most commonly used monitors for this case.

Standardized options: Standard, 5-lead ECG, Temperature, ABP, CVP, EEG.

Useful symbols: ±↑↓≤≥

Example
Standard, 5-lead ECG
Contentrequired
Preoperative considerationsconsiderations_preoperative

If applicable, briefly list the most common preoperative considerations for this case. Useful symbols: ±↑↓≤≥

Example
Full stomach precautions
Contentsuggested
Intraoperative considerationsconsiderations_intraoperative

If applicable, briefly the most common intraoperative considerations for this case. Useful symbols: ±↑↓≤≥

Example
Rapid sequence induction
Contentsuggested
Postoperative considerationsconsiderations_postoperative

If applicable, briefly list the most common postoperative considerations for this case. Useful symbols: ±↑↓≤≥

Example
PONV
Contentsuggested
Article imageimage_file

An image relevant to this case. To add an image, you must first upload the file to the site (using the settings menu in the upper right and clicking "Upload file"). Then, copy and paste the file name of the uploaded file into this box.

Example
Laparoscopic appendectomy.jpg
Fileoptional
Article image captionimage_caption

A caption for the article image

Contentoptional
Title (don't use)title

The title for the infobox. Only used in rare circumstances. If not specified, will default to the article title.

Contentoptional