Skip to main content

claim_rx_workers_comp_employer

Employer information related to workers' compensation for RX claims

Checks:
  • claim_rx_workers_comp_employer_check - ((name <> ''::text) OR (address_id IS NOT NULL) OR (phone_id IS NOT NULL) OR (contact_name <> ''::text))
Foreign Keys:Indexes:
  • claim_rx_workers_comp_employer_address_id_idx - address_id
  • claim_rx_workers_comp_employer_claim_id_idx - claim_id
  • claim_rx_workers_comp_employer_phone_id_idx - phone_id
ColumnData TypeNullableIndexedDescription
claim_idbigintNoYesLinks to the claim record

Generated through expression: 
nametextNoNoName of the employer (from NCPDP 315-CF)

Generated through expression: 
address_idbigintYesYesEmployer address (from NCPDP 316-CG [street address], 317-CH [city], 318-CI [state], 319-CJ [ZIP])

Generated through expression: 
phone_idbigintYesYesEmployer phone number (from NCPDP 320-CK)

Generated through expression: 
contact_nametextNoNoPrimary contact for the employer (from NCPDP 321-CL)

Generated through expression: