@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 -------------------------------------------------------------------

<http://fhir.ch/ig/ch-alis-connect/CodeSystem/LKAAT> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LKAAT"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem LKAAT</b></p><a name=\"LKAAT\"> </a><a name=\"hcLKAAT\"> </a><p>This case-sensitive code system <code>http://forum-datenaustausch.ch/tariff/TMA</code> defines codes in a Is-A hierarchy, but no codes are represented here</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://forum-datenaustausch.ch/tariff/TMA"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0-ballot"] ; # 
  fhir:name [ fhir:v "LKAAT"] ; # 
  fhir:title [ fhir:v "Leistungskatalog ambulante Arzttarife (LKAAT)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2024-12-06T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ALIS-Connect"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "ALIS-Connect" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.alis-connect.ch/" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Externally maintained ambulatory physician tariff catalogue (LKAAT) published by OAAT. Declared as not-present: its codes are referenced from this IG but not enumerated here, because the catalogue is owned and published externally."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "CH" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "CC0-1.0"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:hierarchyMeaning [ fhir:v "is-a"] ; # 
  fhir:content [ fhir:v "not-present"] . # 

# -------------------------------------------------------------------------------------

