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.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/BookAppointment | Version: 1.0.0 | |||
| Active as of 2026-04-20 | 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.
URL: [base]/Appointment/$book
Output parameters Profile:Portal Find Appointment response
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | appointment | 1..1 | Appointment (Appointment Portal) | The Appointment to be created, modified, or cancelled.
| ||
| IN | appointment-reference | 0..1 | Reference (Appointment Portal) | A resource id for one of proposed Appointments returned by a prior $find operation (e.g., Resource/1234). References can be to an absolute URL, but servers only perform this operation on their own appointments. | ||
| IN | patient-identifier | 1..* | Identifier | The Patient is identified by their personal number. | SHOULD be an identifier system from a national FHIR Patient profile. | ||
| 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. |