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

Generated Narrative: ConceptMap sleep-appliance-service-to-bema-suggestion

Mapping from Sleep Appliance Service Stage to http://fhir.de/CodeSystem/kzbv/bema


Mapping from Sleep Appliance Service to http://fhir.de/CodeSystem/kzbv/bema

Source CodeRelationshipTarget Code
initial-dental-assessmentis related toUP1
impression-and-registrationis related toUP2
appliance-insertionis related toUP3
follow-up-adjustment (Follow-up and adjustment)is related toUP4
additional-adjustmentis related toUP5
completion-reviewis related toUP6
" ] ; fhir:ConceptMap.url [ fhir:value "https://fhir.cognovis.de/dental/ConceptMap/sleep-appliance-service-to-bema-suggestion"] ; fhir:ConceptMap.version [ fhir:value "0.41.6"] ; fhir:ConceptMap.name [ fhir:value "SleepApplianceServiceToBemaSuggestion"] ; fhir:ConceptMap.title [ fhir:value "Sleep Appliance Service 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 oral-appliance service stages to BEMA positions. The performed service and current billing rules remain decisive."] ; 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/sleep-appliance-service" ; 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/sleep-appliance-service" ] ; 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 "initial-dental-assessment" ] ; fhir:ConceptMap.group.element.target [ fhir:index 0 ; fhir:ConceptMap.group.element.target.code [ fhir:value "UP1" ] ; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "relatedto" ] ] ], [ fhir:index 1 ; fhir:ConceptMap.group.element.code [ fhir:value "impression-and-registration" ] ; fhir:ConceptMap.group.element.target [ fhir:index 0 ; fhir:ConceptMap.group.element.target.code [ fhir:value "UP2" ] ; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "relatedto" ] ] ], [ fhir:index 2 ; fhir:ConceptMap.group.element.code [ fhir:value "appliance-insertion" ] ; fhir:ConceptMap.group.element.target [ fhir:index 0 ; fhir:ConceptMap.group.element.target.code [ fhir:value "UP3" ] ; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "relatedto" ] ] ], [ fhir:index 3 ; fhir:ConceptMap.group.element.code [ fhir:value "follow-up-adjustment" ] ; fhir:ConceptMap.group.element.target [ fhir:index 0 ; fhir:ConceptMap.group.element.target.code [ fhir:value "UP4" ] ; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "relatedto" ] ] ], [ fhir:index 4 ; fhir:ConceptMap.group.element.code [ fhir:value "additional-adjustment" ] ; fhir:ConceptMap.group.element.target [ fhir:index 0 ; fhir:ConceptMap.group.element.target.code [ fhir:value "UP5" ] ; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "relatedto" ] ] ], [ fhir:index 5 ; fhir:ConceptMap.group.element.code [ fhir:value "completion-review" ] ; fhir:ConceptMap.group.element.target [ fhir:index 0 ; fhir:ConceptMap.group.element.target.code [ fhir:value "UP6" ] ; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "relatedto" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------