Skip to content

AcceptedInsurancePlan

Accepted Insurance Plan

Fields

id · ID! · required · Unique identifier of the plan
insurance_plan · InsurancePlan · Connected ICD Code Object

Used By

Definition

"""
Accepted Insurance Plan
"""
type AcceptedInsurancePlan {
"""
Unique identifier of the plan
"""
id: ID!
"""
Connected ICD Code Object
"""
insurance_plan: InsurancePlan
}