Resources
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[] | 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>[] | Part of referenced ChargeItem |
code | Yes | CodeableConcept | A code that identifies the charge, like a billing code |
subject | Yes | Reference<Patient / Group> | Individual service was done for/to |
context | No | Reference<Encounter / EpisodeOfCare> | Encounter / Episode associated with event |
occurrence[x] | No | dateTime, Period, 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[] | Additional content defined by implementations |
- modifierExtension | No | Extension[] | Extensions that cannot be ignored even if unrecognized |
- function | No | CodeableConcept | What type of performance was done |
- actor | Yes | Reference<Practitioner / PractitionerRole / Organization / CareTeam / Patient / Device / RelatedPerson> | Individual who was performing |
performingOrganization | No | Reference<Organization> | Organization providing the charged service |
requestingOrganization | No | Reference<Organization> | Organization requesting the charged service |
costCenter | No | Reference<Organization> | Organization that has ownership of the (potential, future) revenue |
quantity | No | Quantity | Quantity of which the charge item has been serviced |
bodysite | No | CodeableConcept[] | Anatomical location, if relevant |
factorOverride | No | decimal | Factor overriding the associated rules |
priceOverride | No | Money | Price overriding the associated rules |
overrideReason | No | string | Reason for overriding the list price/factor |
enterer | No | Reference<Practitioner / PractitionerRole / Organization / Patient / Device / RelatedPerson> | Individual who was entering |
enteredDate | No | dateTime | Date the charge item was entered |
reason | No | CodeableConcept[] | Why was the charged service rendered? |
service | No | Reference<DiagnosticReport / ImagingStudy / Immunization / MedicationAdministration / MedicationDispense / Observation / Procedure / SupplyDelivery>[] | Which rendered service is being charged? |
product[x] | No | Reference<Device / Medication / Substance>, CodeableConcept | Product charged |
account | No | Reference<Account>[] | Account to place this charge |
note | No | 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 | 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 | Text summary of the resource, for human interpretation |
contained | No | Resource[] | Contained, inline Resources |
extension | No | Extension[] | Additional content defined by implementations |
modifierExtension | No | Extension[] | Extensions that cannot be ignored |
To view the FHIR specification for this resource, see ChargeItem.