Class Contract.ValuedItemComponent

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseBackboneElement, org.hl7.fhir.instance.model.api.IBaseElement, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
Enclosing class:
Contract

public static class Contract.ValuedItemComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
See Also:
  • Field Details

    • entity

      protected DataType entity
      Specific type of Contract Valued Item that may be priced.
    • identifier

      Identifies a Contract Valued Item instance.
    • effectiveTime

      Indicates the time during which this Contract ValuedItem information is effective.
    • quantity

      protected Quantity quantity
      Specifies the units by which the Contract Valued Item is measured or counted, and quantifies the countable or measurable Contract Valued Item instances.
    • unitPrice

      protected Money unitPrice
      A Contract Valued Item unit valuation measure.
    • factor

      protected DecimalType factor
      A real number that represents a multiplier used in determining the overall value of the Contract Valued Item delivered. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.
    • points

      protected DecimalType points
      An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the Contract Valued Item delivered. The concept of Points allows for assignment of point values for a Contract Valued Item, such that a monetary amount can be assigned to each point.
    • net

      protected Money net
      Expresses the product of the Contract Valued Item unitQuantity and the unitPriceAmt. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.
    • payment

      protected StringType payment
      Terms of valuation.
    • paymentDate

      When payment is due.
    • responsible

      Who will make payment.
    • recipient

      protected Reference recipient
      Who will receive payment.
    • linkId

      protected List<StringType> linkId
      Id of the clause or question text related to the context of this valuedItem in the referenced form or QuestionnaireResponse.
    • securityLabelNumber

      A set of security labels that define which terms are controlled by this condition.
  • Constructor Details

  • Method Details