ChargeItem
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. If the element is present, it must have either a @value, an @id, or extensions
type ChargeItem implements Resource {
identifier: [Identifier]
definitionUri: [Uri]
definitionCanonical: [Uri]
status: String
partOf: [Reference]
code: CodeableConcept
subject: Reference
context: Reference
occurrenceDateTime: Date
occurrencePeriod: Period
occurrenceTiming: Timing
performer: [ChargeItemPerformer]
performingOrganization: Reference
requestingOrganization: Reference
costCenter: Reference
quantity: Quantity
bodysite: [CodeableConcept]
factorOverride: String
priceOverride: Money
overrideReason: String
enterer: Reference
enteredDate: Date
reason: [CodeableConcept]
service: [Reference]
productReference: Reference
productCodeableConcept: CodeableConcept
account: [Reference]
note: [Annotation]
supportingInformation: [Reference]
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
id: String
meta: Meta
implicitRules: Uri
language: String
}
Fields
ChargeItem.identifier ● [Identifier] list object
Identifiers assigned to this event performer or other systems.
ChargeItem.definitionUri ● [Uri] list scalar
References the (external) source of pricing information, rules of application for the code this ChargeItem uses.
ChargeItem.definitionCanonical ● [Uri] list scalar
References the source of pricing information, rules of application for the code this ChargeItem uses.
ChargeItem.status ● String scalar
The current state of the ChargeItem.
ChargeItem.partOf ● [Reference] list object
ChargeItems can be grouped to larger ChargeItems covering the whole set.
ChargeItem.code ● CodeableConcept object
A code that identifies the charge, like a billing code.
ChargeItem.subject ● Reference object
The individual or set of individuals the action is being or was performed on.
ChargeItem.context ● Reference object
The encounter or episode of care that establishes the context for this event.
ChargeItem.occurrenceDateTime ● Date scalar
Date/time(s) or duration when the charged service was applied. (choose any one of occurrence*, but only one)
ChargeItem.occurrencePeriod ● Period object
Date/time(s) or duration when the charged service was applied. (choose any one of occurrence*, but only one)
ChargeItem.occurrenceTiming ● Timing object
Date/time(s) or duration when the charged service was applied. (choose any one of occurrence*, but only one)
ChargeItem.performer ● [ChargeItemPerformer] list object
Indicates who or what performed or participated in the charged service.
ChargeItem.performingOrganization ● Reference object
The organization requesting the service.
ChargeItem.requestingOrganization ● Reference object
The organization performing the service.
ChargeItem.costCenter ● Reference object
The financial cost center permits the tracking of charge attribution.
ChargeItem.quantity ● Quantity object
Quantity of which the charge item has been serviced.
ChargeItem.bodysite ● [CodeableConcept] list object
The anatomical location where the related service has been applied.
ChargeItem.factorOverride ● String scalar
Factor overriding the factor determined by the rules associated with the code.
ChargeItem.priceOverride ● Money object
Total price of the charge overriding the list price associated with the code.
ChargeItem.overrideReason ● String scalar
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.
ChargeItem.enterer ● Reference object
The device, practitioner, etc. who entered the charge item.
ChargeItem.enteredDate ● Date scalar
Date the charge item was entered.
ChargeItem.reason ● [CodeableConcept] list object
Describes why the event occurred in coded or textual form.
ChargeItem.service ● [Reference] list object
Indicated the rendered service that caused this charge.
ChargeItem.productReference ● Reference object
Identifies the device, food, drug or other product being charged either by type code or reference to an instance. (choose any one of product*, but only one)
ChargeItem.productCodeableConcept ● CodeableConcept object
Identifies the device, food, drug or other product being charged either by type code or reference to an instance. (choose any one of product*, but only one)
ChargeItem.account ● [Reference] list object
Account into which this ChargeItems belongs.
ChargeItem.note ● [Annotation] list object
Comments made about the event by the performer, subject or other participants.
ChargeItem.supportingInformation ● [Reference] list object
Further information supporting this charge.
ChargeItem.text ● Narrative object
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it clinically safe for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
ChargeItem.contained ● [Resource] list interface
These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.
ChargeItem.extension ● [Extension] list object
May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
ChargeItem.modifierExtension ● [Extension] list object
May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
ChargeItem.id ● String scalar
The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
ChargeItem.meta ● Meta object
The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
ChargeItem.implicitRules ● Uri scalar
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
ChargeItem.language ● String scalar
The base language in which the resource is written.
Interfaces
Resource interface
This is the base resource type for everything.
Returned By
ChargeItem query ● ChargeItemCreate mutation ● ChargeItemList query ● ChargeItemUpdate mutation