German Practice Management FHIR Profiles (R4)
Version 0.101.6 - release

: Contrast Agents (ATC V08) - TTL Representation

Active as of 2026-09-11

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 -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/contrast-agent-atc> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "contrast-agent-atc"] ;
  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: ValueSet contrast-agent-atc</b></p><a name=\"contrast-agent-atc\"> </a><a name=\"hccontrast-agent-atc\"> </a><ul><li>Include codes from<a href=\"https://simplifier.net/resolve?scope=kbv.basis@1.9.0&amp;canonical=http://fhir.de/CodeSystem/bfarm/atc\"><code>http://fhir.de/CodeSystem/bfarm/atc</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span> where concept  is-a V08</li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://fhir.cognovis.de/imaging/ValueSet/contrast-agent-atc"] ;
  fhir:ValueSet.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.3.7985.48.76" ]
  ] ;
  fhir:ValueSet.version [ fhir:value "2026.0.0"] ;
  fhir:ValueSet.name [ fhir:value "ContrastAgentAtcVS"] ;
  fhir:ValueSet.title [ fhir:value "Contrast Agents (ATC V08)"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.date [ fhir:value "2026-09-11T18:48:44+02:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "cognovis GmbH"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "cognovis GmbH" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.cognovis.de" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "info@cognovis.de" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Contrast agents classified under ATC group V08 (Contrast media). References the hierarchical ATC CodeSystem; the is-a filter enumerates all V08.x subcodes."] ;
  fhir:ValueSet.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "DE" ]
     ]
  ] ;
  fhir:ValueSet.copyright [ fhir:value "Copyright 2026+ cognovis GmbH. Cognovis-authored material is licensed under Apache-2.0; third-party material retains its own terms as documented in THIRD_PARTY_NOTICES.md."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://fhir.de/CodeSystem/bfarm/atc" ] ;
       fhir:ValueSet.compose.include.filter [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ] ;
         fhir:ValueSet.compose.include.filter.op [ fhir:value "is-a" ] ;
         fhir:ValueSet.compose.include.filter.value [ fhir:value "V08" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/contrast-agent-atc.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/contrast-agent-atc.ttl> .