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

Generated Narrative: ValueSet removable-prosthesis-type

" ] ; fhir:ValueSet.url [ fhir:value "https://fhir.cognovis.de/dental/ValueSet/removable-prosthesis-type"] ; fhir:ValueSet.version [ fhir:value "0.41.6"] ; fhir:ValueSet.name [ fhir:value "RemovableProsthesisTypeVS"] ; fhir:ValueSet.title [ fhir:value "Removable Prosthesis Type"] ; 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 "Removable dental prosthesis types selected from the dental restoration type code system."] ; 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/restoration-type" ] ; fhir:ValueSet.compose.include.concept [ fhir:index 0 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "totalprothese" ] ], [ fhir:index 1 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "teilprothese" ] ], [ fhir:index 2 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "modellguss" ] ], [ fhir:index 3 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "teleskop" ] ], [ fhir:index 4 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "geschiebeprothese" ] ], [ fhir:index 5 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "interimsprothese" ] ], [ fhir:index 6 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "immediatprothese" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------