@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 -------------------------------------------------------------------

<https://fhir.hl7.at/core/r4/CodeSystem/at-funktionscode> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "at-funktionscode"] ;
  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 at-funktionscode</b></p><a name=\"at-funktionscode\"> </a><a name=\"hcat-funktionscode\"> </a><p>This case-sensitive code system <code>https://fhir.hl7.at/core/r4/CodeSystem/at-funktionscode</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">10119<a name=\"at-funktionscode-10119\"> </a></td><td>Angiographie (IM und Angiologie)</td></tr><tr><td style=\"white-space:nowrap\">10914<a name=\"at-funktionscode-10914\"> </a></td><td>Atemphysiologie (IM und Pneumologie)</td></tr><tr><td style=\"white-space:nowrap\">11091<a name=\"at-funktionscode-11091\"> </a></td><td>Ergotherapie (IM und Rheumatologie)</td></tr><tr><td style=\"white-space:nowrap\">11114<a name=\"at-funktionscode-11114\"> </a></td><td>Rheumatologie</td></tr><tr><td style=\"white-space:nowrap\">12217<a name=\"at-funktionscode-12217\"> </a></td><td>Gipszimmer (Unfallchirurgie)</td></tr><tr><td style=\"white-space:nowrap\">12391<a name=\"at-funktionscode-12391\"> </a></td><td>Ergotherapie (Orthopädie)</td></tr><tr><td style=\"white-space:nowrap\">13113<a name=\"at-funktionscode-13113\"> </a></td><td>Kreißzimmer (Frauenheilkunde und Geburtshilfe)</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://fhir.hl7.at/core/r4/CodeSystem/at-funktionscode"] ;
  fhir:CodeSystem.version [ fhir:value "2.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "ATFunktionscode"] ;
  fhir:CodeSystem.title [ fhir:value "CodeSystem for Austrian Funktionscodes Excerpt"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-11T21:21:27+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "HL7® Austria, TC FHIR®"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "HL7® Austria, TC FHIR®" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://hl7.at/technische-komitees/tc-fhir/" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "Technical Committee for FHIR® at HL7® Austria" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "mailto:tc-fhir@hl7.at" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "CodeSystem for Austrian Funktionscodes Excerpt"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "7"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "10119" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Angiographie (IM und Angiologie)" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "10914" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Atemphysiologie (IM und Pneumologie)" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "11091" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Ergotherapie (IM und Rheumatologie)" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "11114" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Rheumatologie" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "12217" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Gipszimmer (Unfallchirurgie)" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "12391" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Ergotherapie (Orthopädie)" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "13113" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Kreißzimmer (Frauenheilkunde und Geburtshilfe)" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://fhir.hl7.at/core/r4/CodeSystem/at-funktionscode.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

