In FHIR werden Abrechnungsleistungen in Form von ChargeItem-Ressourcen abgebildet. Diese können in Accounts aggregiert und schließlich zu einer Invoice oder einem Claim verarbeitet werden.
Während ChargeItem die Instanz einer zu einem konkreten Zeitpunkt für einen konkreten Patienten erbrachten Leisung darstellt, werden in ChargeItemDefinition die Eigenschaften (z.B. Preis, Anwendbarkeit, Zu-/Abschläge) der Ziffern eines Leistungskataloges abgebildet.
Bei der Erstellung einer Invoice zu den gesammelten ChargeItems eines Accounts, können die in ChargeItemDefinition hinterlegten Preise und Regeln verwendet werden, um die abrechenbaren von den nicht abrechenbaren Positionen zu unterscheiden, die Preise zu ermitteln und die Anwendbarkeit von Zu- und Abschlägen zu prüfen.
Das folgende Profil stellt die Dokumentation einer erbrachten Leistung gemäß EBM-Katalog dar:
Name: ChargeItemEBM (Simplifier Projekt Link)
Canonical: http://fhir.de/StructureDefinition/chargeitem-de-ebm
| ChargeItem | I | ChargeItem | There are no (further) constraints on this elementElement Id ChargeItem Item containing charge code(s) associated with the provision of healthcare provider productsDefinition The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation. 
 
 | |
| identifier | Σ | 0..* | Identifier | There are no (further) constraints on this elementElement Id ChargeItem.identifier Business Identifier for itemDefinition Identifiers assigned to this event performer or other systems. Allows identification of the charge Item as it is known by various participating systems and in a way that remains consistent across servers. 
 
 | 
| definitionUri | 0..* | uri | There are no (further) constraints on this elementElement Id ChargeItem.definitionUri Defining information about the code of this charge itemDefinition References the (external) source of pricing information, rules of application for the code this ChargeItem uses. see http://en.wikipedia.org/wiki/Uniform_resource_identifier 
 
 | |
| definitionCanonical | 0..* | canonical(ChargeItemDefinition) | There are no (further) constraints on this elementElement Id ChargeItem.definitionCanonical Resource defining the code of this ChargeItemDefinition References the source of pricing information, rules of application for the code this ChargeItem uses. canonical(ChargeItemDefinition)Constraints 
 
 | |
| status | Σ ?! | 1..1 | codeBinding | There are no (further) constraints on this elementElement Id ChargeItem.status planned | billable | not-billable | aborted | billed | entered-in-error | unknownDefinition The current state of the ChargeItem. Unknown does not represent "other" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is. This element is labeled as a modifier because the status contains the code entered-in-error that marks the charge item as not currently valid. Codes identifying the lifecycle stage of a ChargeItem.ChargeItemStatus (required)Constraints 
 
 | 
| partOf | I | 0..* | Reference(ChargeItem) | There are no (further) constraints on this elementElement Id ChargeItem.partOf Part of referenced ChargeItemAlternate names containerDefinition ChargeItems can be grouped to larger ChargeItems covering the whole set. E.g. Drug administration as part of a procedure, procedure as part of observation, etc. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. 
 
 | 
| code | Σ I | 1..1 | CodeableConcept | Element Id ChargeItem.code A code that identifies the charge, like a billing codeAlternate names typeDefinition A code that identifies the charge, like a billing code. Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. Example set of codes that can be used for billing purposes.ChargeItemCode (example)Constraints 
 
 | 
| coding | Σ | 1..* | Coding | Element Id ChargeItem.code.coding Code defined by a terminology systemDefinition A reference to a code defined by a terminology system. Allows for alternative encodings within a code system, and translations to other code systems. Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. Unordered, Open, by $this(Pattern)Constraints 
 
 | 
| ebm | Σ | 1..1 | Coding | Element Id ChargeItem.code.coding:ebm Code defined by a terminology systemDefinition A reference to a code defined by a terminology system. Allows for alternative encodings within a code system, and translations to other code systems. Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. 
 {
  "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_EBM"
}
 | 
