interface InvoiceLineItem {
    _sequence?: Element;
    chargeItemCodeableConcept?: CodeableConcept;
    chargeItemReference?: Reference;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    priceComponent?: InvoiceLineItemPriceComponent[];
    sequence?: positiveInt;
}

Properties

_sequence?: Element

Sequence number of line item

chargeItemCodeableConcept?: CodeableConcept

Reference to ChargeItem containing details of this line item or an inline billing code

chargeItemReference?: Reference

Reference to ChargeItem containing details of this line item or an inline billing code

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

Components of total line item price

sequence?: positiveInt

Sequence number of line item