FHIR IG analytics| Package | servicewell.fhir.wof-base |
| Resource Type | CodeSystem |
| Id | CodeSystem-wc-characteristic.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/servicewell/servicewell.fhir.wof-base/CodeSystem-wc-characteristic.html |
| URL | https://canonical.fhir.link/servicewell/wof-base/CodeSystem/wc-characteristic |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-06-08T13:11:22+00:00 |
| Name | WCCharacteristic |
| Title | WOF-Base Characteristic |
| Description | WOF-Base CodeSystem for Characteristic for the source PMS system - used in WOF-Base HealthcareService.characteristic |
| Content | complete |
| ValueSet | ||
| servicewell.fhir.wof-base#current | wc-characteristic-booking-confirmation | WOF-Base Booking Confirmation Characteristic |
| servicewell.fhir.wof-base#current | wc-characteristic-schedule | WOF-Base ScheduleCharacteristic |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem wc-characteristic
This code system https://canonical.fhir.link/servicewell/wof-base/CodeSystem/wc-characteristic defines the following codes in a Grouped By hierarchy:
{
"resourceType": "CodeSystem",
"id": "wc-characteristic",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://canonical.fhir.link/servicewell/wof-base/CodeSystem/wc-characteristic",
"version": "0.1.0",
"name": "WCCharacteristic",
"title": "WOF-Base 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 CodeSystem for Characteristic for the source PMS system - used in WOF-Base HealthcareService.characteristic",
"hierarchyMeaning": "grouped-by",
"content": "complete",
"count": 9,
"concept": [
{
"code": "scheduling-accepts",
"display": "Grouping Scheduling Accepts Codes",
"definition": "Only for grouping codes. Not intended to use.",
"concept": [
{
"code": "scheduling-accepts-cancellation",
"display": "Scheduling Accepts Cancellation",
"definition": "Indicates that the service accepts cancellations via booking API."
},
{
"code": "scheduling-accepts-new",
"display": "Scheduling Accepts New",
"definition": "Indicates that the service accepts new bookings via booking API."
},
{
"code": "scheduling-accepts-reschedule",
"display": "Scheduling Accepts Reschedule",
"definition": "Indicates that the service accepts rescheduling via booking API."
}
]
},
{
"code": "booking-confirmation",
"display": "Grouping Booking Confirmation Codes",
"definition": "Only for grouping codes. Not intended to use.",
"concept": [
{
"code": "send-confirmation-by-sms",
"display": "Send booking confirmation by SMS",
"definition": "Indicates that the patient wants a booking confirmations by SMS."
},
{
"code": "send-confirmation-by-email",
"display": "Send booking confirmation by Email",
"definition": "Indicates that the patient wants a booking confirmations by Email."
},
{
"code": "send-confirmation-by-email-and-sms",
"display": "Send booking confirmation by Email and SMS",
"definition": "Indicates that the patient wants a booking confirmations by both Email and SMS."
},
{
"code": "no-booking-confirmation",
"display": "No booking confirmation",
"definition": "Indicates that the patient does not want a booking confirmation."
}
]
}
]
}