WOF Connect
0.1.3 - stable [WIP]

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

OperationDefinition: Get Schedule Context

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

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.