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

: Get Schedule Context - XML Representation

Active as of 2026-02-11

Raw xml | Download


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="GetScheduleContext"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition GetScheduleContext</b></p><a name="GetScheduleContext"> </a><a name="hcGetScheduleContext"> </a><p>URL: [base]/Schedule/$get-schedule-context</p><p>Output parameters Profile:<a href="StructureDefinition-wof-connect-schedule-context-operation-response.html">WOF Connect GetScheduleContext Operation Response</a></p><h3>Parameters</h3><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>period-start</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#dateTime">dateTime</a></td><td/><td><div><p>Start of the requested time period (used for Slots and filtering scheduled context).</p>
</div></td></tr><tr><td>IN</td><td>period-end</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#dateTime">dateTime</a></td><td/><td><div><p>End of the requested time period.</p>
</div></td></tr><tr><td>IN</td><td>healthcare-service</td><td/><td>0..*</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a> (<a href="StructureDefinition-wof-connect-healthcareservice.html" title="http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-healthcareservice">Wof Connect HealthcareService</a>)</td><td/><td><div><p>Restrict the query to specific HealthcareService resources.</p>
</div></td></tr><tr><td>IN</td><td>actor</td><td/><td>0..*</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a> (<a href="StructureDefinition-wof-connect-practitionerrole.html" title="http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-practitionerrole">Wof Connect PractitionerRole</a>, <a href="StructureDefinition-wof-connect-practitioner.html" title="http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-practitioner">Wof Connect Practitioner</a>, <a href="StructureDefinition-wof-connect-economyorganization.html" title="http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-economyorganization">Wof Connect Economy Organization</a>)</td><td/><td><div><p>Filter on specific actors referenced by Schedule.actor.</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>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.</p>
</div></td></tr></table></div>
  </text>
  <url
       value="http://canonical.fhir.link/servicewell/wof-connect/OperationDefinition/GetScheduleContext"/>
  <version value="0.1.1"/>
  <name value="GetScheduleContext"/>
  <title value="Get Schedule Context"/>
  <status value="active"/>
  <kind value="operation"/>
  <date value="2026-02-11T12:21:17+00:00"/>
  <publisher value="Service Well AB"/>
  <contact>
    <name value="Service Well AB"/>
    <telecom>
      <system value="url"/>
      <value value="https://servicewell.se"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="info@servicewell.se"/>
    </telecom>
  </contact>
  <description
               value="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."/>
  <affectsState value="false"/>
  <code value="get-schedule-context"/>
  <resource value="Schedule"/>
  <system value="false"/>
  <type value="true"/>
  <instance value="false"/>
  <outputProfile
                 value="http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-schedule-context-operation-response"/>
  <parameter>
    <name value="period-start"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="Start of the requested time period (used for Slots and filtering scheduled context)."/>
    <type value="dateTime"/>
  </parameter>
  <parameter>
    <name value="period-end"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation value="End of the requested time period."/>
    <type value="dateTime"/>
  </parameter>
  <parameter>
    <name value="healthcare-service"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <documentation
                   value="Restrict the query to specific HealthcareService resources."/>
    <type value="Reference"/>
    <targetProfile
                   value="http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-healthcareservice"/>
  </parameter>
  <parameter>
    <name value="actor"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <documentation
                   value="Filter on specific actors referenced by Schedule.actor."/>
    <type value="Reference"/>
    <targetProfile
                   value="http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-practitionerrole"/>
    <targetProfile
                   value="http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-practitioner"/>
    <targetProfile
                   value="http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-economyorganization"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="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."/>
    <type value="Bundle"/>
  </parameter>
</OperationDefinition>