description: 'MonetaryComponent Type: Financial line items use this datatype to commonly categorize the value, and other factors that may effect how the value should be interpreted.' package_name: hl7.fhir.r6.examples derivation: specialization name: MonetaryComponent type: MonetaryComponent elements: type: short: base | surcharge | deduction | discount | tax | informational type: code binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/price-component-type|6.0.0-ballot1'} isSummary: true index: 0 code: {short: 'Codes may be used to differentiate between kinds of taxes, surcharges, discounts etc.', type: CodeableConcept, isSummary: true, index: 1} factor: {type: decimal, short: Factor used for calculating this component, isSummary: true, index: 2} amount: {type: Money, short: Explicit value amount to be used, isSummary: true, index: 3} package_version: 6.0.0-ballot1 class: complex-type kind: complex-type url: http://hl7.org/fhir/StructureDefinition/MonetaryComponent base: http://hl7.org/fhir/StructureDefinition/DataType version: 6.0.0-ballot1 required: [type]