carePlans
Fetch paginated care plan collection
Arguments
patient_id
· ID
Returns
[CarePlan!]
Example
query carePlans( $patient_id: ID $template_search_keywords: String $templates_only: Boolean $order_by: CarePlanOrderKeys $sort_by: String $offset: Int $page_size: Int $after: Cursor) { carePlans( patient_id: $patient_id template_search_keywords: $template_search_keywords templates_only: $templates_only order_by: $order_by sort_by: $sort_by offset: $offset page_size: $page_size after: $after ) { assigned_to created_at creator cursor description documents feature_toggle goals group_plan_is_active_for_given_user has_users_with_real_emails id is_active is_group is_hidden is_template name patient recommendations updated_at user_group }}