@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "dental-practitioner-specialty"] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "

Generated Narrative: ValueSet dental-practitioner-specialty

" ] ; fhir:ValueSet.url [ fhir:value "https://fhir.cognovis.de/dental/ValueSet/dental-practitioner-specialty"] ; fhir:ValueSet.version [ fhir:value "0.41.6"] ; fhir:ValueSet.name [ fhir:value "DentalPractitionerSpecialtyVS"] ; fhir:ValueSet.title [ fhir:value "Dental Practitioner Specialty (SNOMED CT)"] ; 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 "Initial dental specialty concepts for PractitionerRole.specialty, coded in SNOMED CT (http://snomed.info/sct).\nThis IG does not define a local dental specialty CodeSystem while SNOMED CT covers these concepts.\nPublic artifacts reference SCTIDs only; German/English displays come from the gated terminology package de.cognovis.terminology.dental.snomed."] ; 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 "This value set includes SNOMED CT® concept references under the IHTSDO Affiliate License (Affiliate No. 1636879).\nThis public IG carries SNOMED CT identifiers and system URIs only; full concept content (including displays) is distributed via the authenticated package de.cognovis.terminology.dental.snomed.\nSNOMED CT® is a registered trademark of the International Health Terminology Standards Development Organisation (IHTSDO)."] ; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0 ; fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ] ; fhir:ValueSet.compose.include.concept [ fhir:index 0 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "106289002" ] ], [ fhir:index 1 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "394812008" ] ], [ fhir:index 2 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "408444009" ] ], [ fhir:index 3 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "408460008" ] ], [ fhir:index 4 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "408461007" ] ], [ fhir:index 5 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "408465003" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------