Generate Person IDs: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
m links
m links
Line 1: Line 1:
"Generate Person IDs" is the process by which unique Person IDs are generated in [[L Person]] and associated with the ward-admission records in [[centralized_data.mdb]]. It also refers to the button "Generate Person IDs" in [[CFE]].
"Generate Person IDs" is the process by which unique Person IDs are generated in [[L Person table]] and associated with the ward-admission records in [[centralized_data.mdb]]. It also refers to the button "Generate Person IDs" in [[CFE]].


Related to [[Encounter processing]] and [[L Person]].
Related to [[Encounter processing]] and [[L Person person]].


== Instructions ==
== Instructions ==
Line 13: Line 13:
== algorithm summary ==
== algorithm summary ==
'' see encounter_processing module Sub Encounter_processor() for most current implementation
'' see encounter_processing module Sub Encounter_processor() for most current implementation
See also [[Encounter Processing]]


*clean out inconsistent data
*clean out inconsistent data

Revision as of 12:26, 18 September 2017

"Generate Person IDs" is the process by which unique Person IDs are generated in L Person table and associated with the ward-admission records in centralized_data.mdb. It also refers to the button "Generate Person IDs" in CFE.

Related to Encounter processing and L Person person.

Instructions

At the right point in Centralized data Vetting Process (and only then) press the "Generate Person IDs" button.

Proceed as instructed in Centralized data Vetting Process.

Correcting Person_IDs

see Correcting Person IDs

algorithm summary

see encounter_processing module Sub Encounter_processor() for most current implementation

We don't have process to populate L_Hospitalization worked out yet. Template:Discussion

Consistency of Person_ID over time

Once generated the Person_ID for new entries with same PHIN would be the same for new encounters.

If data becomes inconsistent (eg for some reason two Person_IDs for same PHIN, L_Person table entry without corresponding L_Log entry, L_Log.Person_ID without correspoinding L_Person table entry) the old data will be cleaned out and the records will be treated as if newly encountered patients.

Tina discussed with Julie that this will affect previously given out data, and we will address by giving out fresh data as a set including the old where linking is necessary. 17:15, 2015 April 1 (CDT)

Related Articles

Related articles: