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

Generated Narrative: ConceptMap prosthesis-finding-to-bema-suggestion

Mapping from Removable Prosthesis Finding to http://fhir.de/CodeSystem/kzbv/bema


Mapping from Prosthetic Device Finding to http://fhir.de/CodeSystem/kzbv/bema

Source Concept DetailsRelationshipTarget Concept Details
Codes from Prosthetic Device FindingCodes from http://fhir.de/CodeSystem/kzbv/bema
base-fractureProsthesis base fractureis related to100a
is related to100b
clasp-fractureClasp fractureis related to100a
is related to100b
extension-requiredProsthesis extension requiredis related to100c
is related to100d
localized-fit-lossLocalized loss of fitis related to100e
generalized-fit-lossGeneralized loss of fitis related to100f
" ] ; fhir:ConceptMap.url [ fhir:value "https://fhir.cognovis.de/dental/ConceptMap/prosthesis-finding-to-bema-suggestion"] ; fhir:ConceptMap.version [ fhir:value "0.41.6"] ; fhir:ConceptMap.name [ fhir:value "ProsthesisFindingToBemaSuggestion"] ; fhir:ConceptMap.title [ fhir:value "Removable Prosthesis Finding to BEMA Suggestion"] ; fhir:ConceptMap.status [ fhir:value "active"] ; fhir:ConceptMap.experimental [ fhir:value "false"^^xsd:boolean] ; fhir:ConceptMap.date [ fhir:value "2026-07-29T15:26:56+02:00"^^xsd:dateTime] ; fhir:ConceptMap.publisher [ fhir:value "cognovis GmbH"] ; fhir:ConceptMap.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:ConceptMap.description [ fhir:value "Non-authoritative candidate mapping from technical removable-prosthesis findings to BEMA repair positions. A finding never establishes billability by itself."] ; fhir:ConceptMap.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:ConceptMap.copyright [ fhir:value "Copyright 2026+ cognovis GmbH. Licensed under CC-BY-4.0."] ; fhir:ConceptMap.sourceCanonical [ fhir:value "https://fhir.cognovis.de/dental/ValueSet/prosthesis-finding" ; fhir:link ] ; fhir:ConceptMap.targetUri [ fhir:value "http://fhir.de/CodeSystem/kzbv/bema"] ; fhir:ConceptMap.group [ fhir:index 0 ; fhir:ConceptMap.group.source [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/prosthetic-device-finding" ] ; fhir:ConceptMap.group.target [ fhir:value "http://fhir.de/CodeSystem/kzbv/bema" ] ; fhir:ConceptMap.group.element [ fhir:index 0 ; fhir:ConceptMap.group.element.code [ fhir:value "base-fracture" ] ; fhir:ConceptMap.group.element.target [ fhir:index 0 ; fhir:ConceptMap.group.element.target.code [ fhir:value "100a" ] ; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "relatedto" ] ], [ fhir:index 1 ; fhir:ConceptMap.group.element.target.code [ fhir:value "100b" ] ; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "relatedto" ] ] ], [ fhir:index 1 ; fhir:ConceptMap.group.element.code [ fhir:value "clasp-fracture" ] ; fhir:ConceptMap.group.element.target [ fhir:index 0 ; fhir:ConceptMap.group.element.target.code [ fhir:value "100a" ] ; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "relatedto" ] ], [ fhir:index 1 ; fhir:ConceptMap.group.element.target.code [ fhir:value "100b" ] ; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "relatedto" ] ] ], [ fhir:index 2 ; fhir:ConceptMap.group.element.code [ fhir:value "extension-required" ] ; fhir:ConceptMap.group.element.target [ fhir:index 0 ; fhir:ConceptMap.group.element.target.code [ fhir:value "100c" ] ; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "relatedto" ] ], [ fhir:index 1 ; fhir:ConceptMap.group.element.target.code [ fhir:value "100d" ] ; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "relatedto" ] ] ], [ fhir:index 3 ; fhir:ConceptMap.group.element.code [ fhir:value "localized-fit-loss" ] ; fhir:ConceptMap.group.element.target [ fhir:index 0 ; fhir:ConceptMap.group.element.target.code [ fhir:value "100e" ] ; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "relatedto" ] ] ], [ fhir:index 4 ; fhir:ConceptMap.group.element.code [ fhir:value "generalized-fit-loss" ] ; fhir:ConceptMap.group.element.target [ fhir:index 0 ; fhir:ConceptMap.group.element.target.code [ fhir:value "100f" ] ; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "relatedto" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------