Release 5 Draft Ballot

This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Chargeitemdefinition-ebm-example.xml

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

Raw XML (canonical form + also see XML Format Specification)

Jump past Narrative

example definition of EMB code 30110 (from a german billing system) (id = "ebm")

<?xml version="1.0" encoding="UTF-8"?>

<ChargeItemDefinition xmlns="http://hl7.org/fhir">
  <id value="ebm"/> 
  <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative</b> </p> <p> <b> url</b> : <code> http://fhir.de/ChargeItemDefinition/kbv/ebm-30110</code> </p> <p> <b> version</b> : 2-2018</p> <p> <b> status</b> : active</p> <p> <b> description</b> : Allergologisch-diagnostischer Komplex zur Diagnostik und/oder zum Ausschluss einer (Kontakt-)Aller
        gie vom Spättyp (Typ IV), einschl. Kosten</p> <p> <b> effectivePeriod</b> : 2018-04-01 --&gt; 2018-06-30</p> <p> <b> code</b> : <span> Allergologiediagnostik I</span> </p> <blockquote> <p> <b> applicability</b> </p> <p> <b> description</b> : Excludes billing code 13250 for same Encounter</p> <p> <b> language</b> : text/cql</p> <p> <b> expression</b> : [some CQL expression]</p> </blockquote> <blockquote> <p> <b> applicability</b> </p> <p> <b> description</b> : Applies only once per Encounter</p> <p> <b> language</b> : text/CQL</p> <p> <b> expression</b> : [some CQL expression]</p> </blockquote> <blockquote> <p> <b> propertyGroup</b> </p> <blockquote> <p> <b> priceComponent</b> </p> <p> <b> type</b> : base</p> <p> <b> code</b> : <span> Gesamt (Euro)</span> </p> <h3> Amounts</h3> <table> <tr> <td> -</td> </tr> <tr> <td> *</td> </tr> </table> </blockquote> <blockquote> <p> <b> priceComponent</b> </p> <p> <b> type</b> : informational</p> <p> <b> code</b> : <span> Gesamt (Punkte)</span> </p> <p> <b> factor</b> : 633</p> </blockquote> </blockquote> </div> </text> <url value="http://fhir.de/ChargeItemDefinition/kbv/ebm-30110"/> 
  <version value="2-2018"/> 
  <status value="active"/>  
  <description value="Allergologisch-diagnostischer Komplex zur Diagnostik und/oder zum Ausschluss einer (Kontakt-)Allergi
  e vom Spättyp (Typ IV), einschl. Kosten"/> 
  <effectivePeriod> 
    <start value="2018-04-01"/> 
    <end value="2018-06-30"/> 
  </effectivePeriod> 
  <code>   
    <coding> 
      <system value="http://fhir.de/CodingSystem/kbv/ebm"/> 
      <code value="30110"/>  
      <display value="Allergologiediagnostik I"/> 
    </coding> 
  </code> 
  <applicability> 
    <description value="Excludes billing code 13250 for same Encounter"/> 
    <language value="text/cql"/> 
    <expression value="[some CQL expression]"/> 
  </applicability> 
  <applicability> 
    <description value="Applies only once per Encounter"/> 
    <language value="text/CQL"/> 
    <expression value="[some CQL expression]"/> 
  </applicability> 
  <!--    a group of static properties (no additional rules apply)   -->
  <propertyGroup> 
    <priceComponent> 
      <type value="base"/> 
      <code> 
        <coding> 
          <system value="http://fhir.de/CodeSystem/kbv/ebm-attribute"/> 
          <code value="gesamt-euro"/> 
          <display value="Gesamt (Euro)"/> 
        </coding> 
      </code> 
      <amount> 
        <value value="67.44"/> 
        <currency value="EUR"/> 
      </amount> 
    </priceComponent> 
    <priceComponent> 
      <type value="informational"/> 
      <code> 
        <coding> 
          <system value="http://fhir.de/CodeSystem/kbv/ebm-attribute"/> 
          <code value="gesamt-punkte"/> 
          <display value="Gesamt (Punkte)"/> 
        </coding> 
      </code> 
      <factor value="633"/>             
    </priceComponent> 
  </propertyGroup> 
</ChargeItemDefinition> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.