WOF Connect📍
0.1.1 - ci-build [WIP]

WOF Connect📍, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/servicewell/servicewell.fhir.wof-connect/ and changes regularly. See the Directory of published versions

OperationDefinition: Get Schedule Context

Official URL: http://canonical.fhir.link/servicewell/wof-connect/OperationDefinition/GetScheduleContext Version: 0.1.1
Active as of 2026-02-11 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

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INperiod-start0..1dateTime

Start of the requested time period (used for Slots and filtering scheduled context).

INperiod-end0..1dateTime

End of the requested time period.

INhealthcare-service0..*Reference (Wof Connect HealthcareService)

Restrict the query to specific HealthcareService resources.

INactor0..*Reference (Wof Connect PractitionerRole, Wof Connect Practitioner, Wof Connect Economy Organization)

Filter on specific actors referenced by Schedule.actor.

OUTreturn1..1Bundle

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.