1.3.0 - release

KLGateway, published by KL. This guide is not an authorized publication; it is the continuous build for version 1.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7dk/kl-gateway/ and changes regularly. See the Directory of published versions

: FSIIICareMatterOfInterests - TTL Representation

Active as of 2026-07-19

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/FSIIICareMatterOfInterests> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "FSIIICareMatterOfInterests"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet FSIIICareMatterOfInterests</b></p><a name=\"FSIIICareMatterOfInterests\"> </a><a name=\"hcFSIIICareMatterOfInterests\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://fhir.kl.dk/term/2.4.0/ValueSet-KLNursingAreasFSIII.html\">KLSygeplejeOmråderFSIII</a></li><li>Import all the codes that are contained in <a href=\"http://fhir.kl.dk/term/2.4.0/ValueSet-KLHomeCareAreasFSIII.html\">KLHjemmeplejeOmråderFSIII</a></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://fhir.kl.dk/gateway/ValueSet/FSIIICareMatterOfInterests"] ;
  fhir:ValueSet.version [ fhir:value "1.3.0"] ;
  fhir:ValueSet.name [ fhir:value "FSIIICareMatterOfInterests"] ;
  fhir:ValueSet.title [ fhir:value "FSIIICareMatterOfInterests"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-07-19T16:26:33+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "KL"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "KL" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://www.kl.dk" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Matters of Interests (areas) defined by FSIII for nursing and home care"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "http://fhir.kl.dk/term/ValueSet/KLNursingAreasFSIII" ;
         fhir:index 0 ;
         fhir:link <http://fhir.kl.dk/term/ValueSet/KLNursingAreasFSIII>
       ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "http://fhir.kl.dk/term/ValueSet/KLHomeCareAreasFSIII" ;
         fhir:index 0 ;
         fhir:link <http://fhir.kl.dk/term/ValueSet/KLHomeCareAreasFSIII>
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/FSIIICareMatterOfInterests.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/FSIIICareMatterOfInterests.ttl> .