<?xml version="1.0" encoding="UTF-8"?><ChargeItem xmlns="http://hl7.org/fhir">
	<id value="example"/>
	<text>
		<status value="generated"/>
		<div xmlns="http://www.w3.org/1999/xhtml">Example of ChargeItem Usage in Context of the German EBM Billing code system</div>
	</text>
	<identifier>
		<system value="http://myHospital.org/ChargeItems"/>
		<value value="654321"/>
	</identifier>
	<definition value="http://www.kbv.de/tools/ebm/html/01520_2904360860826220813632.html"/>
	<status value="billable"/>

	<code>
		<coding>
			<code value="01510"/>
			<display value="Zusatzpauschale f&#xFC;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>
	<participant>
		<role>
			<coding>
				<system value="http://snomed.info/sct"/>
				<code value="17561000"/>
				<display value="Cardiologist"/>	
			</coding>
		</role>
		<actor>
			<reference value="Practitioner/example"/>
		</actor>
	</participant>
	<participant>
		<role>
			<coding>
				<system value="http://snomed.info/sct"/>
				<code value="224542009"/>
				<display value="Coronary Care Nurse"/>	
			</coding>
		</role>
		<actor>
			<reference value="Practitioner/example"/>
		</actor>
	</participant>
	<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"/>
        <unit value="EUR"/>
        <system value="urn:iso:std:iso:4217"/>
        <code value="EUR"/>
	</priceOverride>
	<overrideReason value="Patient is Cardiologist&#39;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>