PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@5.0.0-draft-final
    http://hl7.org/fhir/StructureDefinition/MonetaryComponent
description: 'MonetaryComponent Type: Availability data for an {item}.'
package_name: hl7.fhir.r5.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|5.0.0-draft-final'}
    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: 5.0.0-draft-final
class: complex-type
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/MonetaryComponent
base: http://hl7.org/fhir/StructureDefinition/DataType
version: 5.0.0-draft-final
required: [type]