FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageservicewell.fhir.wof-base
Resource TypeValueSet
IdValueSet-wc-characteristic-booking-confirmation.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/servicewell/servicewell.fhir.wof-base/ValueSet-wc-characteristic-booking-confirmation.html
URLhttps://canonical.fhir.link/servicewell/wof-base/ValueSet/wc-characteristic-booking-confirmation
Version0.1.0
Statusactive
Date2026-06-08T13:11:22+00:00
NameVsWCCharacteristicBookingConfirmation
TitleWOF-Base Booking Confirmation Characteristic
DescriptionWOF-Base ValueSet for booking confirmation Characteristic for the source PMS system - used in HealthcareService.characteristic

Resources that use this resource

StructureDefinition
servicewell.fhir.wof-base#currentcharacteristicService Characteristics

Resources that this resource uses

CodeSystem
servicewell.fhir.wof-base#currentwc-characteristicWOF-Base Characteristic

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet wc-characteristic-booking-confirmation


Source1

{
  "resourceType": "ValueSet",
  "id": "wc-characteristic-booking-confirmation",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://canonical.fhir.link/servicewell/wof-base/ValueSet/wc-characteristic-booking-confirmation",
  "version": "0.1.0",
  "name": "VsWCCharacteristicBookingConfirmation",
  "title": "WOF-Base Booking Confirmation Characteristic",
  "status": "active",
  "experimental": false,
  "date": "2026-06-08T13:11:22+00:00",
  "publisher": "Service Well AB",
  "contact": [
    {
      "name": "Service Well AB",
      "telecom": [
        {
          "system": "url",
          "value": "https://servicewell.se"
        },
        {
          "system": "email",
          "value": "info@servicewell.se"
        }
      ]
    }
  ],
  "description": "WOF-Base ValueSet for booking confirmation Characteristic for the source PMS system - used in HealthcareService.characteristic",
  "compose": {
    "include": [
      {
        "system": "https://canonical.fhir.link/servicewell/wof-base/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"
          }
        ]
      }
    ]
  }
}