Skip to main content

ChargeItemUpdateInput

No description

input ChargeItemUpdateInput {
identifier: [IdentifierUpdateInput!]
definitionUri: [Uri!]
definitionCanonical: [Uri!]
status: String
partOf: [ReferenceUpdateInput!]
code: CodeableConceptUpdateInput
subject: ReferenceUpdateInput
context: ReferenceUpdateInput
occurrenceDateTime: Date
occurrencePeriod: PeriodUpdateInput
occurrenceTiming: TimingUpdateInput
performer: [ChargeItemPerformerUpdateInput!]
performingOrganization: ReferenceUpdateInput
requestingOrganization: ReferenceUpdateInput
costCenter: ReferenceUpdateInput
quantity: QuantityUpdateInput
bodysite: [CodeableConceptUpdateInput!]
factorOverride: String
priceOverride: MoneyUpdateInput
overrideReason: String
enterer: ReferenceUpdateInput
enteredDate: Date
reason: [CodeableConceptUpdateInput!]
service: [ReferenceUpdateInput!]
productReference: ReferenceUpdateInput
productCodeableConcept: CodeableConceptUpdateInput
account: [ReferenceUpdateInput!]
note: [AnnotationUpdateInput!]
supportingInformation: [ReferenceUpdateInput!]
text: NarrativeUpdateInput
contained: [ResourceUpdateInput!]
extension: [FhirExtensionUpdateInput!]
modifierExtension: [FhirExtensionUpdateInput!]
id: String
meta: FhirMetaUpdateInput
implicitRules: Uri
language: String
}

Fields

ChargeItemUpdateInput.identifier ● [IdentifierUpdateInput!] list input

Identifiers assigned to this event performer or other systems.

ChargeItemUpdateInput.definitionUri ● [Uri!] list scalar

References the (external) source of pricing information, rules of application for the code this ChargeItem uses.

ChargeItemUpdateInput.definitionCanonical ● [Uri!] list scalar

References the source of pricing information, rules of application for the code this ChargeItem uses.

ChargeItemUpdateInput.status ● String scalar

The current state of the ChargeItem.

ChargeItemUpdateInput.partOf ● [ReferenceUpdateInput!] list input

ChargeItems can be grouped to larger ChargeItems covering the whole set.

ChargeItemUpdateInput.code ● CodeableConceptUpdateInput input

A code that identifies the charge, like a billing code.

ChargeItemUpdateInput.subject ● ReferenceUpdateInput input

The individual or set of individuals the action is being or was performed on.

ChargeItemUpdateInput.context ● ReferenceUpdateInput input

The encounter or episode of care that establishes the context for this event.

ChargeItemUpdateInput.occurrenceDateTime ● Date scalar

Date/time(s) or duration when the charged service was applied. (choose any one of occurrence*, but only one)

ChargeItemUpdateInput.occurrencePeriod ● PeriodUpdateInput input

Date/time(s) or duration when the charged service was applied. (choose any one of occurrence*, but only one)

ChargeItemUpdateInput.occurrenceTiming ● TimingUpdateInput input

Date/time(s) or duration when the charged service was applied. (choose any one of occurrence*, but only one)

ChargeItemUpdateInput.performer ● [ChargeItemPerformerUpdateInput!] list input

Indicates who or what performed or participated in the charged service.

ChargeItemUpdateInput.performingOrganization ● ReferenceUpdateInput input

The organization requesting the service.

ChargeItemUpdateInput.requestingOrganization ● ReferenceUpdateInput input

The organization performing the service.

ChargeItemUpdateInput.costCenter ● ReferenceUpdateInput input

The financial cost center permits the tracking of charge attribution.

ChargeItemUpdateInput.quantity ● QuantityUpdateInput input

Quantity of which the charge item has been serviced.

ChargeItemUpdateInput.bodysite ● [CodeableConceptUpdateInput!] list input

The anatomical location where the related service has been applied.

ChargeItemUpdateInput.factorOverride ● String scalar

Factor overriding the factor determined by the rules associated with the code.

ChargeItemUpdateInput.priceOverride ● MoneyUpdateInput input

Total price of the charge overriding the list price associated with the code.

ChargeItemUpdateInput.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.

ChargeItemUpdateInput.enterer ● ReferenceUpdateInput input

The device, practitioner, etc. who entered the charge item.

ChargeItemUpdateInput.enteredDate ● Date scalar

Date the charge item was entered.

ChargeItemUpdateInput.reason ● [CodeableConceptUpdateInput!] list input

Describes why the event occurred in coded or textual form.

ChargeItemUpdateInput.service ● [ReferenceUpdateInput!] list input

Indicated the rendered service that caused this charge.

ChargeItemUpdateInput.productReference ● ReferenceUpdateInput input

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)

ChargeItemUpdateInput.productCodeableConcept ● CodeableConceptUpdateInput input

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)

ChargeItemUpdateInput.account ● [ReferenceUpdateInput!] list input

Account into which this ChargeItems belongs.

ChargeItemUpdateInput.note ● [AnnotationUpdateInput!] list input

Comments made about the event by the performer, subject or other participants.

ChargeItemUpdateInput.supportingInformation ● [ReferenceUpdateInput!] list input

Further information supporting this charge.

ChargeItemUpdateInput.text ● NarrativeUpdateInput input

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.

ChargeItemUpdateInput.contained ● [ResourceUpdateInput!] list input

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.

ChargeItemUpdateInput.extension ● [FhirExtensionUpdateInput!] list input

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.

ChargeItemUpdateInput.modifierExtension ● [FhirExtensionUpdateInput!] list input

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).

ChargeItemUpdateInput.id ● String scalar

The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

ChargeItemUpdateInput.meta ● FhirMetaUpdateInput input

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.

ChargeItemUpdateInput.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.

ChargeItemUpdateInput.language ● String scalar

The base language in which the resource is written.

Member Of

ChargeItemUpdate mutation