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. plan_status
· String
· The retrieved plan status 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}