|
|
(56 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
| Important Quality Checks for TISS are as following. Data collectors are responsible for these.
| | __TOC__ |
| | This is a list of all Checks in [[:Category:TISS28 check]], with summaries and any discussions currently in those pages. |
|
| |
|
| == Dates == | | ==Currently Active Checks == |
| * numbers in the date boxes must be '''consecutive'''
| | {{#cargo_query: |
| | tables=DataIntegrityChecks,Discussions,_pageData |
| | |join on=DataIntegrityChecks._pageName=_pageData._pageName,DataIntegrityChecks._pageName=Discussions._pageName |
| | |fields= |
| | CONCAT("\[\{\{fullurl:",DataIntegrityChecks._pageName, "{{!}}action=edit\}\} edit]")=edit, |
| | DataIntegrityChecks._pageName=page, App, Status, Timing, Firmness, Summary, question, who |
| | |where=_pageData._categories HOLDS 'TISS28 check' and (Status<>"retired" and Status<>"declined") |
| | |order by=question |
| | |limit=1000 |
| | |offset=some number |
| | |default=Nothing found |
| | |format=dynamic table |
| | |rows per page=1000 |
| | }} |
|
| |
|
| == [[TISS76-2 hour rule]] stuff == | | ==All Checks == |
| * IF ADMITTED between 2200 & 2400hr is Y then the first DATE should be Admit Date + 1 .
| | {{#cargo_query: |
| ** Example. Admit date=May1 then first DATE = 2
| | tables=DataIntegrityChecks,Discussions,_pageData |
| | |join on=DataIntegrityChecks._pageName=_pageData._pageName,DataIntegrityChecks._pageName=Discussions._pageName |
| | |fields= |
| | CONCAT("\[\{\{fullurl:",DataIntegrityChecks._pageName, "{{!}}action=edit\}\} edit]")=edit, |
| | DataIntegrityChecks._pageName=page, App, Status, Timing, Firmness, Summary, question, who |
| | |where=_pageData._categories HOLDS 'TISS28 check' |
| | |order by=question |
| | |limit=0 |
| | |more results text=see all checks |
| | |offset=some number |
| | |default=Nothing found |
| | |format=dynamic table |
| | |rows per page=1000 |
| | }} |
|
| |
|
| * IF DISCHARGED between 0001 & 0200hr is Y then the last DATE should be Discharged Date - 1.
| | == Related articles == |
| **Example. Disch Date=May8 then last DATE = 7
| | {{Related Articles}} |
|
| |
|
| *IF both 'ADMITTED between' and 'DISCHARGED between' are and
| |
| *# LOS < 1day, then fill up only one DATE
| |
| *#* Example. Admit=May1 Disch=May2 then first DATE=either 1 or 2 whichever has the longer time (#col= 1 )
| |
| *# LOS >1day then fill up the first DATE as Admit date+1 and the last DATE as Discharged Date - 1
| |
| *#* Example1. Admit=May1 Disch=May3 then first DATE=2 (# col=1)
| |
| *#* Example2. Admit=May1 Disch=May4 then first DATE=2, last DATE=3 (# cols=2)
| |
|
| |
|
| * If '''both not''' 'ADMITTED between' and 'DISCHARGED between', then the first DATE should be the Admit Date and the last DATE should be the Discharge Date
| | [[Category:TISS28 check]] |
| ** Example1. Admit=May1 Disch=May2 then first DATE=1, last DATE=2 (# cols=2)
| | [[Category:TISS28]] |
| ** Example2. Admit=May1 Disch=May3 then first DATE=1, last DATE=3 (# cols=3)
| | [[Category:Data Collection Guide]] |
| | |
| == Always at least one circle marked ==
| |
| There should be at least one circle filled-up on each DATE unless the NO TREATMENT box is marked.
| |
| | |
| == No Treatment/Day pass ==
| |
| Should only be shaded if there is no treatment/procedure made on '''that date'''.
| |
| | |
| == [[Black blobbing]] ==
| |
| | |
| == Correcting mistakes ==
| |
| If made a mistake, cross out (X) the erroneous circle(s), shade the correct circle(s) and put an X on the square box at the end of the row where the correction was done.
| |
| | |
| If all entries in a row are correct, do not put any mark on the square box.
| |
| | |
| == Keep the form number clean ==
| |
| The bottom right corner must be kept clean and unmarked (ie. no lines or characters overwriting the number). The number is by [[Teleform]] (the form scanning tool) to identify the form and if it is unreadable, the form will not import right.
| |
| | |
| == move to TISS28 ==
| |
| I am putting this into the TISS28 category as well since most of these will still apply. We will need to make sure we clean out the ones that no longer do. We will need to go through the category anyways upon change, so this should be caught then.{{discussion}}
| |
| | |
| [[Category: TISS28]] | |
| [[Category: TISS76]] | |
| [[Category: TISS76 Checks]]
| |
| [[Category: Data Processing]] | |