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 Bleaching als Verlangensleistung - JSON Representation

Raw json | Download

{
  "resourceType" : "ChargeItem",
  "id" : "ExampleGozChargeItemVerlangens",
  "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 ExampleGozChargeItemVerlangens</b></p><a name=\"ExampleGozChargeItemVerlangens\"> </a><a name=\"hcExampleGozChargeItemVerlangens\"> </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 S}\">Normaler Steuersatz</span></p><blockquote><p><b>Verlangensleistung ( 1 Abs. 2 Satz 2 GOZ)</b></p><ul><li>verlangensleistung: true</li><li>verlangensleistungBeleg: <a href=\"DocumentReference-doc-verlangens-aufklaerung-bleaching-01.html\">DocumentReference: status = current; type = Heil- und Kostenplan nach  1 Abs. 2 Satz 2 GOZ)</b></p><ul><li>verlangensleistung: true</li><li>verlangensleistungBeleg: <a href=\"DocumentReference-doc-verlangens-aufklaerung-bleaching-01.html\">DocumentReference: status = current; type = Heil- und Kostenplan nach extension" : [
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/ext-tax-category",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:un:unece:uncefact:codelist:standard:5305",
            "code" : "S",
            "display" : "Normaler Steuersatz"
          }
        ]
      }
    },
    {
      "extension" : [
        {
          "url" : "verlangensleistung",
          "valueBoolean" : true
        },
        {
          "url" : "verlangensleistungBeleg",
          "valueReference" : {
            🔗 "reference" : "DocumentReference/doc-verlangens-aufklaerung-bleaching-01"
          }
        }
      ],
      "url" : "https://fhir.cognovis.de/dental/StructureDefinition/verlangensleistung"
    },
    {
      "extension" : [
        {
          "url" : "faktor",
          "valueDecimal" : 2.3
        },
        {
          "url" : "schwellenwert",
          "valueDecimal" : 2.3
        },
        {
          "url" : "leistungsart",
          "valueCode" : "persoenlich"
        }
      ],
      "url" : "https://fhir.cognovis.de/dental/StructureDefinition/privatgebuehr-steigerungsfaktor"
    }
  ],
  "status" : "billable",
  "code" : {
    "coding" : [
      {
        "system" : "http://fhir.de/CodeSystem/bzaek/goz",
        "code" : "2197",
        "display" : "Adhäsive Befestigung"
      }
    ],
    "text" : "Externes Bleaching, analoge Abrechnung"
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-pkv-01"
  },
  "context" : {
    🔗 "reference" : "Encounter/enc-dental-02-privatschein"
  },
  "occurrenceDateTime" : "2026-02-14",
  "factorOverride" : 2.3,
  "priceOverride" : {
    "value" : 178.5,
    "currency" : "EUR"
  },
  "account" : [
    {
      🔗 "reference" : "Account/acct-dental-02-pkv-q1"
    }
  ]
}