German Dental FHIR Profiles (R4)
0.36.1 - trial-use DE

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

: Beispiel ZE-Eigenanteil Claim — andersartige Versorgung - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Claim ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleZeEigenanteilAndersartigClaim"] ; # 
  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 ExampleZeEigenanteilAndersartigClaim</b></p><a name=\"ExampleZeEigenanteilAndersartigClaim\"> </a><a name=\"hcExampleZeEigenanteilAndersartigClaim\"> </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 andersartige Versorgung</b>: <span title=\"Euro\">€580,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-02-10</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-andersartig"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/dental/StructureDefinition/eigenanteil-andersartig>     ] ;
fhir:value [
a fhir:Money ;
fhir:value [ fhir:v "580"^^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 fhir:Patient/pat-gkv-dental-01 ;
fhir:reference [ fhir:v "Patient/pat-gkv-dental-01" ]
  ] ; # 
  fhir:created [ fhir:v "2026-02-10"^^xsd:date] ; # 
  fhir:provider [
fhir:l fhir: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 fhir:Coverage/cov-gkv-dental-01-gkv ;
fhir:reference [ fhir:v "Coverage/cov-gkv-dental-01-gkv" ]     ]
  ] ) . #