ITB Implementation Guide
0.1.0 - Release Label

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

Draft as of 2025-08-20

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 "csServiceType"] ; # 
  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: CodeSystem csServiceType</b></p><a name=\"csServiceType\"> </a><a name=\"hccsServiceType\"> </a><p>This  code system <code>http://portal.wof.purified.link/fhir/CodeSystem/csServiceType</code> defines the 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\">1<a name=\"csServiceType-1\"> </a></td><td>Profylax</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"csServiceType-2\"> </a></td><td>Undersökning</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"csServiceType-3\"> </a></td><td>Akut</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"csServiceType-0\"> </a></td><td>Revision ospecificerad behandling</td></tr><tr><td style=\"white-space:nowrap\">123<a name=\"csServiceType-123\"> </a></td><td>TdlUS60</td></tr><tr><td style=\"white-space:nowrap\">examination<a name=\"csServiceType-examination\"> </a></td><td>Examination</td></tr><tr><td style=\"white-space:nowrap\">itb-not-defined<a name=\"csServiceType-itb-not-defined\"> </a></td><td>Booket besøk online</td></tr><tr><td style=\"white-space:nowrap\">blek-kampanje<a name=\"csServiceType-blek-kampanje\"> </a></td><td>Blek-kampanje</td></tr><tr><td style=\"white-space:nowrap\">servicetype1<a name=\"csServiceType-servicetype1\"> </a></td><td>Servicetyp 1</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://portal.wof.purified.link/fhir/CodeSystem/csServiceType"^^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 "ITB Service Types"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; # 
  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 "TdlUS60" ]
  ] [
fhir:code [ fhir:v "examination" ] ;
fhir:display [ fhir:v "Examination" ]
  ] [
fhir:code [ fhir:v "itb-not-defined" ] ;
fhir:display [ fhir:v "Booket besøk online" ]
  ] [
fhir:code [ fhir:v "blek-kampanje" ] ;
fhir:display [ fhir:v "Blek-kampanje" ]
  ] [
fhir:code [ fhir:v "servicetype1" ] ;
fhir:display [ fhir:v "Servicetyp 1" ]
  ] ) . #