prs_sor_persons

Titleprs_sor_persons
TypeStandardized
DescriptionSOR Person (1 per person per SOR)
ColumnFormatNullable?DescriptionDefinitionComments
record_idinteger, primary keyNo  (warning) This should really be id
date_of_birthdate Date of birth for this person according to SOR Need not be same as validity but (warning) validity is not implemented
genderinteger Gender of this person according to SOR
  • F: Female
  • M: Male
 
person_idinteger, foreign key Calculated Person this SOR Person has been reconciled toprc_persons:idThis column is basically a "reverse key" that is populated after the corresponding prc_person record is created/determined
idvarchar(255)    
source_sor_idvarchar(255), (warning) should be integer, foreign keyNoSource SOR for this SOR Personprd_system_of_record:id (question) 
ssnvarchar(9) US Social Security Number (warning) This column needs to be refactored for better international support