OBJECT

AcceptedInsurancePlan

Accepted Insurance Plan

link GraphQL Schema definition

  • type AcceptedInsurancePlan {
  • # Unique identifier of the plan
  • id: ID!
  • # Connected ICD Code Object
  • insurance_plan: InsurancePlan
  • }