ContractValuedItem class

ContractValuedItem Legally enforceable, formally recorded unilateral

Annotations
  • @freezed

Constructors

ContractValuedItem({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, CodeableConcept? entityCodeableConcept, Reference? entityReference, Identifier? identifier, FhirDateTime? effectiveTime, @JsonKey(name: '_effectiveTime') Element? effectiveTimeElement, Quantity? quantity, Money? unitPrice, FhirDecimal? factor, @JsonKey(name: '_factor') Element? factorElement, FhirDecimal? points, @JsonKey(name: '_points') Element? pointsElement, Money? net, String? payment, @JsonKey(name: '_payment') Element? paymentElement, FhirDateTime? paymentDate, @JsonKey(name: '_paymentDate') Element? paymentDateElement, Reference? responsible, Reference? recipient, List<String>? linkId, @JsonKey(name: '_linkId') List<Element?>? linkIdElement, List<FhirUnsignedInt>? securityLabelNumber, @JsonKey(name: '_securityLabelNumber') List<Element>? securityLabelNumberElement})
ContractValuedItem Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.
const
factory
ContractValuedItem.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
ContractValuedItem.fromJsonString(String source)
Acts like a constructor, returns a ContractValuedItem, accepts a String as an argument, mostly because I got tired of typing it out
factory
ContractValuedItem.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

copyWith → $ContractValuedItemCopyWith<ContractValuedItem>
no setterinherited
effectiveTime FhirDateTime?
effectiveTime Indicates the time during which this Contract ValuedItem information is effective.
no setterinherited
effectiveTimeElement Element?
effectiveTimeElement Extensions for effectiveTime
no setterinherited
entityCodeableConcept CodeableConcept?
entityCodeableConcept Specific type of Contract Valued Item that may be priced.
no setterinherited
entityReference Reference?
entityReference Specific type of Contract Valued Item that may be priced.
no setterinherited
extension_ List<FhirExtension>?
extension_ May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
no setterinherited
factor FhirDecimal?
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.
no setterinherited
factorElement Element?
factorElement Extensions for factor
no setterinherited
fhirId FhirId?
id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
identifier Identifier?
identifier Identifies a Contract Valued Item instance.
no setterinherited
linkId List<String>?
linkId Id of the clause or question text related to the context of this valuedItem in the referenced form or QuestionnaireResponse.
no setterinherited
linkIdElement List<Element?>?
linkIdElement Extensions for linkId
no setterinherited
modifierExtension List<FhirExtension>?
modifierExtension May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
no setterinherited
net 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.
no setterinherited
payment String?
payment Terms of valuation.
no setterinherited
paymentDate FhirDateTime?
paymentDate When payment is due.
no setterinherited
paymentDateElement Element?
paymentDateElement Extensions for paymentDate
no setterinherited
paymentElement Element?
paymentElement Extensions for payment
no setterinherited
points FhirDecimal?
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.
no setterinherited
pointsElement Element?
pointsElement Extensions for points
no setterinherited
quantity 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.
no setterinherited
recipient Reference?
recipient Who will receive payment.
no setterinherited
responsible Reference?
responsible Who will make payment.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityLabelNumber List<FhirUnsignedInt>?
securityLabelNumber A set of security labels that define which terms are controlled by this condition.
no setterinherited
securityLabelNumberElement List<Element>?
no setterinherited
unitPrice Money?
unitPrice A Contract Valued Item unit valuation measure.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toJsonString() String
Another convenience method because more and more I'm transmitting FHIR data as a String and not a Map
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object

Operators

operator ==(Object other) bool
The equality operator.
inherited