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 - JSON Representation

Active as of 2026-02-11

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "GetScheduleContext",
  "text" : {
    "status" : "generated",
    "div" : "<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>\n</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>\n</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>\n</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>\n</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.\nThe Bundle SHALL conform to the WofConnectScheduleContextOperationResponse profile.</p>\n</div></td></tr></table></div>"
  },
  "url" : "http://canonical.fhir.link/servicewell/wof-connect/OperationDefinition/GetScheduleContext",
  "version" : "0.1.1",
  "name" : "GetScheduleContext",
  "title" : "Get Schedule Context",
  "status" : "active",
  "kind" : "operation",
  "date" : "2026-02-11T12:21:17+00:00",
  "publisher" : "Service Well AB",
  "contact" : [
    {
      "name" : "Service Well AB",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://servicewell.se"
        },
        {
          "system" : "email",
          "value" : "info@servicewell.se"
        }
      ]
    }
  ],
  "description" : "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" : false,
  "code" : "get-schedule-context",
  "resource" : [
    "Schedule"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "outputProfile" : "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-schedule-context-operation-response",
  "parameter" : [
    {
      "name" : "period-start",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Start of the requested time period (used for Slots and filtering scheduled context).",
      "type" : "dateTime"
    },
    {
      "name" : "period-end",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "End of the requested time period.",
      "type" : "dateTime"
    },
    {
      "name" : "healthcare-service",
      "use" : "in",
      "min" : 0,
      "max" : "*",
      "documentation" : "Restrict the query to specific HealthcareService resources.",
      "type" : "Reference",
      "targetProfile" : [
        🔗 "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-healthcareservice"
      ]
    },
    {
      "name" : "actor",
      "use" : "in",
      "min" : 0,
      "max" : "*",
      "documentation" : "Filter on specific actors referenced by Schedule.actor.",
      "type" : "Reference",
      "targetProfile" : [
        🔗 "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-practitionerrole"🔗 ,
        "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-practitioner"🔗 ,
        "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-economyorganization"
      ]
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "A Bundle containing Schedule, Slot, Actor, and ActivityDefinition resources that are actually scheduled within the requested period.\nThe Bundle SHALL conform to the WofConnectScheduleContextOperationResponse profile.",
      "type" : "Bundle"
    }
  ]
}