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

: 1. Mahnung an Weber - JSON Representation

Raw json | Download

{
  "resourceType" : "Communication",
  "id" : "ExampleCommunicationMahnung",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication ExampleCommunicationMahnung</b></p><a name=\"ExampleCommunicationMahnung\"> </a><a name=\"hcExampleCommunicationMahnung\"> </a><p><b>Mahngebuehr</b>: <span title=\"Euro\">€5,00</span> (EUR)</p><p><b>OP-Referenz</b>: <a href=\"Account-ExampleAccountOP.html\">Account: extension = 228.44 EUR,228.44 EUR,0 EUR,1,false,2026-04-01,2026-04-15; status = active; type = patient billing account; description = Offener Posten — Rechnung Q1/2026 Weber</a></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/communication-category notification}\">Notification</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>sent</b>: 2026-04-15 10:00:00+0100</p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/mahngebuehr",
      "valueMoney" : {
        "value" : 5,
        "currency" : "EUR"
      }
    },
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/op-ref",
      "valueReference" : {
        🔗 "reference" : "Account/ExampleAccountOP"
      }
    }
  ],
  "status" : "completed",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/communication-category",
          "code" : "notification"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "sent" : "2026-04-15T10:00:00+01:00"
}