FHIR IG analytics| Package | servicewell.fhir.wof-base |
| Resource Type | ValueSet |
| Id | ValueSet-wc-characteristic-schedule.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/servicewell/servicewell.fhir.wof-base/ValueSet-wc-characteristic-schedule.html |
| URL | https://canonical.fhir.link/servicewell/wof-base/ValueSet/wc-characteristic-schedule |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-06-08T13:11:22+00:00 |
| Name | VsWCCharacteristicSchedule |
| Title | WOF-Base ScheduleCharacteristic |
| Description | WOF-Base ValueSet for schedule 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-schedule
https://canonical.fhir.link/servicewell/wof-base/CodeSystem/wc-characteristic version 📦0.1.0| Code | Display | Definition |
| scheduling-accepts-cancellation | Scheduling Accepts Cancellation | Indicates that the service accepts cancellations via booking API. |
| scheduling-accepts-new | Scheduling Accepts New | Indicates that the service accepts new bookings via booking API. |
| scheduling-accepts-reschedule | Scheduling Accepts Reschedule | Indicates that the service accepts rescheduling via booking API. |
{
"resourceType": "ValueSet",
"id": "wc-characteristic-schedule",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://canonical.fhir.link/servicewell/wof-base/ValueSet/wc-characteristic-schedule",
"version": "0.1.0",
"name": "VsWCCharacteristicSchedule",
"title": "WOF-Base ScheduleCharacteristic",
"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 schedule 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": "scheduling-accepts-cancellation"
},
{
"code": "scheduling-accepts-new"
},
{
"code": "scheduling-accepts-reschedule"
}
]
}
]
}
}