interface ChargeItemDefinitionPropertyGroupPriceComponent {
    _factor?: Element;
    _type?: Element;
    amount?: Money;
    code?: CodeableConcept;
    extension?: Extension[];
    factor?: decimal;
    id?: id;
    modifierExtension?: Extension[];
    type: code;
}

Properties

_factor?: Element

Factor used for calculating this component

_type?: Element

base | surcharge | deduction | discount | tax | informational

amount?: Money

Monetary amount associated with this component

Code identifying the specific component

extension?: Extension[]

Additional content defined by implementations

factor?: decimal

Factor used for calculating this component

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

type: code

base | surcharge | deduction | discount | tax | informational