FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). 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 R3

Chargeitem-example.xml

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

Raw XML (canonical form)

Jump past Narrative

Example of chargeitem (id = "example")

<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ü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'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.