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

FHIR IG analytics

Packageservicewell.fhir.wof-base
Resource TypeCodeSystem
IdCodeSystem-wc-characteristic.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/servicewell/servicewell.fhir.wof-base/CodeSystem-wc-characteristic.html
URLhttps://canonical.fhir.link/servicewell/wof-base/CodeSystem/wc-characteristic
Version0.1.0
Statusactive
Date2026-06-08T13:11:22+00:00
NameWCCharacteristic
TitleWOF-Base Characteristic
DescriptionWOF-Base CodeSystem for Characteristic for the source PMS system - used in WOF-Base HealthcareService.characteristic
Contentcomplete

Resources that use this resource

ValueSet
servicewell.fhir.wof-base#currentwc-characteristic-booking-confirmationWOF-Base Booking Confirmation Characteristic
servicewell.fhir.wof-base#currentwc-characteristic-scheduleWOF-Base ScheduleCharacteristic

Resources that this resource uses

No resources found


Narrative

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:

LvlCodeDisplayDefinition
1scheduling-accepts Grouping Scheduling Accepts CodesOnly for grouping codes. Not intended to use.
2  scheduling-accepts-cancellation Scheduling Accepts CancellationIndicates that the service accepts cancellations via booking API.
2  scheduling-accepts-new Scheduling Accepts NewIndicates that the service accepts new bookings via booking API.
2  scheduling-accepts-reschedule Scheduling Accepts RescheduleIndicates that the service accepts rescheduling via booking API.
1booking-confirmation Grouping Booking Confirmation CodesOnly for grouping codes. Not intended to use.
2  send-confirmation-by-sms Send booking confirmation by SMSIndicates that the patient wants a booking confirmations by SMS.
2  send-confirmation-by-email Send booking confirmation by EmailIndicates that the patient wants a booking confirmations by Email.
2  send-confirmation-by-email-and-sms Send booking confirmation by Email and SMSIndicates that the patient wants a booking confirmations by both Email and SMS.
2  no-booking-confirmation No booking confirmationIndicates that the patient does not want a booking confirmation.

Source1

{
  "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."
        }
      ]
    }
  ]
}