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

: Find Appointment Statuses - XML Representation

Active as of 2026-06-09

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="available-appointment-statuses"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet available-appointment-statuses</b></p><a name="available-appointment-statuses"> </a><a name="hcavailable-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-proposed">proposed</a></td><td>The appointment is listed as bookable</td><td>None of the participant(s) have finalized their acceptance of the appointment request, and the start/end time might not be set yet.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-pending">pending</a></td><td>The appointment is pending confirmation, used in the $book operation payload.</td><td>Some or all of the participant(s) have not finalized their acceptance of the appointment request.</td></tr></table></li></ul></div>
  </text>
  <url
       value="https://canonical.fhir.link/servicewell/wof-portal/ValueSet/available-appointment-statuses"/>
  <version value="1.0.1"/>
  <name value="AvailableAppointmentStatuses"/>
  <title value="Find 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 isn't booked yet."/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/appointmentstatus"/>
      <concept>
        <code value="proposed"/>
        <display value="The appointment is listed as bookable"/>
      </concept>
      <concept>
        <code value="pending"/>
        <display
                 value="The appointment is pending confirmation, used in the $book operation payload."/>
      </concept>
    </include>
  </compose>
</ValueSet>