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

Active as of 2026-06-09

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "available-appointment-statuses",
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "url" : "https://canonical.fhir.link/servicewell/wof-portal/ValueSet/available-appointment-statuses",
  "version" : "1.0.1",
  "name" : "AvailableAppointmentStatuses",
  "title" : "Find 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 isn't booked yet.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/appointmentstatus",
        "concept" : [
          {
            "code" : "proposed",
            "display" : "The appointment is listed as bookable"
          },
          {
            "code" : "pending",
            "display" : "The appointment is pending confirmation, used in the $book operation payload."
          }
        ]
      }
    ]
  }
}