Trach Task: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
m (clean up)
m (m)
Line 1: Line 1:
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.  
The trach [[tasks | task]] encodes whether or not a '''medicine''' patient has a tracheostomy. It is stored in the Diagnosis tab in [[ccmdb.mdb]] because that is the only way we could store it when we started to collect it.  


== Instructions ==
== Instructions ==

Revision as of 19:10, 2014 November 17

The trach task encodes whether or not a medicine patient has a tracheostomy. It is stored in the Diagnosis tab in ccmdb.mdb 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.