@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/praxis/ValueSet/radiation-relevant-billing-code> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "radiation-relevant-billing-code"] ; # 
  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-code</b></p><a name=\"radiation-relevant-billing-code\"> </a><a name=\"hcradiation-relevant-billing-code\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <code>https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_EBM</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li><li>Include all codes defined in <code>https://fhir.de/CodeSystem/bak/goae</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li><li>Include all codes defined in <code>https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BEMA</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li><li>Include all codes defined in <code>https://fhir.de/CodeSystem/bzaek/goz</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.cognovis.de/praxis/ValueSet/radiation-relevant-billing-code"^^xsd:anyURI ;
     fhir:l <https://fhir.cognovis.de/praxis/ValueSet/radiation-relevant-billing-code>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.3.7985.48.35" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.49.0"] ; # 
  fhir:name [ fhir:v "RadiationRelevantBillingCodeVS"] ; # 
  fhir:title [ fhir:v "Radiation Relevant Billing Code (Deprecated)"] ; # 
  fhir:status [ fhir:v "retired"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-04T13:25: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 "DEPRECATED. Superseded by https://fhir.cognovis.de/imaging/ValueSet/radiation-relevant-billing-codes from de.cognovis.terminology.imaging. cpw.6 (radiation dose tracking) SHOULD bind to the external VS directly. cpw.2 and cpw.4 SHOULD reference the external VS for radiation trigger detection. Billing codes that trigger radiation dose documentation requirements under the German Strahlenschutzgesetz (StrlSchG): EBM Chapter 34 (Radiologie), GOÄ §§5000-5855 (Strahlendiagnostik/therapie), BEMA Chapter 4 (dental radiology, OPG, DVT), and GOZ §§5000-5099 (private dental radiology)."] ; # 
  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:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_EBM"^^xsd:anyURI ;
         fhir:l <https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_EBM>
       ]
     ] [
       fhir:system [
         fhir:v "https://fhir.de/CodeSystem/bak/goae"^^xsd:anyURI ;
         fhir:l <https://fhir.de/CodeSystem/bak/goae>
       ]
     ] [
       fhir:system [
         fhir:v "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BEMA"^^xsd:anyURI ;
         fhir:l <https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BEMA>
       ]
     ] [
       fhir:system [
         fhir:v "https://fhir.de/CodeSystem/bzaek/goz"^^xsd:anyURI ;
         fhir:l <https://fhir.de/CodeSystem/bzaek/goz>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

