OBJECT

FullscriptTreatmentPlanType

Fullscript Treatment Plan

link GraphQL Schema definition

  • type FullscriptTreatmentPlanType {
  • # Date the treatment plan was activated
  • activation_date: String
  • # The unique identifier of the plan
  • id: String!
  • # Number of times the plan has been ordered
  • ordered_count: Int
  • # Personal message from the practitioner
  • personal_message: String
  • # The name of the practitioner
  • practitioner_name: String
  • # The products recommended in the plan
  • recommendations: [FullscriptProductType!]
  • }