Recommendation
A Care Plan Recommendation
Fields
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 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}