Newer Version Available
Care Plan Template
Input representation of the care plan template benefit and care plan
template goal records associated with the care plan template.
- JSON example
-
1{ 2 "carePlanTemplateBenefits": { 3 "records": [ 4 { 5 "associatedBenefit": { 6 "id": "0jiRN000000000pYAA", 7 "isActive": true, 8 "name": "Rehab benefit" 9 }, 10 "id": "1tbRN000000000VYAQ", 11 "priority": "Low" 12 }, 13 { 14 "associatedBenefit": { 15 "id": "0jiRN000000000fYAA", 16 "isActive": true, 17 "maximumAmount": 5000, 18 "name": "Meditation benefit" 19 }, 20 "id": "1tbRN0000000019YAA", 21 "priority": "Low" 22 } 23 ] 24 }, 25 "carePlanTemplateGoals": { 26 "records": [ 27 { 28 "associatedGoalDefinition": { 29 "id": "1gdRN0000000006YAA", 30 "name": "Career goal", 31 "status": "Active", 32 "type": "Individual" 33 }, 34 "id": "1tgRN000000001JYAQ", 35 "priority": "Low" 36 }, 37 { 38 "associatedGoalDefinition": { 39 "id": "1gdRN000000000GYAQ", 40 "name": "Goal with benefit", 41 "status": "Active", 42 "type": "Strategic" 43 }, 44 "id": "1tgRN0000000027YAA", 45 "priority": "Low" 46 } 47 ] 48 }, 49 "id": "1stRN0000000006YAA", 50 "name": "CPT 2", 51 "status": "Published" 52}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| associatedActionPlanTemplates | Action Plan Template List | List of the associated action plan template records. | Small, 56.0 | 56.0 |
| carePlanTemplateBenefits | Care Plan Template Benefit List | List the benefit details of a care plan template. | Small, 55.0 | 55.0 |
| carePlanTemplateGoals | Care Plan Template Goal List | List the goal details of a care plan template. | Small, 55.0 | 55.0 |
| id | String | ID of the care plan template record. | Small, 55.0 | 55.0 |
| name | String | Name of the care plan template record. | Small, 55.0 | 55.0 |
| status | String | Status of the care plan template record. | Small, 55.0 | 55.0 |