Schedule Recurring Home Visit Action
Create a set of recurring home healthcare visits and assign service
resources to them based on the specified scheduling policy.
This action is available in API version 58.0 and later.
Special Access Rules
The Schedule Recurring Home Visit action is available in Enterprise and Unlimited Editions with Health Cloud enabled with the Home Health setting.
Supported REST HTTP Methods
- URI
- /services/data/v66.0/actions/standard/scheduleRecurringHomeVisit
- Formats
- JSON, XML
- HTTP Methods
- POST
- Authentication
- Authorization: Bearer token
Inputs
Outputs
| Output | Details |
|---|---|
| careServiceVisitPlanId |
|
| serviceAppointmentId |
|
Example
- POST
-
This sample request is for the Schedule Recurring Home Visit action.
1{ 2 "inputs": [ 3 { 4 "schedulingPolicyId":"a0cSG0000002RlxxAE", 5 "firstVisitStartDateTime":"2024-07-14T07:00:00.000Z", 6 "firstVisitStartEndTime" : "2024-07-15T07:00:00.000Z", 7 "visitsRequired" : 2, 8 "frequencyType" : "DAILY", 9 "selectedDays" : "Monday, Thursday", 10 "clinicalServiceRequestId": "0jySG0000000VFxxAM", 11 "skillsIdList": ["0C5xx0000004C92, 0C5xx0000004C93"], 12 "operatingHoursId": "0OHxx0000004CKKGA2", 13 "accountId": "001SG00000LNllxxAT", 14 "serviceTerritoryId": "0HxxG00000047xN0AQ", 15 "firstCareResourceSkillsIdsList": [0D2xx0000008DC91, 0D2xx0000008DC91], 16 "secondCareResourceSkillsIdsList": [0P5xx0000004F16, 0P5xx0000004F16], 17 "careResourceCount" : 1, 18 "workTypeIdsList": ["08qSG0000002b1xxAA"], 19 "visitSourceId": ["0Q0SG000000821R0xx"] 20 } 21 ] 22}This sample response is for the Schedule Recurring Home Visit action.
1[ { 2 "actionName" : "scheduleRecurringHomeVisit", 3 "errors" : null, 4 "isSuccess" : true, 5 "outputValues" : { 6 "careServiceVisitPlanId": "0qExx00000000WHEAY" 7 "serviceAppointmentId": "0bZxx00000000yKEDB" 8 }, 9 "version" : 1 10} ]