Skip to main content

coordination_of_benefits_subscriber

Contains unique subscriber details for coordination of benefits

Primary Key:Checks:
  • coordination_of_benefits_subscriber_check - ((member_identification_code <> ''::text) OR (individual_health_identifier <> ''::text) OR (member_ssn <> ''::text))
  • coordination_of_benefits_subscriber_name_first_check - (name_first = upper(name_first))
  • coordination_of_benefits_subscriber_name_last_check - ((name_last = upper(name_last)) AND (name_last <> ''::text))
  • coordination_of_benefits_subscriber_name_middle_check - (name_middle = upper(name_middle))
  • coordination_of_benefits_subscriber_name_prefix_check - (name_prefix = upper(name_prefix))
  • coordination_of_benefits_subscriber_name_suffix_check - (name_suffix = upper(name_suffix))
Foreign Keys:Indexes:
ColumnData TypeNullableIndexedDescription
coordination_of_benefits_subscriber_idbigintNoYes-

Generated through expression: 
name_lasttextNoYesLast name (From NM103 / HCFA item 9)

Generated through expression: 
name_firsttextNoYesFirst / given name (From NM104 / HCFA item 9)

Generated through expression: 
name_middletextNoYesMiddle name (From NM105 / HCFA item 9)

Generated through expression: 
name_prefixtextNoYesPrefix to the name (From NM106)

Generated through expression: 
name_suffixtextNoYesSuffix to the name (From NM107)

Generated through expression: 
primary_id_qualifieridentification_typeYesNoData type of the primary identification code (From NM108)

Generated through expression: 
member_identification_codetextNoYesMember identifier (From NM109 code MI [837 claim])

Generated through expression: 
individual_health_identifiertextNoYesUnique Health Identifier for each individual in the United States (From NM109 code II)

Generated through expression: 
member_ssntextNoYesSocial Security Number (From NM109 code 34 or REF SY)

Generated through expression: 
address_idbigintYesYesAddress (From N3, N4)

Generated through expression: