ITB - Online appointment booking service, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 1.0.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-portal/ and changes regularly. See the Directory of published versions
| Official URL: https://canonical.fhir.link/servicewell/wof-portal/OperationDefinition/BookAppointment | Version: 1.0.1 | |||
| Active as of 2026-06-09 | Computable Name: BookAppointment | |||
Creates, modifies, or cancels an Appointment based on the supplied Appointment resource.
This operation corresponds to the IHE ITI Scheduling $book operation and:
On success, the operation returns the finalized Appointment in an IHE Scheduled Availability Bundle.
To be able to use this operation the customer must use a "patient-token", i.e the patient must be signed in. To get a patient token the client must resolve the OIDC process.
URL: [base]/Appointment/$book
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | appointment-resource | 1..1 | Appointment (Appointment Portal) | The Appointment to be created, modified, or cancelled.
| ||
| IN | patient-resource | 1..1 | Patient (Portal Patient) | Patient resource for whom the appointment is being booked, modified, or cancelled. | ||
| IN | comment | 0..1 | string | The optional comment can be added for additional notes that could be useful for booking, canceling, or modifying an appointment | ||
| OUT | return | 1..1 | Bundle | On success, returns a Bundle that SHALL conform to ihe-sched-avail-bundle, containing the resulting Appointment:
On error, an OperationOutcome is returned instead of this parameter. |