Release 4

Chargeitem-example.xml

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Encounter, Patient, Practitioner, RelatedPerson

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

Jump past Narrative

Example of chargeitem (id = "example")

<?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> 
  <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> 

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.