OBJECT
Policy
A policy
link GraphQL Schema definition
- type Policy {
- # Benefits associated with policy
- Benefit!] : [
- # Call reference information associated with this policy
- CallReference :
- # Returns a list of errors associated with the policy after doing a Change Health
- # Insurance Eligibility Check
- ClaimEligibilityCheckErrors!] : [
- # CPT codes authorized for this policy
- CptCodesPolicy!] : [
- # Date policy becomes inactive
- String :
- # Date policy becomes active
- String :
- # policy group num
- String :
- # policy holder address
- String :
- # policy holder dob, required
- String :
- # holder first name
- String :
- # holder gender
- String :
- # holder last name
- String :
- # The address of the holder
- Location :
- # holder location id
- String :
- # holder middle initial
- String :
- # policy holder name
- String :
- # holder phone number
- String :
- # policy holder relationship, required
- String :
- # ICD codes authorized for this policy
- IcdCodesPolicy!] : [
- # The unique identifier of the policy
- ID! :
- # Insurance authorization (eligibility) associated with policy
- InsuranceAuthorizationType :
- # True if insurance authorization is required
- Boolean :
- # Document Id of insurance card image(back)
- String :
- # Document Id of insurance card image(front)
- String :
- # The insurance plan
- InsurancePlan :
- # policy plan id, required
- String :
- # The last automated eligibility check run for this policy.
- ClaimEligibilityCheck :
- # The name of the policy
- String :
- # Notes in client profile recorded by provider user
- String :
- # policy num, required
- String :
- # The address of the insurance plan
- Location :
- # payer locatoin id
- String :
- # policy phone number
- String :
- # Priority of policy for client (primary, secondary, or inactive)
- String :
- # Referral added to this policy. Optional field that should not be nil if
- # referral_required is true
- Referral :
- # True if referral is required for policy
- Boolean :
- # Same as client adddress toggle
- Boolean :
- # Insurance plan type?
- String :
- # Date policy was last updated
- String :
- # Owner of this policy
- User :
- # user id, required
- ID :
- }