LTT Implementation Guide, published by Kommunernes Landsforening. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7dk/kl-ltt/ and changes regularly. See the Directory of published versions
: Lettilgængeligt Tilbud - Henvisning - 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 "fkgateway-ltt-type-of-referral"] ; #
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 fkgateway-ltt-type-of-referral</b></p><a name=\"fkgateway-ltt-type-of-referral\"> </a><a name=\"hcfkgateway-ltt-type-of-referral\"> </a><ul><li>Include codes from<a href=\"http://fhir.kl.dk/term/2.3.0/CodeSystem-LTT.html\"><code>http://fhir.kl.dk/term/CodeSystem/LTT</code></a> where concept descends from <a href=\"http://fhir.kl.dk/term/2.3.0/CodeSystem-LTT.html#LTT-92aa0b05-ed46-4fd6-8009-adf97d0fc187\">92aa0b05-ed46-4fd6-8009-adf97d0fc187</a></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://fhir.kl.dk/ltt/ValueSet/fkgateway-ltt-type-of-referral"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "LTTTypeOfReferral"] ; #
fhir:title [ fhir:v "Lettilgængeligt Tilbud - Henvisning"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-08-31T10:37:03+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Kommunernes Landsforening"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Kommunernes Landsforening" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://kl.dk" ] ] )
] ) ; #
fhir:description [ fhir:v "Referral/Guidance to another service."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://fhir.kl.dk/term/CodeSystem/LTT"^^xsd:anyURI ] ;
( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "descendent-of" ] ;
fhir:value [ fhir:v "92aa0b05-ed46-4fd6-8009-adf97d0fc187" ] ] ) ] )
] . #