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.
Endpoints
dev
https://api.sandbox.ovok.com/fhir/R5/ChargeItem| Interaction | Method | Path |
|---|---|---|
| Read | GET | /fhir/R5/ChargeItem/[id] |
| Vread | GET | /fhir/R5/ChargeItem/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/ChargeItem/[id] |
| Patch | PATCH | /fhir/R5/ChargeItem/[id] |
| Delete | DELETE | /fhir/R5/ChargeItem/[id] |
| Create | POST | /fhir/R5/ChargeItem |
| Search | GET | /fhir/R5/ChargeItem?... |
| History | GET | /fhir/R5/ChargeItem/[id]/_history |
| Type-history | GET | /fhir/R5/ChargeItem/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|---|---|---|
identifier | Identifier | 0..* | Business Identifier for item |
definitionUri | uri | 0..* | Defining information about the code of this charge item |
definitionCanonical | canonical | 0..* | Resource defining the code of this ChargeItem |
status | code | 1..1 | planned |
partOf | Reference | 0..* | Part of referenced ChargeItem |
code | CodeableConcept | 1..1 | A code that identifies the charge, like a billing code |
subject | Reference | 1..1 | Individual service was done for/to |
encounter | Reference | 0..1 | Encounter associated with this ChargeItem |
occurrence[x] | dateTime / Period / Timing | 0..1 | When the charged service was applied |
performer | BackboneElement | 0..* | Who performed charged service |
performingOrganization | Reference | 0..1 | Organization providing the charged service |
requestingOrganization | Reference | 0..1 | Organization requesting the charged service |
costCenter | Reference | 0..1 | Organization that has ownership of the (potential, future) revenue |
quantity | Quantity | 0..1 | Quantity of which the charge item has been serviced |
bodysite | CodeableConcept | 0..* | Anatomical location, if relevant |
unitPriceComponent | MonetaryComponent | 0..1 | Unit price overriding the associated rules |
totalPriceComponent | MonetaryComponent | 0..1 | Total price overriding the associated rules |
overrideReason | CodeableConcept | 0..1 | Reason for overriding the list price/factor |
enterer | Reference | 0..1 | Individual who was entering |
enteredDate | dateTime | 0..1 | Date the charge item was entered |
reason | CodeableConcept | 0..* | Why was the charged service rendered? |
service | CodeableReference | 0..* | Which rendered service is being charged? |
product | CodeableReference | 0..* | Product charged |
account | Reference | 0..* | Account to place this charge |
note | Annotation | 0..* | Comments made about the ChargeItem |
supportingInformation | Reference | 0..* | Further information supporting this charge |
Resource-specific search parameters
| Parameter | Type | Description |
|---|---|---|
account | reference | Account to place this charge |
code | token | Event or incident that occurred or was averted |
encounter | reference | Encounter related to the activity recorded in the AuditEvent |
entered-date | date | Date the charge item was entered |
enterer | reference | Individual who was entering |
factor-override | number | Factor overriding the associated rules |
identifier | token | Account number |
occurrence | date | When the charged service was applied |
patient | reference | The entity that caused the expenses |
performer-actor | reference | Individual who was performing |
performer-function | token | What type of performance was done |
performing-organization | reference | Organization providing the charged service |
price-override | quantity | Price overriding the associated rules |
quantity | quantity | Quantity of which the charge item has been serviced |
requesting-organization | reference | Organization requesting the charged service |
service | reference | Which rendered service is being charged? |
status | token | Is this charge item active |
subject | reference | Individual service was done for/to |
Reference
- Official FHIR R5 spec:
ChargeItem - Maturity: Trial Use 1 (FMM 1).