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 Booking Categories - 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 "itb-booking-categories"] ; #
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 itb-booking-categories</b></p><a name=\"itb-booking-categories\"> </a><a name=\"hcitb-booking-categories\"> </a><p>This code system <code>http://portal.wof.purified.link/fhir/CodeSystem/itb-booking-categories</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\">BCBC1754-A399-48BA-8EEC-10667F19A0D6<a name=\"itb-booking-categories-BCBC1754-A399-48BA-8EEC-10667F19A0D6\"> </a></td><td>usR</td></tr><tr><td style=\"white-space:nowrap\">99229622-01FE-46B6-B430-28B4C0426006<a name=\"itb-booking-categories-99229622-01FE-46B6-B430-28B4C0426006\"> </a></td><td>profylax</td></tr><tr><td style=\"white-space:nowrap\">543BDC1F-CA70-47D3-9A0C-BFE927FE341E<a name=\"itb-booking-categories-543BDC1F-CA70-47D3-9A0C-BFE927FE341E\"> </a></td><td>parodontologi</td></tr><tr><td style=\"white-space:nowrap\">E42BA67C-841D-4AF2-A948-F3280CFD234D<a name=\"itb-booking-categories-E42BA67C-841D-4AF2-A948-F3280CFD234D\"> </a></td><td>emergency</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://portal.wof.purified.link/fhir/CodeSystem/itb-booking-categories"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ITBBookingCategories"] ; #
fhir:title [ fhir:v "ITB Booking Categories"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-08-20T14:05:22+00:00"^^xsd:dateTime] ; #
fhir:description [ fhir:v "ITB Booking Categories"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "BCBC1754-A399-48BA-8EEC-10667F19A0D6" ] ;
fhir:display [ fhir:v "usR" ]
] [
fhir:code [ fhir:v "99229622-01FE-46B6-B430-28B4C0426006" ] ;
fhir:display [ fhir:v "profylax" ]
] [
fhir:code [ fhir:v "543BDC1F-CA70-47D3-9A0C-BFE927FE341E" ] ;
fhir:display [ fhir:v "parodontologi" ]
] [
fhir:code [ fhir:v "E42BA67C-841D-4AF2-A948-F3280CFD234D" ] ;
fhir:display [ fhir:v "emergency" ]
] ) . #