Processing errors in patient data: Difference between revisions
Ttenbergen (talk | contribs) m Text replacement - "[[Category: " to "[[Category:" |
|||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
Errors or inconsistencies may be discovered during many of our [[#Quality control processes that might detect errors]]. This article describes how to process them. | Errors or inconsistencies may be discovered during many of our [[#Quality control processes that might detect errors]]. This article describes how to process them. | ||
| Line 19: | Line 16: | ||
** This will set the [[RecordStatus field]] to "questioned" for "sent" and exempt it from [["Vet all sent" button | being vetted]]. | ** This will set the [[RecordStatus field]] to "questioned" for "sent" and exempt it from [["Vet all sent" button | being vetted]]. | ||
{{ | {{TT | _dev_CFE | ||
Automate the populating of notes so button just does it. | |||
* raise an input box for a summary, if gets content put data and content into Notes, else put nothing.}} | * raise an input box for a summary, if gets content put data and content into Notes, else put nothing.}} | ||
| Line 36: | Line 34: | ||
== False Positives or known errors == | == False Positives or known errors == | ||
If a query finds an error and review of the data shows that the data is correct then consider if this is a query that is can have false positives (e.g. visitAdmitDtTms that are really close together) or that should never have false positives (e.g. died and then | If a query finds an error and review of the data shows that the data is correct then consider if this is a query that is can have false positives (e.g. visitAdmitDtTms that are really close together) or that should never have false positives (e.g. died and then readmitted). | ||
* if can have false positives then treat as [[Known data errors]] | |||
* if cannot have false positives then discuss problem with Tina or Herman to correct the query; '''don't''' treat as [[Known data errors]] | |||
== Quality control processes that might detect errors == | == Quality control processes that might detect errors == | ||
| Line 50: | Line 48: | ||
[[Category: Data Processing]] | [[Category:Data Processing]] | ||