The insurance_data table contains information about a patient's insurance coverage.


Field NameDescription
typeDescribes the type of the insurance, i.e. primary or secondary.
providerInsurance provider.
plan_nameName of the insurance plan.
policy_numberUnique insurance policy number.
subscriber_fnamePatient's first name.
subscriber_mnamePatient's middle name.
subscriber_lname

Patient's last name.

subscriber_relationshipPatients relationship with the insurance holder.
dateStart date of the insurance policy.
pidPatient identification number.
date1End date of the insurance policy.
facilityName of the facility to which the policy applies.
created_onDate when the policy was created.
created_byIdentification number of the user that created the insurance record.
modified_onDate when the insurance record was last modified.
modified_byIdentifier for the user that modified the record.
  • No labels