German Practice Management FHIR Profiles (R4)
0.49.0 - STU1
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
{
"resourceType" : "ChargeItem",
"id" : "ExampleChargeItemHzv",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ChargeItem ExampleChargeItemHzv</b></p><a name=\"ExampleChargeItemHzv\"> </a><a name=\"hcExampleChargeItemHzv\"> </a><p><b>definitionUri</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.6.0-ballot2&canonical=https://fhir.cognovis.de/praxis/ChargeItemDefinition/hzv-bayern-ek-HZVE001\">https://fhir.cognovis.de/praxis/ChargeItemDefinition/hzv-bayern-ek-HZVE001</a></p><p><b>status</b>: Billable</p><p><b>code</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/hzv-bayern-ek HZVE001}\">Hausaerztliche Grundpauschale HZV Bayern</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>occurrence</b>: 2026-04-10</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></td></tr></table><p><b>supportingInformation</b>: <a href=\"Coverage-example-coverage-hzv.html\">Coverage: extension = Bayern (KBV_CS_SFHIR_ITA_WOP#71); identifier = Gesetzliche Krankenversicherung; status = active; type = gesetzliche Krankenversicherung</a></p></div>"
},
"definitionUri" : [
"https://fhir.cognovis.de/praxis/ChargeItemDefinition/hzv-bayern-ek-HZVE001"
],
"status" : "billable",
"code" : {
"coding" : [
{
"system" : "https://fhir.cognovis.de/praxis/CodeSystem/hzv-bayern-ek",
"code" : "HZVE001",
"display" : "Hausaerztliche Grundpauschale HZV Bayern"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"occurrenceDateTime" : "2026-04-10",
"performer" : [
{
"actor" : {
🔗 "reference" : "Practitioner/example-practitioner"
}
}
],
"supportingInformation" : [
{
🔗 "reference" : "Coverage/example-coverage-hzv"
}
]
}