ClientGUID field: Difference between revisions
Ttenbergen (talk | contribs) |
|||
Line 39: | Line 39: | ||
=== Data Processing improvements === | === Data Processing improvements === | ||
Having this field should further cut down on [[Pre-linking checks]], or at least on how many problems those find. | Having this field should further cut down on [[Pre-linking checks]], or at least on how many problems those find. | ||
{{discuss | who = | {{discuss | who = Tina | question = | ||
* Do you still see many errors in the [[Pre-linking checks]] now that we get our data from Cognos? [[User:Ttenbergen|Ttenbergen]] 09:49, 2022 March 24 (CDT) | * Do you still see many errors in the [[Pre-linking checks]] now that we get our data from Cognos? [[User:Ttenbergen|Ttenbergen]] 09:49, 2022 March 24 (CDT) | ||
* No even the assigning of Pseudo Phin. | * No even the assigning of Pseudo Phin. | ||
* Only this query [[PL_SamePHIN_Site_Diff_chart]] , I have few errors common for HSC assigned a temporary chart which starts to 300 number but patient had already old chart number, another scenario old chart number but single admission nothing to compare with then have a current admission which is the correct one. | * Only this query [[PL_SamePHIN_Site_Diff_chart]] , I have few errors common for HSC assigned a temporary chart which starts to 300 number but patient had already old chart number, another scenario old chart number but single admission nothing to compare with then have a current admission which is the correct one. | ||
Line 47: | Line 47: | ||
[[User:PTorres|PTorres]] 14:08, 2022 March 24 (CDT) | [[User:PTorres|PTorres]] 14:08, 2022 March 24 (CDT) | ||
* Tina will need to integrate this answer. | |||
}} | |||
=== Backfilling === | === Backfilling === |
Revision as of 14:46, 24 March 2022
Data Element (edit) | |
Field Name: | ClientGUID |
CCMDB Label: | not stated |
CCMDB tab: | not stated |
Table: | Cognos_import3 table |
Data type: | string |
Length: | 16 |
Program: | Med and CC |
Created/Raw: | Raw |
Start Date: | 1988-07-11 |
End Date: | 2300-01-01 |
Sort Index: | |
Data Dependencies(Reports/Indicators/Data Elements): | No results |
The unique person identifier from Cognos.
Many patients don't have MB PHINs so we generate PseudoPHINs. I figured EPR must already solve this problem, and they use this field. We now get this as part of the Cognos data dump. If we set up the infrastructure to actually put this into patient records then we might be able to step away from the PseudoPhin process, and should have many fewer link errors.
![]() |
|
Implementation
This would likely replace Person ID field; Generate Person IDs would still need to be done to enter this into L_Person table.
![]() |
_ccmdb_data_dev, _ccmdb_dev
|
|
![]() |
|
Data Processing improvements
Having this field should further cut down on Pre-linking checks, or at least on how many problems those find.
![]() |
PTorres 14:08, 2022 March 24 (CDT)
|
Backfilling
I started discussion with DSS that we would like to eventually back-fill this data. So, for any MRN where we don't have a ClientGUID we would ask for it to be provided. Chances are ancient records won't have a ClientGUID; we could fill in our PHIN/PseudoPHIN for those.
Log
- 2022-03-24 - added field to Cognos_import3 table in CCMDB.accdb so the import can still work.