@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/praxis/PaymentReconciliation/ExamplePaymentReconPrivat> a fhir:PaymentReconciliation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExamplePaymentReconPrivat"] ; # 
  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: 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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/zahlungsart"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/zahlungsart>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:text [ fhir:v "Ueberweisung" ]
     ]
  ] [
     fhir:url [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/payment-patient-ref"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/payment-patient-ref>
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <https://fhir.cognovis.de/praxis/Patient/example-patient> ;
       fhir:reference [ fhir:v "Patient/example-patient" ]
     ]
  ] [
     fhir:url [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-quartal"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-quartal>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "3/2025"
     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:period [
     fhir:start [ fhir:v "2025-10-15"^^xsd:date ] ;
     fhir:end [ fhir:v "2025-10-15"^^xsd:date ]
  ] ; # 
  fhir:created [ fhir:v "2025-10-15"^^xsd:date] ; # 
  fhir:outcome [ fhir:v "complete"] ; # 
  fhir:paymentDate [ fhir:v "2025-10-15"^^xsd:date] ; # 
  fhir:paymentAmount [
     fhir:value [ fhir:v 62.15 ] ;
     fhir:currency [ fhir:v "EUR" ]
  ] ; # 
  fhir:detail ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/payment-type"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/payment-type>
         ] ;
         fhir:code [ fhir:v "payment" ] ;
         fhir:display [ fhir:v "Payment" ]
       ] )
     ] ;
     fhir:date [ fhir:v "2025-10-15"^^xsd:date ] ;
     fhir:amount [
       fhir:value [ fhir:v 62.15 ] ;
       fhir:currency [ fhir:v "EUR" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

