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
{
"resourceType" : "ChargeItem",
"id" : "ExampleMixedBemaChargeItem",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/dental/StructureDefinition/bema-charge-item"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ChargeItem ExampleMixedBemaChargeItem</b></p><a name=\"ExampleMixedBemaChargeItem\"> </a><a name=\"hcExampleMixedBemaChargeItem\"> </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-bema-charge-item.html\">BEMA Leistungsposition (DE)</a></p></div><p><b>Steuerkategorie</b>: <span title=\"Codes:{urn:un:unece:uncefact:codelist:standard:5305 E}\">Steuerfrei</span></p><p><b>Umsatzsteuerbefreiungsgrund</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/ust-befreiungsgrund para4-nr14a}\"> 4 Nr. 14a UStG</span></p><p><b>status</b>: Billable</p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/kzbv/bema 91d}\">BEMA-91d</span></p><p><b>subject</b>: <a href=\"Patient-pat-gkv-dental-01.html\">Aylin Özdemir (official) (no stated gender), DoB: 1988-03-14 ( Krankenversichertennummer)</a></p><p><b>context</b>: <a href=\"Encounter-enc-dental-04-ze-kassenschein.html\">Encounter: identifier = https://example-dental-practice.de/fall-id#DENTAL-2026-0004; status = in-progress; class = ambulatory (ActCode#AMB); period = 2026-01-15 --> (ongoing)</a></p><p><b>occurrence</b>: 2026-05-20</p><p><b>quantity</b>: 150 Punkte</p><h3>PriceOverrides</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>210</td><td>Euro</td></tr></table><p><b>account</b>: <a href=\"Account-acct-dental-04-gkv-q1.html\">Account: identifier = https://fhir.cognovis.de/praxis/sid/scheinNummer#ScheinNummer#GKV-2026-Q1-00004; status = active; type = GKV; servicePeriod = 2026-01-01 --> 2026-03-31</a></p></div>"
},
"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"
}
]
}
},
{
"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/kzbv/bema",
"code" : "91d",
"display" : "BEMA-91d"
}
]
},
"subject" : {
🔗 "reference" : "Patient/pat-gkv-dental-01"
},
"context" : {
🔗 "reference" : "Encounter/enc-dental-04-ze-kassenschein"
},
"occurrenceDateTime" : "2026-05-20",
"quantity" : {
"value" : 150,
"unit" : "Punkte"
},
"priceOverride" : {
"value" : 210,
"currency" : "EUR"
},
"account" : [
{
🔗 "reference" : "Account/acct-dental-04-gkv-q1"
}
]
}