Check duplicate patient: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) |
Ttenbergen (talk | contribs) mNo edit summary |
||
Line 14: | Line 14: | ||
Duplicates of the following with overlapping [[Arrive DtTm]] / [[Dispo DtTm]]: | Duplicates of the following with overlapping [[Arrive DtTm]] / [[Dispo DtTm]]: | ||
* [[Chart number]] | * [[Chart number]] | ||
* [[PHIN]] | * [[PHIN]] (except 999999999 for [[PHIN_field#Location_Manitoba_and_no_PHIN]]) | ||
* combination of ([[DOB]], [[First Name]], [[Last Name]]) | * combination of ([[DOB]], [[First Name]], [[Last Name]]) | ||
== Related articles == | == Related articles == |
Revision as of 11:50, 25 September 2018
Data Integrity Checks | |
Summary: | there are no dupliate entries for the same patient ward admission on the laptop at send time |
Related: | [[PHIN, DOB, Chart number, First Name, Last Name]] |
Firmness: | hard check |
Timing: | always |
App: | CCMDB.mdb |
Coding: | functions has_multiples() and overlap() and query Check_pt_multiples |
Uses L Problem table: | not relevant for this app |
Status: | needs review |
Implementation Date: | date change was rolled out / first applied |
Backlogged: | true |
The same patient should not be on a laptop twice with overlapping Arrive DtTm / Dispo DtTm. If there is a patient like that you will get an error and you will not be able to send any patients.
Definition
Duplicates of the following with overlapping Arrive DtTm / Dispo DtTm:
- Chart number
- PHIN (except 999999999 for PHIN_field#Location_Manitoba_and_no_PHIN)
- combination of (DOB, First Name, Last Name)
Related articles
Related articles: |