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

: LocallyDefinedInterventions - 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/CodeSystem/LocallyDefinedInterventions> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "LocallyDefinedInterventions"] ;
  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: CodeSystem LocallyDefinedInterventions</b></p><a name=\"LocallyDefinedInterventions\"> </a><a name=\"hcLocallyDefinedInterventions\"> </a><p>This case-sensitive code system <code>http://fhir.kl.dk/gateway/CodeSystem/LocallyDefinedInterventions</code> provides <b>a fragment</b> that includes following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://fhir.kl.dk/gateway/CodeSystem/LocallyDefinedInterventions"] ;
  fhir:CodeSystem.version [ fhir:value "1.3.0"] ;
  fhir:CodeSystem.name [ fhir:value "LocallyDefinedInterventions"] ;
  fhir:CodeSystem.title [ fhir:value "LocallyDefinedInterventions"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-19T16:26:33+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "KL"] ;
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "Coding system to indicate a code defined locally in the managing organization"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "fragment"] .

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

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