Template:DX tag: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
m This template's DX code field is inconsistently used, and the dates are often not added, so we won't be able to use this with SMW as is.
m changing article back to this version because the use in articles is not conducive to SMW use. We will need to consider that when ICD10 comes.
Line 2: Line 2:
|-
|-
| style="background:silver; color:arsenic; width:25%" align="right"| '''Category/Organ<br>System: '''
| style="background:silver; color:arsenic; width:25%" align="right"| '''Category/Organ<br>System: '''
||[[:Category:{{{1}}}|{{{1}}}]]
|[[:Category:{{{1|}}}|{{{1|}}}]]
|-
|-
| style="background:silver; color:arsenic" align="right"| '''Type: '''
| style="background:silver; color:arsenic" align="right"| '''Type: '''
||{{{2}}}
|{{{2|}}}
|-
|-
| style="background:silver; color:arsenic" align="right"| '''Main Diagnosis: '''
| style="background:silver; color:arsenic" align="right"| '''Main Diagnosis: '''
||{{{3}}}
|{{{3|}}}
|-
|-
| style="background:silver; color:arsenic" align="right"| '''Sub Diagnosis: '''
| style="background:silver; color:arsenic" align="right"| '''Sub Diagnosis: '''
||{{{4}}}  
|{{{4|}}}  
|-
|-
| style="background:silver; color:arsenic" align="right"| '''Diagnosis Code: '''
| style="background:silver; color:arsenic" align="right"| '''Diagnosis Code: '''
||[[DxCode::{{{5}}}]]
|{{{5|}}}
|-
|-
| style="background:silver; color:arsenic" align="right"| '''[[:Category:Comorbid Diagnosis | Comorbid Code]]: '''
| style="background:silver; color:arsenic" align="right"| '''[[:Category:Comorbid Diagnosis | Comorbid Code]]: '''
||{{{6}}}
|{{{6|}}}
|-
|-
| style="background:silver; color:arsenic" align="right"| '''[[Comorbid_Disease-General_Information#Charlson_Comorbid_Score_table | Comorbid Points]]: '''
| style="background:silver; color:arsenic" align="right"| '''[[Comorbid_Disease-General_Information#Charlson_Comorbid_Score_table | Comorbid Points]]: '''
||{{{7}}}
|{{{7|}}}
|-
|-
| style="background:silver; color:arsenic" align="right"| '''Program: '''
| style="background:silver; color:arsenic" align="right"| '''Program: '''
||{{{8}}}
|{{{8|}}}
|-
|-
| style="background:silver; color:arsenic" align="right"| '''Status: '''
| style="background:silver; color:arsenic" align="right"| '''Status: '''
||{{{9}}}
|{{{9|}}}
|-
|-
| style="background:silver; color:arsenic" align="right"| '''Start Date: '''
| style="background:silver; color:arsenic" align="right"| '''Start Date: '''
||[[DxStartDate::{{{10}}}]]
|{{{10|}}}
|-
|-
| style="background:silver; color:arsenic" align="right"| '''Stop Date: '''
| style="background:silver; color:arsenic" align="right"| '''Stop Date: '''
||[[DxStopDate::{{{11}}}]]
|{{{11|}}}
|}
|}
[[Category:Diagnosis Coding]] [[Category:{{{1}}}]]  
[[Category:Diagnosis Coding]]
 
[[Category:{{{1}}}]]
<noinclude>  
<noinclude>  
The previous line will add every diagnosis to a category with name of applicable organ system.
The previous line will add every diagnosis to a category with name of applicable organ system.
Line 40: Line 42:


This template implements a standard Diagnosis Table and is to be used in the top right corner of all diagnoses.  
This template implements a standard Diagnosis Table and is to be used in the top right corner of all diagnoses.  
This template's DX code field is inconsistently used, and the dates are often not added, so we won't be able to use this with SMW as is.


==Parameter 1, 2, 3 - DX identifier==
==Parameter 1, 2, 3 - DX identifier==

Revision as of 10:25, 23 July 2015

Category/Organ
System:
[[:Category:|]]
Type:
Main Diagnosis:
Sub Diagnosis:
Diagnosis Code:
Comorbid Code:
Comorbid Points:
Program:
Status:
Start Date:
Stop Date:

[[Category:{{{1}}}]]

The previous line will add every diagnosis to a category with name of applicable organ system.


This template implements a standard Diagnosis Table and is to be used in the top right corner of all diagnoses.

Parameter 1, 2, 3 - DX identifier

  • 1 - Organ System (Respiratory, Cardiovascular,
  • 2 - Type: Surgical Procedure, Diagnostic procedure, Medical Problem
  • 3 - Main Diagnosis
  • 4 - Sub diagnosis
  • 5 - diagnosis code - As written in the s_alldiagnoses
  • 6 - Comorbid Code - Yes or No
  • 7 - Comorbid Points - 0 to 6

Parameter 8: Program

Possible values for Program are "Medicine", "Critical Care" or "Critical Care and Medicine".

Parameter 9 - status

Possible values for Status are "Currently Collected" or "Legacy".

Parameter 10, 11 - start and stop date

  • 10 - start date
  • 11 - stop date

To facilitate its use, enter

{{subst:Dx_tag_maker}}

at the beginning of your diagnosis and save. It will generate the code to call this template with meaningful placeholders.