| system | Σ | 1..1 | uri | There are no (further) constraints on this elementElement Id ChargeItem.code.coding:ebm.system Identity of the terminology systemDefinition The identification of the code system that defines the meaning of the symbol in the code. Need to be unambiguous about the source of the definition of the symbol. The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. 
 
 | 
| version | Σ | 0..1 | string | There are no (further) constraints on this elementElement Id ChargeItem.code.coding:ebm.version Version of the system - if relevantDefinition The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged. Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date. 
 
 | 
| code | Σ | 1..1 | code | There are no (further) constraints on this elementElement Id ChargeItem.code.coding:ebm.code Symbol in syntax defined by the systemDefinition A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). Need to refer to a particular code in the system. Note that FHIR strings SHALL NOT exceed 1MB in size 
 
 | 
| display | Σ | 0..1 | string | There are no (further) constraints on this elementElement Id ChargeItem.code.coding:ebm.display Representation defined by the systemDefinition A representation of the meaning of the code in the system, following the rules of the system. Need to be able to carry a human-readable meaning of the code for readers that do not know the system. Note that FHIR strings SHALL NOT exceed 1MB in size 
 
 | 
| userSelected | Σ | 0..1 | boolean | There are no (further) constraints on this elementElement Id ChargeItem.code.coding:ebm.userSelected If this coding was chosen directly by the userDefinition Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays). This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing. Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely. 
 
 | 
| text | Σ | 0..1 | string | There are no (further) constraints on this elementElement Id ChargeItem.code.text Plain text representation of the conceptDefinition A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. Very often the text is the same as a displayName of one of the codings. 
 
 | 
| subject | Σ I | 1..1 | Reference(Patient| Group) | There are no (further) constraints on this elementElement Id ChargeItem.subject Individual service was done for/toAlternate names patientDefinition The individual or set of individuals the action is being or was performed on. Links the event to the Patient context. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. 
 
 | 
| context | Σ I | 0..1 | Reference(Encounter| EpisodeOfCare) | There are no (further) constraints on this elementElement Id ChargeItem.context Encounter / Episode associated with eventAlternate names encounterDefinition The encounter or episode of care that establishes the context for this event. Links the request to the Encounter context. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Encounter| EpisodeOfCare)Constraints 
 
 | 
| occurrence[x] | Σ | 0..1 | There are no (further) constraints on this elementElement Id ChargeItem.occurrence[x] When the charged service was appliedAlternate names timingDefinition Date/time(s) or duration when the charged service was applied. The list of types may be constrained as appropriate for the type of charge item. 
 
 | |
| occurrenceDateTime | dateTime | Data Type | ||
| performer | 0..* | BackboneElement | There are no (further) constraints on this elementElement Id ChargeItem.performer Who performed charged serviceDefinition Indicates who or what performed or participated in the charged service. 
 
 | |
| function | 0..1 | CodeableConcept | There are no (further) constraints on this elementElement Id ChargeItem.performer.function What type of performance was doneDefinition Describes the type of performance or participation(e.g. primary surgeon, anesthesiologiest, etc.). Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. Codes describing the types of functional roles performers can take on when performing events.ProcedurePerformerRoleCodes (example)Constraints 
 
 | |
| actor | I | 1..1 | Reference(Practitioner| PractitionerRole| Organization| CareTeam| Patient| Device| RelatedPerson) | There are no (further) constraints on this elementElement Id ChargeItem.performer.actor Individual who was performingDefinition The device, practitioner, etc. who performed or participated in the service. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner| PractitionerRole| Organization| CareTeam| Patient| Device| RelatedPerson)Constraints 
 
 | 
| performingOrganization | I | 0..1 | Reference(Organization) | There are no (further) constraints on this elementElement Id ChargeItem.performingOrganization Organization providing the charged serviceDefinition The organization requesting the service. Practitioners and Devices can be associated with multiple organizations. It has to be made clear, on behalf of which Organization the services have been rendered. 
 
 | 
