Skip to content

ClaimEligibilityCheck

Deprecated (use EligiblityCheck instead). A ChangeHealth eligibility check

Fields

control_number · String! · required · A string used to identify the eligibility check in the Change system.
created_at · String! · required · The time the eligibility check was run
id · ID! · required · The unique identifier of the check
plan_status · String · The retrieved plan status
policy · Policy · The policy associated with this check
policy_id · ID! · required · The ID of the associated policy
response · String · A JSON object containing the eligibility details

Used By

Definition

"""
Deprecated (use EligiblityCheck instead). A ChangeHealth eligibility check
"""
type ClaimEligibilityCheck {
"""
A string used to identify the eligibility check in the Change system.
"""
control_number: String!
"""
The time the eligibility check was run
"""
created_at: String!
"""
The unique identifier of the check
"""
id: ID!
"""
The retrieved plan status
"""
plan_status: String
"""
The policy associated with this check
"""
policy: Policy
"""
The ID of the associated policy
"""
policy_id: ID!
"""
A JSON object containing the eligibility details
"""
response: String
}