This page is part of the FHIR Specification (v4.3.0: R4B - STU). This is a downloaded version of the specification. For a full list of available versions, see the Directory of published versions
Patient Administration ![]() | Maturity Level: 0 | Trial Use | Security Category: Business | Compartments: Not linked to any defined compartments |
The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system.
The ChargeItemDefinition holds all relevant billing information pertaining to a billing code or a product.
Many billing systems have rules associated with the code which may define whether a billing code is applicable in a specific context or whether certain billing details (surcharges, discounts) apply. ChargeItemDefinitions may also be used to hold pricing information pertaining to only one specific instance of a product (e.g. Device, Medication or Substance) which may be a requirement for custom made devices or medications or other products where prices vary by instance. Rules for applicability may include
A billing engine will apply the ChargeItemDefinitions to all ChargeItems within a specific Account in order to select all billable items an acquire the pricing details to create an Invoice. However, ChargeItems may be validated against a ChargeItemDefinition at any point in time, using the $apply-Operation
While the ChargeItem resource represents the occurrence of a billing code (for services rendered or products supplied to a specific patient), the ChargeItemDefinition represents the properties and rules that a billing engine needs to determine the pricing and applicability of a billing code in the context of a specific setting.
Billing Codes may be defined in a CodeSystem Resource, however, each of these codes - if it is used in a financial context - can have a large number of business rules and properties associated with it, that lay outside the scope of CodeSystem and may change in time independently from the underlying Code's validity period. Even though CodeSystem can associate a concept with any number of additional properties, such a construct would be very hard to maintain. This is why the ChargItemDefinition has been introduced. It allows to maintain the attributes of each billing code independently and has a wider scope to also include business rules.
In most use cases, billing codes will be both defined as semantical concepts in a CodeSystem and as a financial artifact in ChargeItemDefinition.
ChargeItemDefinitions that pertain to codes from the same CodeSystem may be aggregated using the Catalog profile for Composition.
Resources representing products that can be sold or billed (Device, Medication, Substance...), do not specify financial details for the product instance. Most of the time, such products are not billed seperately but are a part of a generic billing code that covers both the product and the service rendered. In some occasions however, product prices may vary depending on type or manufactuer or even on instance (e.g. custom made products). For these cases, ChargeItemDefinitions may be created to specify the financial details for a product kind, type or instance.
This resource is referenced by ChargeItem and itself.
This resource does not implement any patterns.
See the Profiles & Extensions and the alternate definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions & the dependency analysis
Path | Definition | Type | Reference |
---|---|---|---|
ChargeItemDefinition.status | Required | PublicationStatus | |
ChargeItemDefinition.jurisdiction | Extensible | Jurisdiction ValueSet | |
ChargeItemDefinition.code | Example | ChargeItemCode | |
ChargeItemDefinition.propertyGroup.priceComponent.type | Required | InvoicePriceComponentType |
id | Level | Location | Description | Expression |
cid-0 | Warning | (base) | Name should be usable as an identifier for the module by machine processing applications such as code generation | name.exists() implies name.matches('[A-Z]([A-Za-z0-9_]){0,254}') |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Expression | In Common |
context | token | A use context assigned to the charge item definition | (ChargeItemDefinition.useContext.value as CodeableConcept) | |
context-quantity | quantity | A quantity- or range-valued use context assigned to the charge item definition | (ChargeItemDefinition.useContext.value as Quantity) | (ChargeItemDefinition.useContext.value as Range) | |
context-type | token | A type of use context assigned to the charge item definition | ChargeItemDefinition.useContext.code | |
context-type-quantity | composite | A use context type and quantity- or range-based value assigned to the charge item definition | On ChargeItemDefinition.useContext: context-type: code context-quantity: value.as(Quantity) | value.as(Range) | |
context-type-value | composite | A use context type and value assigned to the charge item definition | On ChargeItemDefinition.useContext: context-type: code context: value.as(CodeableConcept) | |
date | date | The charge item definition publication date | ChargeItemDefinition.date | |
description | string | The description of the charge item definition | ChargeItemDefinition.description | |
effective | date | The time during which the charge item definition is intended to be in use | ChargeItemDefinition.effectivePeriod | |
identifier | token | External identifier for the charge item definition | ChargeItemDefinition.identifier | |
jurisdiction | token | Intended jurisdiction for the charge item definition | ChargeItemDefinition.jurisdiction | |
publisher | string | Name of the publisher of the charge item definition | ChargeItemDefinition.publisher | |
status | token | The current status of the charge item definition | ChargeItemDefinition.status | |
title | string | The human-friendly name of the charge item definition | ChargeItemDefinition.title | |
url | uri | The uri that identifies the charge item definition | ChargeItemDefinition.url | |
version | token | The business version of the charge item definition | ChargeItemDefinition.version |