| requestingOrganization | I | 0..1 | Reference(Organization) | There are no (further) constraints on this elementElement Id ChargeItem.requestingOrganization Organization requesting the charged serviceDefinition The organization performing the service. The rendered Service might not be associated with a Request. This property indicates which Organization requested the services to be rendered. (In many cases, this may just be the Department associated with the Encounter.location). 
 
 | 
| costCenter | I | 0..1 | Reference(Organization) | There are no (further) constraints on this elementElement Id ChargeItem.costCenter Organization that has ownership of the (potential, future) revenueDefinition The financial cost center permits the tracking of charge attribution. The costCenter could either be given as a reference to an Organization(Role) resource or as the identifier of the cost center determined by Reference.identifier.value and Reference.identifier.system, depending on use case requirements. 
 
 | 
| quantity | Σ I | 1..1 | Quantity | There are no (further) constraints on this elementElement Id ChargeItem.quantity Quantity of which the charge item has been servicedDefinition Quantity of which the charge item has been serviced. In many cases this may just be a value, if the underlying units are implicit in the definition of the charge item code. 
 
 | 
| value | Σ | 1..1 | decimal | There are no (further) constraints on this elementElement Id ChargeItem.quantity.value Numerical value (with implicit precision)Definition The value of the measured amount. The value includes an implicit precision in the presentation of the value. Precision is handled implicitly in almost all cases of measurement. The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books). 
 
 | 
| comparator | Σ ?! | 0..1 | codeBinding | There are no (further) constraints on this elementElement Id ChargeItem.quantity.comparator < | <= | >= | > - how to understand the valueDefinition How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value. Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology. Note that FHIR strings SHALL NOT exceed 1MB in size How the Quantity should be understood and represented.QuantityComparator (required)Constraints 
 
 | 
| unit | Σ | 0..1 | string | There are no (further) constraints on this elementElement Id ChargeItem.quantity.unit Unit representationDefinition A human-readable form of the unit. There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms. Note that FHIR strings SHALL NOT exceed 1MB in size 
 
 | 
| system | Σ I | 0..1 | uri | There are no (further) constraints on this elementElement Id ChargeItem.quantity.system System that defines coded unit formDefinition The identification of the system that provides the coded form of the unit. Need to know the system that defines the coded form of the unit. see http://en.wikipedia.org/wiki/Uniform_resource_identifier 
 
 | 
| code | Σ | 0..1 | code | There are no (further) constraints on this elementElement Id ChargeItem.quantity.code Coded form of the unitDefinition A computer processable form of the unit in some unit representation system. Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest. The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system. 
 
 | 
| bodysite | Σ | 0..* | CodeableConcept | There are no (further) constraints on this elementElement Id ChargeItem.bodysite Anatomical location, if relevantDefinition The anatomical location where the related service has been applied. Only used if not implicit in code found in Condition.code. If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension bodySite. May be a summary code, or a reference to a very precise definition of the location, or both. Codes describing anatomical locations. May include laterality.SNOMEDCTBodyStructures (example)Constraints 
 
 | 
| factorOverride | 0..1 | decimal | There are no (further) constraints on this elementElement Id ChargeItem.factorOverride Factor overriding the associated rulesDefinition Factor overriding the factor determined by the rules associated with the code. There is no reason to carry the factor in the instance of a ChargeItem unless special circumstances require a manual override. The factors are usually defined by a set of rules in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overridden. 
 
 | |
| priceOverride | 0..1 | Money | There are no (further) constraints on this elementElement Id ChargeItem.priceOverride Price overriding the associated rulesDefinition Total price of the charge overriding the list price associated with the code. There is no reason to carry the price in the instance of a ChargeItem unless circumstances require a manual override. The list prices or are usually defined in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overridden. 
 
 | |
| overrideReason | 0..1 | string | There are no (further) constraints on this elementElement Id ChargeItem.overrideReason Reason for overriding the list price/factorDefinition If the list price or the rule-based factor associated with the code is overridden, this attribute can capture a text to indicate the reason for this action. Derived Profiles may choose to add invariants requiring this field to be populated if either priceOverride or factorOverride have been filled. 
 
 | |
