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

FHIR IG analytics

Packageservicewell.fhir.wof-connect
Resource TypeCodeSystem
IdCodeSystem-wc-characteristic.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/servicewell/servicewell.fhir.wof-connect/CodeSystem-wc-characteristic.html
URLhttp://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic
Version0.1.1
Statusactive
Date2026-01-21T09:02:32+00:00
NameWCCharacteristic
TitleWOF-Connect Characteristic
DescriptionWOF-Connect CodeSystem for Characteristic for the source PMS system - e.g., Frenda, Opus Dental, used in WOF-Connect HealthcareService.characteristic
Contentcomplete

Resources that use this resource

ValueSet
wc-characteristicWOF-Connect Characteristic

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 http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic defines the following codes in a Grouped By hierarchy:

CodeDisplayDefinition
scheduling-accepts Grouping Scheduling Accepts Codes
scheduling-accepts-cancellation Scheduling Accepts CancellationIndicates that the service accepts cancellations via booking API.
scheduling-accepts-new Scheduling Accepts NewIndicates that the service accepts new bookings via booking API.
scheduling-accepts-reschedule Scheduling Accepts RescheduleIndicates that the service accepts rescheduling via booking API.

Source1

{
  "resourceType": "CodeSystem",
  "id": "wc-characteristic",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic",
  "version": "0.1.1",
  "name": "WCCharacteristic",
  "title": "WOF-Connect Characteristic",
  "status": "active",
  "experimental": false,
  "date": "2026-01-21T09:02:32+00:00",
  "publisher": "Service Well AB",
  "contact": [
    {
      "name": "Service Well AB",
      "telecom": [
        {
          "system": "url",
          "value": "https://servicewell.se"
        }
      ]
    }
  ],
  "description": "WOF-Connect CodeSystem for Characteristic for the source PMS system - e.g., Frenda, Opus Dental, used in WOF-Connect HealthcareService.characteristic",
  "valueSet": "http://canonical.fhir.link/servicewell/wof-connect/ValueSet/wc-characteristic",
  "hierarchyMeaning": "grouped-by",
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "scheduling-accepts",
      "display": "Grouping Scheduling Accepts Codes"
    },
    {
      "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."
    }
  ]
}