L Person table: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) m Ttenbergen moved page L Person to L Person table without leaving a redirect: consistency |
Ttenbergen (talk | contribs) m integration |
||
Line 5: | Line 5: | ||
L_Hospitalization is populated as part of [[Encounter processing]]. | L_Hospitalization is populated as part of [[Encounter processing]]. | ||
== | == Data Structure == | ||
{| class="wikitable sortable" | |||
|- | |||
!| field | |||
!| type | |||
!| description | |||
|- | |||
|| '''Person_ID''' || text || [[Person_ID field]] | |||
|- | |||
|| '''Death''' || date || date of death a per [[where does this come from?]] {{discussion}} date of death as acquired from [[PCH data]] when we get that set up | |||
|- | |||
|| '''Last_update''' || date || last time the record was updated by [[what process]]{{discussion}} date that gets set to "now" whenever a new bit of info is found for the corresponding patient | |||
|} | |||
[[Category: Data structure]] | [[Category: Data structure]] | ||
[[Category:Multiple Encounter]] | [[Category:Multiple Encounter]] | ||
[[Category:L Table]] | [[Category:L Table]] |
Revision as of 12:07, 2017 September 18
L_Person is a table in Centralized_data.mdb used to record the concept of Multiple Encounter.
There can be multiple records in table L_Person for each entry in table L_Log.
L_Hospitalization is populated as part of Encounter processing.
Data Structure
field | type | description |
---|---|---|
Person_ID | text | Person_ID field |
Death | date | date of death a per where does this come from? Template:Discussion date of death as acquired from PCH data when we get that set up |
Last_update | date | last time the record was updated by what processTemplate:Discussion date that gets set to "now" whenever a new bit of info is found for the corresponding patient |