Encounter processing
Jump to navigation
Jump to search
Encounter processing in CFE to do two things:
- records Multiple Encounters in L Person table
- records Continuous Stays in L Hospitalization
What happens
"Generate Person IDs" on Main Page starts a process that populates L_Person table. This will generate Person IDs for all records in L_Log that have a PHIN and are not incomplete.
Discussion Result L_Hospitalization table is not being processed. We originally planned to use it, but now that we have unique identifier Visit Admit DtTm we probably don't need it. However it has room for hospital admission time, discharge time and disposition, which are still things we would like to collect one day. So, for now we decided to keep the table.
Related Articles
Related articles: |