German Dental FHIR Profiles (R4)
0.41.6 - trial-use Germany

German Dental FHIR Profiles (R4) - Local Development build (v0.41.6) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Beispiel ZE-Eigenanteil Claim — Brücke Zahn 35-37 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Claim/ExampleZeEigenanteilClaim> a fhir:Claim ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleZeEigenanteilClaim"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Claim ExampleZeEigenanteilClaim</b></p><a name=\"ExampleZeEigenanteilClaim\"> </a><a name=\"hcExampleZeEigenanteilClaim\"> </a><p><b>ZE Bonus-Prozent</b>: 75</p><p><b>Eigenanteil Regelversorgung</b>: <span title=\"Euro\">€180,00</span> (EUR)</p><p><b>Eigenanteil gleichartige Versorgung</b>: <span title=\"Euro\">€320,00</span> (EUR)</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type oral}\">Oral</span></p><p><b>use</b>: Claim</p><p><b>patient</b>: <a href=\"Patient-pat-gkv-dental-01.html\">Aylin Özdemir (official) (no stated gender), DoB: 1988-03-14 ( Krankenversichertennummer)</a></p><p><b>created</b>: 2026-01-15</p><p><b>provider</b>: <a href=\"PractitionerRole-role-schoell-gibitzenhof.html\">PractitionerRole Doctor</a></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/processpriority normal}\">Normal</span></p><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>true</td><td><a href=\"Coverage-cov-gkv-dental-01-gkv.html\">Coverage: status = active; type = Gesetzliche Krankenversicherung; period = 2024-01-01 --&gt; (ongoing)</a></td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/ze-bonus-prozent" ] ;
     fhir:Extension.valueInteger [ fhir:value "75"^^xsd:integer ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/eigenanteil-regelversorgung" ] ;
     fhir:Extension.valueMoney [
       fhir:Money.value [ fhir:value "180"^^xsd:decimal ] ;
       fhir:Money.currency [ fhir:value "EUR" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/eigenanteil-gleichartig" ] ;
     fhir:Extension.valueMoney [
       fhir:Money.value [ fhir:value "320"^^xsd:decimal ] ;
       fhir:Money.currency [ fhir:value "EUR" ]
     ]
  ] ;
  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 "oral" ] ;
       fhir:Coding.display [ fhir:value "Oral" ]
     ]
  ] ;
  fhir:Claim.use [ fhir:value "claim"] ;
  fhir:Claim.patient [
     fhir:link <http://hl7.org/fhir/Patient/pat-gkv-dental-01> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-gkv-dental-01" ]
  ] ;
  fhir:Claim.created [ fhir:value "2026-01-15"^^xsd:date] ;
  fhir:Claim.provider [
     fhir:link <http://hl7.org/fhir/PractitionerRole/role-schoell-gibitzenhof> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/role-schoell-gibitzenhof" ]
  ] ;
  fhir:Claim.priority [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/processpriority" ] ;
       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 <http://hl7.org/fhir/Coverage/cov-gkv-dental-01-gkv> ;
       fhir:Reference.reference [ fhir:value "Coverage/cov-gkv-dental-01-gkv" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/pat-gkv-dental-01> a fhir:Patient .

<http://hl7.org/fhir/PractitionerRole/role-schoell-gibitzenhof> a fhir:PractitionerRole .

<http://hl7.org/fhir/Coverage/cov-gkv-dental-01-gkv> a fhir:Coverage .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Claim/ExampleZeEigenanteilClaim.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Claim/ExampleZeEigenanteilClaim.ttl> .