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 - JSON Representation

Active as of 2026-06-09

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "booked-appointment-statuses",
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "url" : "https://canonical.fhir.link/servicewell/wof-portal/ValueSet/booked-appointment-statuses",
  "version" : "1.0.1",
  "name" : "BookedAppointmentStatuses",
  "title" : "Booked Appointment Statuses",
  "status" : "active",
  "date" : "2026-06-09T08:37:06+00:00",
  "publisher" : "Service Well AB",
  "contact" : [
    {
      "name" : "Service Well AB",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://servicewell.se"
        },
        {
          "system" : "email",
          "value" : "info@servicewell.se"
        }
      ]
    },
    {
      "name" : "Service well",
      "telecom" : [
        {
          "system" : "email",
          "value" : "info@servicewell.se",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Value set for allowed appointment statuses in WOF when an appointment is booked.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/appointmentstatus",
        "concept" : [
          {
            "code" : "booked",
            "display" : "The appointment is confirmed to occur at the specified date/time. | A successful book response returns status #booked."
          },
          {
            "code" : "cancelled",
            "display" : "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."
          }
        ]
      }
    ]
  }
}