German Practice Management FHIR Profiles (R4)
0.49.0 - STU1 Germany flag

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

: Zahlung Weber — Teilzahlung Q3/2025 - JSON Representation

Raw json | Download

{
  "resourceType" : "PaymentReconciliation",
  "id" : "ExamplePaymentReconPrivat",
  "text" : {
    "status" : "extensions",
    "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>"
  },
  "extension" : [
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/zahlungsart",
      "valueCodeableConcept" : {
        "text" : "Ueberweisung"
      }
    },
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/payment-patient-ref",
      "valueReference" : {
        🔗 "reference" : "Patient/example-patient"
      }
    },
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-quartal",
      "valueString" : "3/2025"
    }
  ],
  "status" : "active",
  "period" : {
    "start" : "2025-10-15",
    "end" : "2025-10-15"
  },
  "created" : "2025-10-15",
  "outcome" : "complete",
  "paymentDate" : "2025-10-15",
  "paymentAmount" : {
    "value" : 62.15,
    "currency" : "EUR"
  },
  "detail" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/payment-type",
            "code" : "payment",
            "display" : "Payment"
          }
        ]
      },
      "date" : "2025-10-15",
      "amount" : {
        "value" : 62.15,
        "currency" : "EUR"
      }
    }
  ]
}