Newer Version Available
Care Plan Template Associations Input
Input representation of the association of the care plan template
benefit and care plan template goal records with the care plan template.
- Root XML tag
- <CarePlanTemplateAssociationsInput>
- JSON example
-
1{ 2 "carePlanTemplateGoals": { 3 "records": [ 4 { 5 "goalDefinitionId": "1gdRN0000000006YAA", 6 "priority": "High" 7 }, 8 { 9 "goalDefinitionId": "1gdRN0000000001YAA", 10 "priority": "Medium" 11 }, 12 { 13 "goalDefinitionId": "1gdRN000000000GYAQ", 14 "priority": "Low" 15 } 16 ] 17 }, 18 "carePlanTemplateBenefits": { 19 "records": [ 20 { 21 "benefitId": "0jiRN000000000kYAA", 22 "priority": "High" 23 }, 24 { 25 "benefitId": "0jiRN000000000fYAA", 26 "priority": "Low" 27 } 28 ] 29 } 30} - Properties
-
Name Type Description Required or Optional Available Version carePlanTemplateBenefits Care Plan Template Benefit Input[] Represents a junction between a care plan template and a benefit. This object stores the benefit details of a care plan template. Optional 55.0 carePlanTemplateGoals Care Plan Template Goal Input[] Represents a junction between a care plan template and a goal definition. This object stores the goal details of a care plan template. Optional 55.0