PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.core@6.0.0-ballot2
    http://hl7.org/fhir/StructureDefinition/MonetaryComponent
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.core
derivation: specialization
name: MonetaryComponent
type: MonetaryComponent
elements:
  type:
    type: code
    short: base | surcharge | discount | tax | informational
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/price-component-type|6.0.0-ballot2'}
    index: 0
  code: {short: 'Codes may be used to differentiate between kinds of taxes, surcharges, discounts etc.', type: CodeableConcept, index: 1}
  factor: {type: decimal, short: Factor used for calculating this component, index: 2}
  amount: {type: Money, short: Explicit value amount to be used, index: 3}
package_version: 6.0.0-ballot2
class: complex-type
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/MonetaryComponent
base: http://hl7.org/fhir/StructureDefinition/DataType
version: 6.0.0-ballot2
required: [type]