Recommendation
A Care Plan Recommendation
Fields
care_plan_recommendation_category
· CarePlanRecommendationCategory
· The category of the recommendation recommendation_body
· String
· Recommendation text recommendation_type
· String
· The type of recommendation (1)Activity, (2)Nutrition, (3)Supplement, (4)Other sanitized_body
· String
· Sanitized recommendation_body Used By
Definition
"""A Care Plan Recommendation"""type Recommendation { """ The category of the recommendation """ care_plan_recommendation_category: CarePlanRecommendationCategory
""" 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}