@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "prosthesis-finding"] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ] ; fhir:Narrative.div "

Generated Narrative: ValueSet prosthesis-finding

" ] ; fhir:ValueSet.url [ fhir:value "https://fhir.cognovis.de/dental/ValueSet/prosthesis-finding"] ; fhir:ValueSet.version [ fhir:value "0.41.6"] ; fhir:ValueSet.name [ fhir:value "ProsthesisFindingVS"] ; fhir:ValueSet.title [ fhir:value "Removable Prosthesis Finding"] ; 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 "Technical findings concerning a removable dental prosthesis."] ; 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/prosthetic-device-finding" ] ; fhir:ValueSet.compose.include.concept [ fhir:index 0 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "base-fracture" ] ], [ fhir:index 1 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "clasp-fracture" ] ], [ fhir:index 2 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "prosthetic-tooth-loss" ] ], [ fhir:index 3 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "prosthetic-tooth-fracture" ] ], [ fhir:index 4 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "extension-required" ] ], [ fhir:index 5 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "clasp-adjustment-required" ] ], [ fhir:index 6 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "localized-fit-loss" ] ], [ fhir:index 7 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "generalized-fit-loss" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------