German Practice Management FHIR Profiles (R4)
0.90.0 - STU1
Germany
German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "ChargeItem",
"id" : "example-goae-charge-item",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ChargeItem example-goae-charge-item</b></p><a name=\"example-goae-charge-item\"> </a><a name=\"hcexample-goae-charge-item\"> </a><p><b>status</b>: Billable</p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/goae 1}\">Beratung</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>context</b>: <a href=\"Encounter-ExampleEncounterPrivat.html\">Encounter: extension = billable,false,2026-01-14 17:00:00+0100,2026-01-14 09:25:00+0100,2026-01-14 09:28:00+0100,2026-01-14 09:15:00+0100,1/2026,->DocumentReference: status = current; type = Discharge summary,->Organization Hausarztpraxis Dr. Schoell — Gibitzenhof,Erstbescheinigung,false; status = in-progress; class = ambulatory (ActCode#AMB); period = 2026-01-14 09:30:00+0100 --> (ongoing); reasonCode = Diabetes mellitus, Typ 2, ohne Komplikationen,Reine Hypercholesterinaemie,Essentielle Hypertonie</a></p><p><b>occurrence</b>: 2026-07-27</p><p><b>quantity</b>: 1</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>120</td><td>Euro</td></tr></table></div>"
},
"status" : "billable",
"code" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/goae",
"code" : "1",
"display" : "Beratung"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"context" : {
🔗 "reference" : "Encounter/ExampleEncounterPrivat"
},
"occurrenceDateTime" : "2026-07-27",
"quantity" : {
"value" : 1
},
"priceOverride" : {
"value" : 120,
"currency" : "EUR"
}
}