Name | Description | Type | Additional information |
---|---|---|---|
CarePlanId |
ID of the care plan being created/edited |
globally unique identifier |
None. |
Activate |
If true, make this care plan version active (defaults to true) |
boolean |
None. |
Frequency |
Frequency the plan should be filled out (Daily = 0, Weekly = 1). If changing the Frequency of an existing plan which has instances, a new plan will be created and the old plan's active version will be deactivated. |
CarePlanFrequency |
None. |
Title |
Care Plan Title |
string |
None. |
RepeatsEvery |
Repeats Every N |
integer |
None. |
EndDate |
End on X date (null if no end date. If EndDate and EndCount are both null, never ends) |
date |
None. |
EndCount |
End after X occurrences (null if no end count. If EndDate and EndCount are both null, never ends) |
integer |
None. |
ReminderInterval |
Reminder N time before reset (if null, do not send a reminder) |
integer |
None. |
Questions |
list of questions for this care plan |
Collection of CarePlanQuestionEditModel |
None. |