Skip to content

ClaimPolicy

Frozen policy data from a submitted claim snapshot

Fields

group_number · String · Group number
holder · ClaimPolicyHolder · Insurance subscriber (policyholder)
id · ID · Policy ID
insurance_plan · ClaimInsurancePlan · Insurance plan at time of submission
member_id · String · Member ID
name · String · Policy name
payer_location · ClaimLocation · Insurance company address at time of submission
policy_phone_number · String · Insurance company phone number
type_string · String · Policy type (e.g. Commercial, Medicare)

Used By

Definition

"""
Frozen policy data from a submitted claim snapshot
"""
type ClaimPolicy {
"""
Group number
"""
group_number: String
"""
Insurance subscriber (policyholder)
"""
holder: ClaimPolicyHolder
"""
Policy ID
"""
id: ID
"""
Insurance plan at time of submission
"""
insurance_plan: ClaimInsurancePlan
"""
Member ID
"""
member_id: String
"""
Policy name
"""
name: String
"""
Insurance company address at time of submission
"""
payer_location: ClaimLocation
"""
Insurance company phone number
"""
policy_phone_number: String
"""
Policy priority
"""
priority_type: ClaimPolicyPriority
"""
Policy type (e.g. Commercial, Medicare)
"""
type_string: String
}