This page is part of the WOF Connect Implementation Guide (v0.1.0: Pre-Release Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: WOF-Connect Characteristic - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "wc-characteristic"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem wc-characteristic</b></p><a name=\"wc-characteristic\"> </a><a name=\"hcwc-characteristic\"> </a><p>This code system <code>http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic</code> defines the following codes in a Grouped By hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">scheduling-accepts<a name=\"wc-characteristic-scheduling-accepts\"> </a></td><td>Grouping Scheduling Accepts Codes</td><td/></tr><tr><td style=\"white-space:nowrap\">scheduling-accepts-cancellation<a name=\"wc-characteristic-scheduling-accepts-cancellation\"> </a></td><td>Scheduling Accepts Cancellation</td><td>Indicates that the service accepts cancellations via booking API.</td></tr><tr><td style=\"white-space:nowrap\">scheduling-accepts-new<a name=\"wc-characteristic-scheduling-accepts-new\"> </a></td><td>Scheduling Accepts New</td><td>Indicates that the service accepts new bookings via booking API.</td></tr><tr><td style=\"white-space:nowrap\">scheduling-accepts-reschedule<a name=\"wc-characteristic-scheduling-accepts-reschedule\"> </a></td><td>Scheduling Accepts Reschedule</td><td>Indicates that the service accepts rescheduling via booking API.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic"^^xsd:anyURI ;
fhir:l <http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "WCCharacteristic"] ; #
fhir:title [ fhir:v "WOF-Connect Characteristic"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-11-27T09:26:06+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Service Well AB"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Service Well AB" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://servicewell.se" ] ] )
] ) ; #
fhir:description [ fhir:v "WOF-Connect CodeSystem for Characteristic for the source PMS system - e.g., Frenda, Opus Dental, used in WOF-Connect HealthcareService.characteristic"] ; #
fhir:valueSet [
fhir:v "http://canonical.fhir.link/servicewell/wof-connect/ValueSet/wc-characteristic"^^xsd:anyURI ;
fhir:l <http://canonical.fhir.link/servicewell/wof-connect/ValueSet/wc-characteristic>
] ; #
fhir:hierarchyMeaning [ fhir:v "grouped-by"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "scheduling-accepts" ] ;
fhir:display [ fhir:v "Grouping Scheduling Accepts Codes" ]
] [
fhir:code [ fhir:v "scheduling-accepts-cancellation" ] ;
fhir:display [ fhir:v "Scheduling Accepts Cancellation" ] ;
fhir:definition [ fhir:v "Indicates that the service accepts cancellations via booking API." ]
] [
fhir:code [ fhir:v "scheduling-accepts-new" ] ;
fhir:display [ fhir:v "Scheduling Accepts New" ] ;
fhir:definition [ fhir:v "Indicates that the service accepts new bookings via booking API." ]
] [
fhir:code [ fhir:v "scheduling-accepts-reschedule" ] ;
fhir:display [ fhir:v "Scheduling Accepts Reschedule" ] ;
fhir:definition [ fhir:v "Indicates that the service accepts rescheduling via booking API." ]
] ) . #