WOFConnect, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/servicewell/servicewell.fhir.wof-connect/ and changes regularly. See the Directory of published versions
: WOF-Connect PMS System - 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 "pms-system"] ; #
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 pms-system</b></p><a name=\"pms-system\"> </a><a name=\"hcpms-system\"> </a><p>This code system <code>http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system</code> provides <b>a fragment</b> that includes following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">frenda<a name=\"pms-system-frenda\"> </a></td><td>Frenda</td></tr><tr><td style=\"white-space:nowrap\">opus<a name=\"pms-system-opus\"> </a></td><td>Opus Dental</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system"^^xsd:anyURI ;
fhir:l <http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "PmsSystem"] ; #
fhir:title [ fhir:v "WOF-Connect PMS System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-11-27T10:00:21+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 "Code system for WOF-Connect source Practice Management System"] ; #
fhir:valueSet [
fhir:v "http://canonical.fhir.link/servicewell/wof-connect/ValueSet/pms-system"^^xsd:anyURI ;
fhir:l <http://canonical.fhir.link/servicewell/wof-connect/ValueSet/pms-system>
] ; #
fhir:content [ fhir:v "fragment"] ; #
fhir:concept ( [
fhir:code [ fhir:v "frenda" ] ;
fhir:display [ fhir:v "Frenda" ]
] [
fhir:code [ fhir:v "opus" ] ;
fhir:display [ fhir:v "Opus Dental" ]
] ) . #