Skip to content

ProviderAcceptedInsurancePlanType

Insurance plan accepted by a provider

Fields

accepted_insurance_plan · AcceptedInsurancePlan! · required · The accepted insurance plan
id · ID! · required · The unique identifier of the provider accepted insurance plan
organization · Organization! · required · The associated organization
provider · User! · required · The provider assigned to the appointment request, if provided

Used By

Definition

"""
Insurance plan accepted by a provider
"""
type ProviderAcceptedInsurancePlanType {
"""
The accepted insurance plan
"""
accepted_insurance_plan: AcceptedInsurancePlan!
"""
The unique identifier of the provider accepted insurance plan
"""
id: ID!
"""
The associated organization
"""
organization: Organization!
"""
The provider assigned to the appointment request, if provided
"""
provider: User!
}