@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Claim ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ExampleFestzuschussAmount2025"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/dental-claim-de" ; fhir:index 0 ; fhir:link ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "

Generated Narrative: Claim ExampleFestzuschussAmount2025

status: Active

type: Professional

use: Claim

patient: Klaus Bergmann (official) (no stated gender), DoB: 1962-04-17 ( Krankenversichertennummer)

created: 2025-06-01

insurer: Example statutory insurer

provider: PractitionerRole Doctor

priority: normal

Insurances

-SequenceFocalCoverage
*1trueCoverage: status = active; type = Gesetzliche Krankenversicherung; period = 2020-01-01 --> (ongoing)

Items

-ExtensionSequenceProductOrService
*1BEMA-91d
" ] ; fhir:Claim.status [ fhir:value "active"] ; fhir:Claim.type [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/claim-type" ] ; fhir:Coding.code [ fhir:value "professional" ] ] ] ; fhir:Claim.use [ fhir:value "claim"] ; fhir:Claim.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-gkv-01" ] ] ; fhir:Claim.created [ fhir:value "2025-06-01"^^xsd:date] ; fhir:Claim.insurer [ fhir:Reference.display [ fhir:value "Example statutory insurer" ] ] ; fhir:Claim.provider [ fhir:link ; fhir:Reference.reference [ fhir:value "PractitionerRole/role-schoell-gibitzenhof" ] ] ; fhir:Claim.priority [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.code [ fhir:value "normal" ] ] ] ; fhir:Claim.insurance [ fhir:index 0 ; fhir:Claim.insurance.sequence [ fhir:value "1"^^xsd:positiveInteger ] ; fhir:Claim.insurance.focal [ fhir:value "true"^^xsd:boolean ] ; fhir:Claim.insurance.coverage [ fhir:link ; fhir:Reference.reference [ fhir:value "Coverage/cov-gkv-01-aok" ] ] ] ; fhir:Claim.item [ fhir:index 0 ; fhir:Element.extension [ fhir:index 0 ; fhir:Element.extension [ fhir:index 0 ; fhir:Extension.url [ fhir:value "finding" ] ; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/festzuschuss-befund" ] ; fhir:Coding.code [ fhir:value "1.1" ] ; fhir:Coding.display [ fhir:value "Festzuschuss-Befund 1.1" ] ] ], [ fhir:index 1 ; fhir:Extension.url [ fhir:value "benefitPercentage" ] ; fhir:Extension.valuePositiveInt [ fhir:value "60"^^xsd:positiveInteger ] ], [ fhir:index 2 ; fhir:Extension.url [ fhir:value "amount" ] ; fhir:Extension.valueMoney [ fhir:Money.value [ fhir:value "120"^^xsd:decimal ] ; fhir:Money.currency [ fhir:value "EUR" ] ] ], [ fhir:index 3 ; fhir:Extension.url [ fhir:value "effectivePeriod" ] ; fhir:Extension.valuePeriod [ fhir:Period.start [ fhir:value "2025-01-01"^^xsd:date ] ; fhir:Period.end [ fhir:value "2025-12-31"^^xsd:date ] ] ], [ fhir:index 4 ; fhir:Extension.url [ fhir:value "source" ] ; fhir:Extension.valueUri [ fhir:value "https://example.org/festzuschuss/synthetic/2025" ] ] ; fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/festzuschuss-betrag" ] ] ; fhir:Claim.item.sequence [ fhir:value "1"^^xsd:positiveInteger ] ; fhir:Claim.item.productOrService [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/kzbv/bema" ] ; fhir:Coding.code [ fhir:value "91d" ] ; fhir:Coding.display [ fhir:value "BEMA-91d" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------