ProviderAcceptedInsurancePlanType
Insurance plan accepted by a provider
Fields
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!}