German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

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

: Zahlung Weber — Teilzahlung Q3/2025 - 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/PaymentReconciliation/ExamplePaymentReconPrivat> a fhir:PaymentReconciliation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExamplePaymentReconPrivat"] ;
  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: PaymentReconciliation ExamplePaymentReconPrivat</b></p><a name=\"ExamplePaymentReconPrivat\"> </a><a name=\"hcExamplePaymentReconPrivat\"> </a><p><b>Zahlungsart</b>: <span title=\"Codes:\">Ueberweisung</span></p><p><b>Zahlungs-Patientenreferenz</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>Honorarbescheid Quartal</b>: 3/2025</p><p><b>status</b>: Active</p><p><b>period</b>: 2025-10-15 --&gt; 2025-10-15</p><p><b>created</b>: 2025-10-15</p><p><b>outcome</b>: Processing Complete</p><p><b>paymentDate</b>: 2025-10-15</p><h3>PaymentAmounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>62.15</td><td>Euro</td></tr></table><blockquote><p><b>detail</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/payment-type payment}\">Payment</span></p><p><b>date</b>: 2025-10-15</p><h3>Amounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>62.15</td><td>Euro</td></tr></table></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/zahlungsart" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.text [ fhir:value "Ueberweisung" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/payment-patient-ref" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
       fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-quartal" ] ;
     fhir:Extension.valueString [ fhir:value "3/2025" ]
  ] ;
  fhir:PaymentReconciliation.status [ fhir:value "active"] ;
  fhir:PaymentReconciliation.period [
     fhir:Period.start [ fhir:value "2025-10-15"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2025-10-15"^^xsd:date ]
  ] ;
  fhir:PaymentReconciliation.created [ fhir:value "2025-10-15"^^xsd:date] ;
  fhir:PaymentReconciliation.outcome [ fhir:value "complete"] ;
  fhir:PaymentReconciliation.paymentDate [ fhir:value "2025-10-15"^^xsd:date] ;
  fhir:PaymentReconciliation.paymentAmount [
     fhir:Money.value [ fhir:value "62.15"^^xsd:decimal ] ;
     fhir:Money.currency [ fhir:value "EUR" ]
  ] ;
  fhir:PaymentReconciliation.detail [
     fhir:index 0 ;
     fhir:PaymentReconciliation.detail.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/payment-type" ] ;
         fhir:Coding.code [ fhir:value "payment" ] ;
         fhir:Coding.display [ fhir:value "Payment" ]
       ]
     ] ;
     fhir:PaymentReconciliation.detail.date [ fhir:value "2025-10-15"^^xsd:date ] ;
     fhir:PaymentReconciliation.detail.amount [
       fhir:Money.value [ fhir:value "62.15"^^xsd:decimal ] ;
       fhir:Money.currency [ fhir:value "EUR" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .

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

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