German Dental FHIR Profiles (R4)
0.41.6 - trial-use Germany

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

: Beispiel GOZ 2080 mit Faktor 4,5 und Honorarvereinbarung - JSON Representation

Raw json | Download

{
  "resourceType" : "ChargeItem",
  "id" : "ExampleGozChargeItemWithAgreement",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/dental/StructureDefinition/goz-charge-item"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ChargeItem ExampleGozChargeItemWithAgreement</b></p><a name=\"ExampleGozChargeItemWithAgreement\"> </a><a name=\"hcExampleGozChargeItemWithAgreement\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-goz-charge-item.html\">GOZ Leistungsposition (DE)</a></p></div><p><b>Steuerkategorie</b>: <span title=\"Codes:{urn:un:unece:uncefact:codelist:standard:5305 E}\">Steuerfrei</span></p><blockquote><p><b>Privatgebühr Steigerungsfaktor</b></p><ul><li>faktor: 4.5</li><li>schwellenwert: 2.3</li><li>leistungsart: persoenlich</li><li>begruendungstext: Besondere Schwierigkeit und erhöhter Zeitaufwand</li></ul></blockquote><blockquote><p><b>GOZ-Honorarvereinbarung nach  2 Abs. 1 und 2</b></p><ul><li>document: <a href=\"DocumentReference-ExampleGozHonorarvereinbarung.html\">DocumentReference: status = current; type = Honorarvereinbarung nach  2 Abs. 1 und 2</b></p><ul><li>document: <a href=\"DocumentReference-ExampleGozHonorarvereinbarung.html\">DocumentReference: status = current; type = Honorarvereinbarung nach extension" : [
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/ext-tax-category",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:un:unece:uncefact:codelist:standard:5305",
            "code" : "E",
            "display" : "Steuerfrei"
          }
        ]
      }
    },
    {
      "extension" : [
        {
          "url" : "faktor",
          "valueDecimal" : 4.5
        },
        {
          "url" : "schwellenwert",
          "valueDecimal" : 2.3
        },
        {
          "url" : "leistungsart",
          "valueCode" : "persoenlich"
        },
        {
          "url" : "begruendungstext",
          "valueString" : "Besondere Schwierigkeit und erhöhter Zeitaufwand"
        }
      ],
      "url" : "https://fhir.cognovis.de/dental/StructureDefinition/privatgebuehr-steigerungsfaktor"
    },
    {
      "extension" : [
        {
          "url" : "document",
          "valueReference" : {
            🔗 "reference" : "DocumentReference/ExampleGozHonorarvereinbarung"
          }
        },
        {
          "url" : "agreedOn",
          "valueDate" : "2026-05-20"
        },
        {
          "url" : "agreedAmount",
          "valueMoney" : {
            "value" : 180,
            "currency" : "EUR"
          }
        },
        {
          "url" : "reimbursementNoticeGiven",
          "valueBoolean" : true
        }
      ],
      "url" : "https://fhir.cognovis.de/dental/StructureDefinition/goz-honorarvereinbarung"
    },
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/ext-tax-exemption-reason",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.cognovis.de/praxis/CodeSystem/ust-befreiungsgrund",
            "code" : "para4-nr14a",
            "display" : "§ 4 Nr. 14a UStG"
          }
        ]
      }
    }
  ],
  "status" : "billable",
  "code" : {
    "coding" : [
      {
        "system" : "http://fhir.de/CodeSystem/bzaek/goz",
        "code" : "2080",
        "display" : "GOZ-2080"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-pkv-01"
  },
  "context" : {
    🔗 "reference" : "Encounter/enc-dental-02-privatschein"
  },
  "occurrenceDateTime" : "2026-06-01",
  "factorOverride" : 4.5,
  "priceOverride" : {
    "value" : 180,
    "currency" : "EUR"
  },
  "account" : [
    {
      🔗 "reference" : "Account/acct-dental-02-pkv-q1"
    }
  ]
}