KLGateway, published by KL. This guide is not an authorized publication; it is the continuous build for version 1.2.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
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 -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "LocallyDefinedInterventions"] ; #
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 LocallyDefinedInterventions</b></p><a name=\"LocallyDefinedInterventions\"> </a><a name=\"hcLocallyDefinedInterventions\"> </a><a name=\"LocallyDefinedInterventions-en-US\"> </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:url [ fhir:v "http://fhir.kl.dk/gateway/CodeSystem/LocallyDefinedInterventions"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.2.0"] ; #
fhir:name [ fhir:v "LocallyDefinedInterventions"] ; #
fhir:title [ fhir:v "LocallyDefinedInterventions"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-10-31T20:11:52+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "KL"] ; #
fhir:contact ( [
fhir:name [ fhir:v "KL" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.kl.dk" ] ] )
] ) ; #
fhir:description [ fhir:v "Coding system to indicate a code defined locally in the managing organization"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "fragment"] . #