| enterer | Σ I | 0..1 | Reference(Practitioner| PractitionerRole| Organization| Patient| Device| RelatedPerson) | There are no (further) constraints on this elementElement Id ChargeItem.enterer Individual who was enteringDefinition The device, practitioner, etc. who entered the charge item. The enterer is also the person considered responsible for factor/price overrides if applicable. Reference(Practitioner| PractitionerRole| Organization| Patient| Device| RelatedPerson)Constraints 
 
 | 
| enteredDate | Σ | 0..1 | dateTime | There are no (further) constraints on this elementElement Id ChargeItem.enteredDate Date the charge item was enteredDefinition Date the charge item was entered. The actual date when the service associated with the charge has been rendered is captured in occurrence[x]. 
 
 | 
| reason | 0..* | CodeableConcept | There are no (further) constraints on this elementElement Id ChargeItem.reason Why was the charged service rendered?Definition Describes why the event occurred in coded or textual form. If the application of the charge item requires a reason to be given, it can be captured here. Textual reasons can be captured using reasonCode.text. Example binding for reason.ICD-10Codes (example)Constraints 
 
 | |
| service | I | 0..* | Reference(DiagnosticReport| ImagingStudy| Immunization| MedicationAdministration| MedicationDispense| Observation| Procedure| SupplyDelivery) | There are no (further) constraints on this elementElement Id ChargeItem.service Which rendered service is being charged?Definition Indicated the rendered service that caused this charge. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(DiagnosticReport| ImagingStudy| Immunization| MedicationAdministration| MedicationDispense| Observation| Procedure| SupplyDelivery)Constraints 
 
 | 
| product[x] | 0..1 | There are no (further) constraints on this elementElement Id ChargeItem.product[x] Product chargedDefinition Identifies the device, food, drug or other product being charged either by type code or reference to an instance. Example binding for product type.FHIRDeviceTypes (example)Constraints 
 
 | ||
| productCodeableConcept | CodeableConcept | There are no (further) constraints on this elementData Type | ||
| productReference | Reference(Device| Medication| Substance) | There are no (further) constraints on this elementData Type | ||
| account | Σ I | 0..* | Reference(Account) | There are no (further) constraints on this elementElement Id ChargeItem.account Account to place this chargeDefinition Account into which this ChargeItems belongs. Systems posting the ChargeItems might not always be able to determine, which accounts the Items need to be places into. It is up to the postprocessing Financial System to apply internal rules to decide based on the Encounter/EpisodeOfCare/Patient/Coverage context and the type of ChargeItem, which Account is appropriate. 
 
 | 
| note | 0..* | Annotation | There are no (further) constraints on this elementElement Id ChargeItem.note Comments made about the ChargeItemDefinition Comments made about the event by the performer, subject or other participants. For systems that do not have structured annotations, they can simply communicate a single annotation with no author or time. This element may need to be included in narrative because of the potential for modifying information. Annotations SHOULD NOT be used to communicate "modifying" information that could be computable. (This is a SHOULD because enforcing user behavior is nearly impossible). 
 
 | |
| supportingInformation | I | 0..* | Reference(Resource) | There are no (further) constraints on this elementElement Id ChargeItem.supportingInformation Further information supporting this chargeDefinition Further information supporting this charge. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. 
 
 | 
Beispiel:
<ChargeItem xmlns="http://hl7.org/fhir"> <id value="Example-chargeitem-ebm-1" /> <meta> <profile value="http://fhir.de/StructureDefinition/chargeitem-de-ebm" /> </meta> <status value="billable" /> <code> <coding> <system value="https://fhir.kbv.de/NamingSystem/KBV_NS_Base_EBM" /> <version value="2017-4" /> <code value="31600" /> <display value="Postoperative Behandlung durch den Hausarzt" /> </coding> </code> <subject> <reference value="Patient/Example-patient-de-basis-address-1" /> </subject> <occurrenceDateTime value="2017-11-07" /> <quantity> <value value="1" /> </quantity> </ChargeItem>
