ITB - Online appointment booking service
1.0.1 - Documentation update

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

: Booked Appointment Statuses - XML Representation

Active as of 2026-06-09

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="booked-appointment-statuses"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet booked-appointment-statuses</b></p><a name="booked-appointment-statuses"> </a><a name="hcbooked-appointment-statuses"> </a><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/codesystem-appointmentstatus.html"><code>http://hl7.org/fhir/appointmentstatus</code></a><span title="Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references"> version &#x1F4E6;4.0.1</span><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-booked">booked</a></td><td>The appointment is confirmed to occur at the specified date/time. | A successful book response returns status #booked.</td><td>All participant(s) have been considered and the appointment is confirmed to go ahead at the date/times specified.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-cancelled">cancelled</a></td><td>Used in the $book operation payload to request cancellation of an appointment | If a $book request with status #cancelled is successful, the response returns an Appointment with status #cancelled.</td><td>The appointment has been cancelled.</td></tr></table></li></ul></div>
  </text>
  <url
       value="https://canonical.fhir.link/servicewell/wof-portal/ValueSet/booked-appointment-statuses"/>
  <version value="1.0.1"/>
  <name value="BookedAppointmentStatuses"/>
  <title value="Booked Appointment Statuses"/>
  <status value="active"/>
  <date value="2026-06-09T08:37:06+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>
  <contact>
    <name value="Service well"/>
    <telecom>
      <system value="email"/>
      <value value="info@servicewell.se"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="Value set for allowed appointment statuses in WOF when an appointment is booked."/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/appointmentstatus"/>
      <concept>
        <code value="booked"/>
        <display
                 value="The appointment is confirmed to occur at the specified date/time. | A successful book response returns status #booked."/>
      </concept>
      <concept>
        <code value="cancelled"/>
        <display
                 value="Used in the $book operation payload to request cancellation of an appointment | If a $book request with status #cancelled is successful, the response returns an Appointment with status #cancelled."/>
      </concept>
    </include>
  </compose>
</ValueSet>