The ChargeItemDefinition resource represents a fee (a service or product) provided by a practice group
This resource is referenced in the InvoiceLine resource to identify the fee charged.
βΉοΈ
Context
In Halaxy, ChargeItemDefinition is referred to as fee, the service or product provided to a patient. To view your fees, click Finances > Fees on the sidebar. Learn more about Halaxy fees.
Endpoints
Endpoint
Operation
Description
GET/main/ChargeItemDefinition
List ChargeItemDefinitions
Return a list or collection of fees
GET/main/ChargeItemDefinition/{id}
Get Charge Item Definition
Return an individual fee
Schema
Property
Definition
id
string
The identifier of this fee
title
string
The name of the fee
code
string
The item number or code of the fee
status
enum
The status of the fee
active - if propertyGroup is current retired - if propertyGroup is archived unknown - if fee has multiple records of propertyGroup
useContext
The fee type and fee category of this fee
code(fee type) 0 - Appointment 1 - Item 2 - Pro Rata
valueCodeableConcept(fee category)
e.g. Assessment, Report, Travel, Treatment, etc. Note: Practice group may have custom fee categories.