<?xml version=“1.0” encoding=“UTF-8”?> <ChargeItem xmlns=“hl7.org/fhir”>

      <id value="example"/>
      <meta>
  <security>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
    <code value="HTEST"/>
    <display value="test health data"/>
  </security>
</meta>

      <identifier>
              <system value="http://myHospital.org/ChargeItems"/>
              <value value="654321"/>
      </identifier>
      <definitionUri value="http://www.kbv.de/tools/ebm/html/01520_2904360860826220813632.html"/>
      <status value="billable"/>

      <code>
              <coding>
                      <code value="01510"/>
                      <display value="Zusatzpauschale für Beobachtung nach diagnostischer Koronarangiografie"/>
              </coding>
      </code>
      <subject>
              <reference value="Patient/example"/>
      </subject>
      <context>
              <reference value="Encounter/example"/>
      </context>
      <occurrencePeriod>
              <start value="2017-01-25T08:00:00+01:00"/>
              <end value="2017-01-25T12:35:00+01:00"/>
      </occurrencePeriod>
      <performer>
              <function>
                      <coding>
                              <system value="http://snomed.info/sct"/>
                              <code value="17561000"/>
                              <display value="Cardiologist"/> 
                      </coding>
              </function>
              <actor>
                      <reference value="Practitioner/example"/>
              </actor>
      </performer>
      <performer>
              <function>
                      <coding>
                              <system value="http://snomed.info/sct"/>
                              <code value="224542009"/>
                              <display value="Coronary Care Nurse"/>  
                      </coding>
              </function>
              <actor>
                      <reference value="Practitioner/example"/>
              </actor>
      </performer>
      <performingOrganization>
              <identifier>
                      <system value="http://myhospital/NamingSystem/departments"/>
                      <value value="CARD_INTERMEDIATE_CARE"/>
              </identifier>
      </performingOrganization>
      <requestingOrganization>
              <identifier>
                      <system value="http://myhospital/NamingSystem/departments"/>
                      <value value="CARD_U1"/>
              </identifier>
      </requestingOrganization>
      <quantity>
              <value value="1"/>
      </quantity> 
      <factorOverride value="0.8"/>
      <priceOverride>
          <value value="40"/>
      <currency value="EUR"/>
      </priceOverride>
      <overrideReason value="Patient is Cardiologist's golf buddy, so he gets a 20% discount!"/>
      <enterer>
              <reference value="Practitioner/example"/>
      </enterer>
      <enteredDate value="2017-01-25T23:55:04+01:00"/>
      <reason>
                      <coding>
                              <system value="http://hl7.org/fhir/sid/icd-10"/>
                              <code value="123456"/>
                              <display value="DIAG-1"/>       
                      </coding>
      </reason>
      <service>
              <reference value="Procedure/example"/>
      </service>
      <account>
              <reference value="Account/example"/>
      </account>
      <note>
              <authorReference>
                      <reference value="Practitioner/example"/>
              </authorReference> 
              <time value="2017-01-25T23:55:04+01:00"/>
              <text value="The code is only applicable for periods longer than 4h"/>
      </note>

</ChargeItem>