ITB - Online appointment booking service
1.0.0 - Initial Release

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

: WOF-Base Booking Confirmation Characteristic - JSON Representation

Active as of 2026-04-20

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "wc-characteristic-booking-confirmation",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet wc-characteristic-booking-confirmation</b></p><a name=\"wc-characteristic-booking-confirmation\"> </a><a name=\"hcwc-characteristic-booking-confirmation\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-wc-characteristic.html\"><code>http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;1.0.0</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=\"CodeSystem-wc-characteristic.html#wc-characteristic-send-confirmation-by-sms\">send-confirmation-by-sms</a></td><td style=\"color: #cccccc\">Send booking confirmation by SMS</td><td>Indicates that the patient wants a booking confirmations by SMS.</td></tr><tr><td><a href=\"CodeSystem-wc-characteristic.html#wc-characteristic-send-confirmation-by-email\">send-confirmation-by-email</a></td><td style=\"color: #cccccc\">Send booking confirmation by Email</td><td>Indicates that the patient wants a booking confirmations by Email.</td></tr><tr><td><a href=\"CodeSystem-wc-characteristic.html#wc-characteristic-send-confirmation-by-email-and-sms\">send-confirmation-by-email-and-sms</a></td><td style=\"color: #cccccc\">Send booking confirmation by Email and SMS</td><td>Indicates that the patient wants a booking confirmations by both Email and SMS.</td></tr><tr><td><a href=\"CodeSystem-wc-characteristic.html#wc-characteristic-no-booking-confirmation\">no-booking-confirmation</a></td><td style=\"color: #cccccc\">No booking confirmation</td><td>Indicates that the patient does not want a booking confirmation.</td></tr></table></li></ul></div>"
  },
  "url" : "http://canonical.fhir.link/servicewell/wof-connect/ValueSet/wc-characteristic-booking-confirmation",
  "version" : "1.0.0",
  "name" : "VsWCCharacteristicBookingConfirmation",
  "title" : "WOF-Base Booking Confirmation Characteristic",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-04-20T08:10:56+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" : "WOF-Base ValueSet for booking confirmation Characteristic for the source PMS system - used in HealthcareService.characteristic",
  "compose" : {
    "include" : [
      {
        "system" : "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic",
        "concept" : [
          {
            "code" : "send-confirmation-by-sms"
          },
          {
            "code" : "send-confirmation-by-email"
          },
          {
            "code" : "send-confirmation-by-email-and-sms"
          },
          {
            "code" : "no-booking-confirmation"
          }
        ]
      }
    ]
  }
}