@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "dental-deposit-surface"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div ""
] ;
fhir:ValueSet.url [ fhir:value "https://fhir.cognovis.de/dental/ValueSet/dental-deposit-surface"] ;
fhir:ValueSet.version [ fhir:value "0.41.6"] ;
fhir:ValueSet.name [ fhir:value "DentalDepositSurfaceVS"] ;
fhir:ValueSet.title [ fhir:value "Dental Deposit Surface"] ;
fhir:ValueSet.status [ fhir:value "active"] ;
fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:ValueSet.date [ fhir:value "2026-07-29T15:26:56+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 "Clinical surfaces and prosthetic structures on which deposits may be observed."] ;
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:Coding.display [ fhir:value "Germany" ]
]
] ;
fhir:ValueSet.copyright [ fhir:value "Copyright 2026+ cognovis GmbH. Licensed under CC-BY-4.0."] ;
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0 ;
fhir:ValueSet.compose.include.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/dental-deposit-surface" ]
]
] .
# - ontology header ------------------------------------------------------------
a owl:Ontology ;
owl:imports fhir:fhir.ttl .
# -------------------------------------------------------------------------------------