Trach Task: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
m (clean up)
Line 1: Line 1:
Task items replaced iTISS as a sampler of specific "nursing workload" items that the medicine program continues to track as QA indicators.
The Trach Task encodes whether a '''medicine''' patient has a tracheostomy or not. It is stored in the Diagnosis tab because that is the only way we could store it when we started to collect it.  


These items are included in: [[S_AllDiagnoses]] table which can be found in [[CCMDB.mdb]].
== Instructions ==
 
Medicine patients have lines created automatically under the diagnosis tab. The one for this element needs to be changed to one of the following:  
== Trach Task ==
Possible entries for '''Tracheostomy''' task:  
*[[100100 -  Trach None]]   
*[[100100 -  Trach None]]   
*[[100101 -  Trach Acute]]-1st 48 hrs (new trach)
*[[100101 -  Trach Acute]]-1st 48 hrs (new trach)
Line 19: Line 17:
** trach dx (774*) acquired exists and <> task (acute) 101
** trach dx (774*) acquired exists and <> task (acute) 101


== Data Structure ==
the list of options is in [[S_AllDiagnoses]] and the actual data is stored in [[L_Dxs]].
== Legacy ==
Task items replaced [[iTISS]] sometime in 2006.


[[Category: Task Elements]]
[[Category: Task Elements]]

Revision as of 18:27, 2014 November 17

The Trach Task encodes whether a medicine patient has a tracheostomy or not. It is stored in the Diagnosis tab because that is the only way we could store it when we started to collect it.

Instructions

Medicine patients have lines created automatically under the diagnosis tab. The one for this element needs to be changed to one of the following:

Template:Data Integrity Checks

Template:CCMDB Data Integrity Checks

  • Wrong if
    • trach task chronic (102) and <> trach dx admit
    • trach task acute (101) and <> trach dx (any)
    • trach dx (774*) admit exists and <> task (any) 101 or 102
    • trach dx (774*) acquired exists and <> task (acute) 101

Data Structure

the list of options is in S_AllDiagnoses and the actual data is stored in L_Dxs.

Legacy

Task items replaced iTISS sometime in 2006.