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

: Honorarbescheid Q3/2025 — mit Richtigstellung - JSON Representation

Raw json | Download

{
  "resourceType" : "ClaimResponse",
  "id" : "ExampleHonorarbescheid",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ClaimResponse ExampleHonorarbescheid</b></p><a name=\"ExampleHonorarbescheid\"> </a><a name=\"hcExampleHonorarbescheid\"> </a><p><b>Honorarbescheid Quartal</b>: 3/2025</p><p><b>Honorarbescheid Korrekturrichtung</b>: SR</p><p><b>Honorarbescheid Patientenname</b>: Mueller, Hans</p><p><b>Honorarbescheid Geburtsdatum</b>: 1958-03-22</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type professional}\">Professional</span></p><p><b>use</b>: Claim</p><p><b>patient</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>created</b>: 2025-07-01</p><p><b>insurer</b>: <a href=\"Organization-example-organization.html\">Organization Hausarztpraxis Dr. Schoell — Gibitzenhof</a></p><p><b>outcome</b>: Processing Complete</p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-quartal",
      "valueString" : "3/2025"
    },
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-correction-sign",
      "valueString" : "SR"
    },
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-patient-name",
      "valueString" : "Mueller, Hans"
    },
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/honorarbescheid-patient-birthdate",
      "valueDate" : "1958-03-22"
    }
  ],
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/claim-type",
        "code" : "professional"
      }
    ]
  },
  "use" : "claim",
  "patient" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "created" : "2025-07-01",
  "insurer" : {
    🔗 "reference" : "Organization/example-organization"
  },
  "outcome" : "complete"
}