{
  "resourceType" : "ChargeItem",
  "id" : "example-chargeitem-ct-schaedel-goae5370",
  "meta" : {
    "profile" : ["https://fhir.cognovis.de/praxis/StructureDefinition/charge-item-praxis-de"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ChargeItem example-chargeitem-ct-schaedel-goae5370</b></p><a name=\"example-chargeitem-ct-schaedel-goae5370\"> </a><a name=\"hcexample-chargeitem-ct-schaedel-goae5370\"> </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-charge-item-praxis-de.html\">ChargeItem (Praxis DE)</a></p></div><p><b>status</b>: Billable</p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/goae 5370}\">CT Schaedel</span></p><p><b>subject</b>: <a href=\"Patient-example-patient-roentgen-linkage.html\">Maria Becker (official) Female, DoB: 1962-03-20</a></p><p><b>context</b>: <a href=\"Encounter-example-encounter-ct-schaedel.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB)</a></p><p><b>occurrence</b>: 2026-04-30 14:00:00+0200</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-radiologe-ct.html\">Practitioner Peter Kurz (official)</a></td></tr></table><p><b>service</b>: <a href=\"Procedure-example-roentgen-procedure-ct-schaedel.html\">Procedure Computed tomography of head</a></p></div>"
  },
  "status" : "billable",
  "code" : {
    "coding" : [{
      "system" : "http://fhir.de/CodeSystem/goae",
      "code" : "5370",
      "display" : "CT Schaedel"
    }]
  },
  "subject" : {
    "reference" : "Patient/example-patient-roentgen-linkage"
  },
  "context" : {
    "reference" : "Encounter/example-encounter-ct-schaedel"
  },
  "occurrenceDateTime" : "2026-04-30T14:00:00+02:00",
  "performer" : [{
    "actor" : {
      "reference" : "Practitioner/example-practitioner-radiologe-ct"
    }
  }],
  "service" : [{
    "reference" : "Procedure/example-roentgen-procedure-ct-schaedel"
  }]
}