Administrative Incubator
0.1.0 - International flag

Administrative Incubator, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/admin-incubator/ and changes regularly. See the Directory of published versions

: example

Page standards status: Informative

Raw xml | Download


<ChargeItem xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <language value="en"/>
  <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>
  <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>
  <encounter>
    <reference value="Encounter/example"/>
  </encounter>
  <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>
  <totalPriceComponent>
    <type value="base"/>
    <factor value="0.8"/>
    <amount>
      <value value="40"/>
      <currency value="EUR"/>
    </amount>
  </totalPriceComponent>
  <overrideReason>
    <text
          value="Patient is Cardiologist's golf buddy, so he gets a 20% discount!"/>
  </overrideReason>
  <enterer>
    <reference value="Practitioner/example"/>
  </enterer>
  <enteredDate value="2017-01-25T23:55:04+01:00"/>
  <reason>
    <concept>
      <coding>
        <system value="http://hl7.org/fhir/sid/icd-10"/>
        <!-- 
				<code value= "123456"/>
				<display value="DIAG-1"/>
				 -->
        <code value="I51.6"/>
        <display value="Cardiovascular disease, unspecified"/>
      </coding>
    </concept>
  </reason>
  <service>
    <reference>
      <reference value="Procedure/example"/>
    </reference>
  </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>