ITB Implementation Guide, published by . 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/espen-servicewell/wof-portal-fhir-ig/ and changes regularly. See the Directory of published versions
: ITB Service Types - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "service-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet service-type</b></p><a name=\"service-type\"> </a><a name=\"hcservice-type\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-csServiceType.html\"><code>http://portal.wof.purified.link/fhir/CodeSystem/csServiceType</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-csServiceType.html#csServiceType-1\">1</a></td><td>Profylax</td></tr><tr><td><a href=\"CodeSystem-csServiceType.html#csServiceType-2\">2</a></td><td>Undersökning</td></tr><tr><td><a href=\"CodeSystem-csServiceType.html#csServiceType-3\">3</a></td><td>Akut</td></tr><tr><td><a href=\"CodeSystem-csServiceType.html#csServiceType-0\">0</a></td><td>Revision ospecificerad behandling</td></tr><tr><td><a href=\"CodeSystem-csServiceType.html#csServiceType-123\">123</a></td><td>Prima Service</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://portal.wof.purified.link/fhir/ValueSet/service-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ITBServiceType"] ; #
fhir:title [ fhir:v "ITB Service Types"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-08-20T14:05:22+00:00"^^xsd:dateTime] ; #
fhir:description [ fhir:v "This value set defines service types"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://portal.wof.purified.link/fhir/CodeSystem/csServiceType"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Profylax" ] ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Undersökning" ] ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Akut" ] ] [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "Revision ospecificerad behandling" ] ] [
fhir:code [ fhir:v "123" ] ;
fhir:display [ fhir:v "Prima Service" ] ] ) ] )
] . #