This page is part of the WOF Connect Implementation Guide (v0.1.3: Pre-Release Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
| Official URL: http://canonical.fhir.link/servicewell/wof-connect/OperationDefinition/GetScheduleContext | Version: 0.1.3 | |||
| Active as of 2026-04-02 | Computable Name: GetScheduleContext | |||
Returns a Bundle containing Schedule resources together with related actors and activity definitions for a given period. Only resources that are actually scheduled are included.
URL: [base]/Schedule/$get-schedule-context
Output parameters Profile:WOF Connect GetScheduleContext Operation Response
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | period-start | 0..1 | dateTime | Start of the requested time period (used for Slots and filtering scheduled context). | ||
| IN | period-end | 0..1 | dateTime | End of the requested time period. | ||
| IN | healthcare-service | 0..* | Reference (Wof Connect HealthcareService) | Restrict the query to specific HealthcareService resources. | ||
| IN | actor | 0..* | Reference (Wof Connect PractitionerRole, Wof Connect Practitioner, Wof Connect Economy Organization) | Filter on specific actors referenced by Schedule.actor. | ||
| OUT | return | 1..1 | Bundle | A Bundle containing Schedule, Slot, Actor, and ActivityDefinition resources that are actually scheduled within the requested period. The Bundle SHALL conform to the WofConnectScheduleContextOperationResponse profile. |