Skip to content

carePlan

fetch a single care plan

Arguments

is_managing_templates · Boolean · Deprecated. Does nothing

Returns

CarePlan

Example

query carePlan($id: ID, $is_managing_templates: Boolean) {
carePlan(id: $id, is_managing_templates: $is_managing_templates) {
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
}
}