@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.cognovis.de/dental/Claim/ExampleZeEigenanteilClaim> a fhir:Claim ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleZeEigenanteilClaim"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<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>: 70</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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://fhir.cognovis.de/dental/StructureDefinition/ze-bonus-prozent"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/dental/StructureDefinition/ze-bonus-prozent>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 70
     ]
  ] [
     fhir:url [
       fhir:v "https://fhir.cognovis.de/dental/StructureDefinition/eigenanteil-regelversorgung"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/dental/StructureDefinition/eigenanteil-regelversorgung>
     ] ;
     fhir:value [
       a fhir:Money ;
       fhir:value [ fhir:v "180"^^xsd:decimal ] ;
       fhir:currency [ fhir:v "EUR" ]
     ]
  ] [
     fhir:url [
       fhir:v "https://fhir.cognovis.de/dental/StructureDefinition/eigenanteil-gleichartig"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/dental/StructureDefinition/eigenanteil-gleichartig>
     ] ;
     fhir:value [
       a fhir:Money ;
       fhir:value [ fhir:v "320"^^xsd:decimal ] ;
       fhir:currency [ fhir:v "EUR" ]
     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/claim-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/claim-type>
       ] ;
       fhir:code [ fhir:v "oral" ] ;
       fhir:display [ fhir:v "Oral" ]
     ] )
  ] ; # 
  fhir:use [ fhir:v "claim"] ; # 
  fhir:patient [
     fhir:l <https://fhir.cognovis.de/dental/Patient/pat-gkv-dental-01> ;
     fhir:reference [ fhir:v "Patient/pat-gkv-dental-01" ]
  ] ; # 
  fhir:created [ fhir:v "2026-01-15"^^xsd:date] ; # 
  fhir:provider [
     fhir:l <https://fhir.cognovis.de/dental/PractitionerRole/role-schoell-gibitzenhof> ;
     fhir:reference [ fhir:v "PractitionerRole/role-schoell-gibitzenhof" ]
  ] ; # 
  fhir:priority [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/processpriority"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/processpriority>
       ] ;
       fhir:code [ fhir:v "normal" ]
     ] )
  ] ; # 
  fhir:insurance ( [
     fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:focal [ fhir:v true ] ;
     fhir:coverage [
       fhir:l <https://fhir.cognovis.de/dental/Coverage/cov-gkv-dental-01-gkv> ;
       fhir:reference [ fhir:v "Coverage/cov-gkv-dental-01-gkv" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

