@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 -------------------------------------------------------------------

<https://fhir.cognovis.de/dental/ValueSet/radiation-relevant-billing-codes> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "radiation-relevant-billing-codes"] ; # 
  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: ValueSet radiation-relevant-billing-codes</b></p><a name=\"radiation-relevant-billing-codes\"> </a><a name=\"hcradiation-relevant-billing-codes\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <code>http://fhir.de/CodeSystem/kzbv/bema</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>Ae5370</td><td/></tr><tr><td>Ae935d</td><td/></tr><tr><td>Ae934a</td><td/></tr><tr><td>Ae925a</td><td/></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-goz.html\"><code>http://fhir.de/CodeSystem/bzaek/goz</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.36.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-goz.html#goz-Ae5004\">Ae5004</a></td><td style=\"color: #cccccc\">Ae5004 (GOÄ-Position, Panoramaschichtaufnahme/OPG)</td></tr><tr><td><a href=\"CodeSystem-goz.html#goz-Ae5090\">Ae5090</a></td><td style=\"color: #cccccc\">Ae5090 (GOÄ-Position, Fernröntgenaufnahme des Schädels)</td></tr><tr><td><a href=\"CodeSystem-goz.html#goz-Ae5000\">Ae5000</a></td><td style=\"color: #cccccc\">Ae5000 (GOÄ-Position, intraorale Röntgenaufnahme)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.cognovis.de/dental/ValueSet/radiation-relevant-billing-codes"^^xsd:anyURI ;
     fhir:l <https://fhir.cognovis.de/dental/ValueSet/radiation-relevant-billing-codes>
  ] ; # 
  fhir:version [ fhir:v "0.36.1"] ; # 
  fhir:name [ fhir:v "RadiationRelevantBillingCodeVS"] ; # 
  fhir:title [ fhir:v "Strahlenschutz-relevante Abrechnungscodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-30T11:39:14+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "cognovis GmbH"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "cognovis GmbH" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.cognovis.de" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@cognovis.de" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "BEMA- und GOZ-Abrechnungscodes für strahlenschutzrechtlich relevante zahnärztliche Röntgenleistungen (DVT, OPG, Schädelaufnahme, Intraorale Einzelaufnahme). Quellen: GOZ-Katalog (BZAEK), BEMA-Z (KZBV), Sidexis-LogicalName-Mapping."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "DE" ] ;
       fhir:display [ fhir:v "Germany" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright 2026+ cognovis GmbH. Licensed under CC-BY-4.0."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://fhir.de/CodeSystem/kzbv/bema"^^xsd:anyURI ;
         fhir:l <http://fhir.de/CodeSystem/kzbv/bema>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "Ae5370" ]
       ] [
         fhir:code [ fhir:v "Ae935d" ]
       ] [
         fhir:code [ fhir:v "Ae934a" ]
       ] [
         fhir:code [ fhir:v "Ae925a" ]
       ] )
     ] [
       fhir:system [
         fhir:v "http://fhir.de/CodeSystem/bzaek/goz"^^xsd:anyURI ;
         fhir:l <http://fhir.de/CodeSystem/bzaek/goz>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "Ae5004" ]
       ] [
         fhir:code [ fhir:v "Ae5090" ]
       ] [
         fhir:code [ fhir:v "Ae5000" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

