0.1.0 - ci-build
WofPortalIG, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 0.1.0 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-portal/ and changes regularly. See the Directory of published versions
| Official URL: https://canonical.fhir.link/servicewell/wof-portal/OperationDefinition/get-offers-context | Version: 0.1.0 | |||
| Active as of 2026-02-05 | Computable Name: GetOffersContext | |||
Read-oriented operation returning an enriched, profiled Bundle for fast content rendering. It may include ActivityDefinitionPortal, HealthcareServicePortal, PractitionerRolePortal and OfferPortal. It MUST NOT include Schedule, Slot, or bookable time slots.
URL: [base]/$getOffersContext
URL: [base]/ActivityDefinition/$getOffersContext
URL: [base]/ActivityDefinition/[id]/$getOffersContext
URL: [base]/HealthcareService/$getOffersContext
URL: [base]/HealthcareService/[id]/$getOffersContext
URL: [base]/PractitionerRole/$getOffersContext
URL: [base]/PractitionerRole/[id]/$getOffersContext
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | includeActivityDefinitionPortal | 0..1 | boolean | If true, the response Bundle SHALL include ActivityDefinitionPortal resources. If omitted or false, ActivityDefinitionPortal resources are not included. | ||
| IN | includeHealthcareServicePortal | 0..1 | boolean | If true, the response Bundle SHALL include HealthcareServicePortal resources. If omitted or false, HealthcareServicePortal resources are not included. | ||
| IN | includePractitionerRolePortal | 0..1 | boolean | If true, the response Bundle SHALL include PractitionerRolePortal resources. If omitted or false, PractitionerRolePortal resources are not included. | ||
| OUT | return | 1..1 | Bundle (Bundle (Offers Context) — WOF Portal) | A profiled Bundle containing offers context resources. |