Generate Person IDs: Difference between revisions
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) |
||
| Line 12: | Line 12: | ||
== algorithm summary == | == algorithm summary == | ||
{{Collapsable | |||
| always= collapsed so it doesn't look like steps the [[Data processor]] needs to do. | |||
| full= | |||
'' see encounter_processing module Sub Encounter_processor() for most current implementation | '' see encounter_processing module Sub Encounter_processor() for most current implementation | ||
| Line 26: | Line 29: | ||
*** add [[Person_ID]] to [[L_Log table]] | *** add [[Person_ID]] to [[L_Log table]] | ||
*** update last_updated and death in [[L_Person table]] | *** update last_updated and death in [[L_Person table]] | ||
}} | |||
{{DT |We don't have process to populate [[L_Hospitalization]] worked out yet.}} | {{DT |We don't have process to populate [[L_Hospitalization]] worked out yet.}} | ||
Revision as of 23:39, 6 February 2019
"Generate Person IDs" is the step during Centralized data Vetting 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 table.
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
algorithm summary
| collapsed so it doesn't look like steps the Data processor needs to do. |
|
see encounter_processing module Sub Encounter_processor() for most current implementation
|
|
We don't have process to populate L_Hospitalization worked out yet. |
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.
Related Articles
| Related articles: |