Policy
A policy
Fields
benefits
· [Benefit!]
· Benefits associated with policy call_reference
· CallReference
· Call reference information associated with this policy claim_eligibility_check_errors
· [ClaimEligibilityCheckErrors!]
· Returns a list of errors associated with the policy after doing a Change Health Insurance Eligibility Check coinsurance_value
· Int
· Value if insurance billing method is coinsurance copay_value
· Int
· Value (in cents) if insurance billing method is copay cpt_codes_policies
· [CptCodesPolicy!]
· CPT codes authorized for this policy dob_to_use
· String
· Holder's date of birth effective_end
· String
· Date policy becomes inactive effective_start
· String
· Date policy becomes active holder_address
· String
· policy holder address holder_dob
· String
· policy holder dob, required holder_first
· String
· holder first name holder_gender
· String
· holder gender holder_last
· String
· holder last name holder_location
· Location
· The address of the holder holder_location_id
· String
· holder location id holder_name
· String
· policy holder name holder_phone
· String
· holder phone number holder_relationship
· String
· policy holder relationship, required icd_codes_policies
· [IcdCodesPolicy!]
· ICD codes authorized for this policy insurance_authorization
· InsuranceAuthorizationType
· Insurance authorization (eligibility) associated with policy insurance_authorization_required
· Boolean
· True if insurance authorization is required insurance_billing_method
· String
· The insurance billing method for this policy (No billing method, Copay, Coinsurance, Unmet Deductible) insurance_card_back_id
· String
· Document Id of insurance card image(back) insurance_card_front_id
· String
· Document Id of insurance card image(front) insurance_plan
· InsurancePlan
· The insurance plan insurance_plan_id
· String
· policy plan id, required last_eligibility_check
· ClaimEligibilityCheck
· DEPRECATED. The last automated eligibility check run for this Change Health policy. deprecated
Use `latest_eligibility_check` insteadlatest_eligibility_check
· EligibilityCheck
· the most recent automated eligibility check run for this policy. payer_location
· Location
· The address of the insurance plan payer_location_id
· String
· payer location ID policy_phone_number
· String
· policy phone number priority_type
· String
· Priority of policy for client (primary, secondary, or inactive) referral_required
· Boolean
· True if referral is required for policy same_address_as_client
· Boolean
· Same as client address toggle type_string
· String
· Insurance plan type? updated_at
· String
· Date policy was last updated Used By
Definition
"""A policy"""type Policy { """ Benefits associated with policy """ benefits: [Benefit!]
""" Call reference information associated with this policy """ call_reference: CallReference
""" Returns a list of errors associated with the policy after doing a Change Health Insurance Eligibility Check """ claim_eligibility_check_errors: [ClaimEligibilityCheckErrors!]
""" Value if insurance billing method is coinsurance """ coinsurance_value: Int
""" Value (in cents) if insurance billing method is copay """ copay_value: Int
""" CPT codes authorized for this policy """ cpt_codes_policies: [CptCodesPolicy!]
""" Holder's date of birth """ dob_to_use: String
""" Date policy becomes inactive """ effective_end: String
""" Date policy becomes active """ effective_start: String
""" policy group num """ group_num: String
""" policy holder address """ holder_address: String
""" policy holder dob, required """ holder_dob: String
""" holder first name """ holder_first: String
""" holder gender """ holder_gender: String
""" holder last name """ holder_last: String
""" The address of the holder """ holder_location: Location
""" holder location id """ holder_location_id: String
""" holder middle initial """ holder_mi: String
""" policy holder name """ holder_name: String
""" holder phone number """ holder_phone: String
""" policy holder relationship, required """ holder_relationship: String
""" ICD codes authorized for this policy """ icd_codes_policies: [IcdCodesPolicy!]
""" The unique identifier of the policy """ id: ID!
""" Insurance authorization (eligibility) associated with policy """ insurance_authorization: InsuranceAuthorizationType
""" True if insurance authorization is required """ insurance_authorization_required: Boolean
""" The insurance billing method for this policy (No billing method, Copay, Coinsurance, Unmet Deductible) """ insurance_billing_method: String
""" Document Id of insurance card image(back) """ insurance_card_back_id: String
""" Document Id of insurance card image(front) """ insurance_card_front_id: String
""" The insurance plan """ insurance_plan: InsurancePlan
""" policy plan id, required """ insurance_plan_id: String
""" DEPRECATED. The last automated eligibility check run for this Change Health policy. """ last_eligibility_check: ClaimEligibilityCheck @deprecated(reason: "Use `latest_eligibility_check` instead")
""" the most recent automated eligibility check run for this policy. """ latest_eligibility_check: EligibilityCheck
""" The name of the policy """ name: String
""" Notes in client profile recorded by provider user """ notes: String
""" policy num, required """ num: String
""" The address of the insurance plan """ payer_location: Location
""" payer location ID """ payer_location_id: String
""" policy phone number """ policy_phone_number: String
""" Priority of policy for client (primary, secondary, or inactive) """ priority_type: String
""" Referral added to this policy. Optional field that should not be nil if referral_required is true """ referral: Referral
""" True if referral is required for policy """ referral_required: Boolean
""" Same as client address toggle """ same_address_as_client: Boolean
""" Insurance plan type? """ type_string: String
""" Date policy was last updated """ updated_at: String
""" Owner of this policy """ user: User
""" user id, required """ user_id: ID}