> ## Documentation Index
> Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
> Use this file to discover all available pages before exploring further.

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

## Properties

| Name                   | Required | Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Description                                                                       |
| ---------------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| identifier             | No       | [Identifier](/medical-api/fhir/data-types/identifier)\[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Business Identifier for item                                                      |
| definitionUri          | No       | uri\[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Defining information about the code of this charge item                           |
| definitionCanonical    | No       | canonical\[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Resource defining the code of this ChargeItem                                     |
| status                 | Yes      | code                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | planned / billable / not-billable / aborted / billed / entered-in-error / unknown |
| partOf                 | No       | Reference\<[ChargeItem](/medical-api/fhir/resources/chargeitem)>\[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Part of referenced ChargeItem                                                     |
| code                   | Yes      | [CodeableConcept](/medical-api/fhir/data-types/codeableconcept)                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | A code that identifies the charge, like a billing code                            |
| subject                | Yes      | Reference\<[Patient](/medical-api/fhir/resources/patient) / [Group](/medical-api/fhir/resources/group)>                                                                                                                                                                                                                                                                                                                                                                                                                                      | Individual service was done for/to                                                |
| context                | No       | Reference\<[Encounter](/medical-api/fhir/resources/encounter) / [EpisodeOfCare](/medical-api/fhir/resources/episodeofcare)>                                                                                                                                                                                                                                                                                                                                                                                                                  | Encounter / Episode associated with event                                         |
| occurrence\[x]         | No       | dateTime, [Period](/medical-api/fhir/data-types/period), [Timing](/medical-api/fhir/data-types/timing)                                                                                                                                                                                                                                                                                                                                                                                                                                       | When the charged service was applied                                              |
| performer              | No       | ChargeItemPerformer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Who performed charged service                                                     |
| - id                   | No       | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Unique id for inter-element referencing                                           |
| - extension            | No       | [Extension](/medical-api/fhir/data-types/extension)\[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Additional content defined by implementations                                     |
| - modifierExtension    | No       | [Extension](/medical-api/fhir/data-types/extension)\[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Extensions that cannot be ignored even if unrecognized                            |
| - function             | No       | [CodeableConcept](/medical-api/fhir/data-types/codeableconcept)                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | What type of performance was done                                                 |
| - actor                | Yes      | Reference\<[Practitioner](/medical-api/fhir/resources/practitioner) / [PractitionerRole](/medical-api/fhir/resources/practitionerrole) / [Organization](/medical-api/fhir/resources/organization) / [CareTeam](/medical-api/fhir/resources/careteam) / [Patient](/medical-api/fhir/resources/patient) / [Device](/medical-api/fhir/resources/device) / [RelatedPerson](/medical-api/fhir/resources/relatedperson)>                                                                                                                           | Individual who was performing                                                     |
| performingOrganization | No       | Reference\<[Organization](/medical-api/fhir/resources/organization)>                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Organization providing the charged service                                        |
| requestingOrganization | No       | Reference\<[Organization](/medical-api/fhir/resources/organization)>                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Organization requesting the charged service                                       |
| costCenter             | No       | Reference\<[Organization](/medical-api/fhir/resources/organization)>                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Organization that has ownership of the (potential, future) revenue                |
| quantity               | No       | [Quantity](/medical-api/fhir/data-types/quantity)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Quantity of which the charge item has been serviced                               |
| bodysite               | No       | [CodeableConcept](/medical-api/fhir/data-types/codeableconcept)\[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Anatomical location, if relevant                                                  |
| factorOverride         | No       | decimal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Factor overriding the associated rules                                            |
| priceOverride          | No       | [Money](/medical-api/fhir/data-types/money)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Price overriding the associated rules                                             |
| overrideReason         | No       | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Reason for overriding the list price/factor                                       |
| enterer                | No       | Reference\<[Practitioner](/medical-api/fhir/resources/practitioner) / [PractitionerRole](/medical-api/fhir/resources/practitionerrole) / [Organization](/medical-api/fhir/resources/organization) / [Patient](/medical-api/fhir/resources/patient) / [Device](/medical-api/fhir/resources/device) / [RelatedPerson](/medical-api/fhir/resources/relatedperson)>                                                                                                                                                                              | Individual who was entering                                                       |
| enteredDate            | No       | dateTime                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Date the charge item was entered                                                  |
| reason                 | No       | [CodeableConcept](/medical-api/fhir/data-types/codeableconcept)\[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Why was the charged service rendered?                                             |
| service                | No       | Reference\<[DiagnosticReport](/medical-api/fhir/resources/diagnosticreport) / [ImagingStudy](/medical-api/fhir/resources/imagingstudy) / [Immunization](/medical-api/fhir/resources/immunization) / [MedicationAdministration](/medical-api/fhir/resources/medicationadministration) / [MedicationDispense](/medical-api/fhir/resources/medicationdispense) / [Observation](/medical-api/fhir/resources/observation) / [Procedure](/medical-api/fhir/resources/procedure) / [SupplyDelivery](/medical-api/fhir/resources/supplydelivery)>\[] | Which rendered service is being charged?                                          |
| product\[x]            | No       | Reference\<[Device](/medical-api/fhir/resources/device) / [Medication](/medical-api/fhir/resources/medication) / [Substance](/medical-api/fhir/resources/substance)>, [CodeableConcept](/medical-api/fhir/data-types/codeableconcept)                                                                                                                                                                                                                                                                                                        | Product charged                                                                   |
| account                | No       | Reference\<[Account](/medical-api/fhir/resources/account)>\[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Account to place this charge                                                      |
| note                   | No       | [Annotation](/medical-api/fhir/data-types/annotation)\[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Comments made about the ChargeItem                                                |
| supportingInformation  | No       | Reference\<Resource>\[]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Further information supporting this charge                                        |

## Search Parameters

| Name                    | Type      | Description                                            | Expression                        |
| ----------------------- | --------- | ------------------------------------------------------ | --------------------------------- |
| account                 | reference | Account to place this charge                           | ChargeItem.account                |
| code                    | token     | A code that identifies the charge, like a billing code | ChargeItem.code                   |
| context                 | reference | Encounter / Episode associated with event              | ChargeItem.context                |
| entered-date            | date      | Date the charge item was entered                       | ChargeItem.enteredDate            |
| enterer                 | reference | Individual who was entering                            | ChargeItem.enterer                |
| factor-override         | number    | Factor overriding the associated rules                 | ChargeItem.factorOverride         |
| identifier              | token     | Business Identifier for item                           | ChargeItem.identifier             |
| occurrence              | date      | When the charged service was applied                   | ChargeItem.occurrence             |
| patient                 | reference | Individual service was done for/to                     | ChargeItem.subject                |
| performer-actor         | reference | Individual who was performing                          | ChargeItem.performer.actor        |
| performer-function      | token     | What type of performance was done                      | ChargeItem.performer.function     |
| performing-organization | reference | Organization providing the charged service             | ChargeItem.performingOrganization |
| price-override          | quantity  | Price overriding the associated rules                  | ChargeItem.priceOverride          |
| quantity                | quantity  | Quantity of which the charge item has been serviced    | ChargeItem.quantity               |
| requesting-organization | reference | Organization requesting the charged service            | ChargeItem.requestingOrganization |
| service                 | reference | Which rendered service is being charged?               | ChargeItem.service                |
| subject                 | reference | Individual service was done for/to                     | ChargeItem.subject                |

## Inherited Properties

| Name              | Required | Type                                                   | Description                                            |
| ----------------- | -------- | ------------------------------------------------------ | ------------------------------------------------------ |
| id                | No       | string                                                 | Logical id of this artifact                            |
| meta              | No       | [Meta](/medical-api/fhir/data-types/meta)              | Metadata about the resource                            |
| implicitRules     | No       | uri                                                    | A set of rules under which this content was created    |
| language          | No       | code                                                   | Language of the resource content                       |
| text              | No       | [Narrative](/medical-api/fhir/data-types/narrative)    | Text summary of the resource, for human interpretation |
| contained         | No       | Resource\[]                                            | Contained, inline Resources                            |
| extension         | No       | [Extension](/medical-api/fhir/data-types/extension)\[] | Additional content defined by implementations          |
| modifierExtension | No       | [Extension](/medical-api/fhir/data-types/extension)\[] | Extensions that cannot be ignored                      |

To view the FHIR specification for this resource, see [ChargeItem](https://www.hl7.org/fhir/StructureDefinition/ChargeItem).
