FHIR IG analytics| Package | servicewell.fhir.wof-base |
| Resource Type | ValueSet |
| Id | ValueSet-wc-characteristic-booking-confirmation.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/servicewell/servicewell.fhir.wof-base/ValueSet-wc-characteristic-booking-confirmation.html |
| URL | https://canonical.fhir.link/servicewell/wof-base/ValueSet/wc-characteristic-booking-confirmation |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-06-08T13:11:22+00:00 |
| Name | VsWCCharacteristicBookingConfirmation |
| Title | WOF-Base Booking Confirmation Characteristic |
| Description | WOF-Base ValueSet for booking confirmation Characteristic for the source PMS system - used in HealthcareService.characteristic |
| StructureDefinition | ||
| servicewell.fhir.wof-base#current | characteristic | Service Characteristics |
| CodeSystem | ||
| servicewell.fhir.wof-base#current | wc-characteristic | WOF-Base Characteristic |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet wc-characteristic-booking-confirmation
https://canonical.fhir.link/servicewell/wof-base/CodeSystem/wc-characteristic version 📦0.1.0| Code | Display | Definition |
| send-confirmation-by-sms | Send booking confirmation by SMS | Indicates that the patient wants a booking confirmations by SMS. |
| send-confirmation-by-email | Send booking confirmation by Email | Indicates that the patient wants a booking confirmations by Email. |
| send-confirmation-by-email-and-sms | Send booking confirmation by Email and SMS | Indicates that the patient wants a booking confirmations by both Email and SMS. |
| no-booking-confirmation | No booking confirmation | Indicates that the patient does not want a booking confirmation. |
{
"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"
}
]
}
]
}
}