OBJECT

Recommendation

A Care Plan Recommendation

link GraphQL Schema definition

  • type Recommendation {
  • # The unique identifier of the recommendation
  • id: ID!
  • # Recommendation text
  • recommendation_body: String
  • # The type of recommendation (1)Activity, (2)Nutrition, (3)Supplement, (4)Other
  • recommendation_type: String
  • # Sanitized recommendation_body
  • sanitized_body: String
  • }