ContractTerm class

ContractTerm Legally enforceable, formally recorded unilateral or

Annotations
  • @freezed

Constructors

ContractTerm({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, Identifier? identifier, FhirDateTime? issued, @JsonKey(name: '_issued') Element? issuedElement, Period? applies, CodeableConcept? topicCodeableConcept, Reference? topicReference, CodeableConcept? type, CodeableConcept? subType, String? text, @JsonKey(name: '_text') Element? textElement, List<ContractSecurityLabel>? securityLabel, required ContractOffer offer, List<ContractAsset>? asset, List<ContractAction>? action, List<ContractTerm>? group})
ContractTerm Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.
const
factory
ContractTerm.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
ContractTerm.fromJsonString(String source)
Acts like a constructor, returns a ContractTerm, accepts a String as an argument, mostly because I got tired of typing it out
factory
ContractTerm.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

action List<ContractAction>?
action An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.
no setterinherited
applies Period?
applies Relevant time or time-period when this Contract Provision is applicable.
no setterinherited
asset List<ContractAsset>?
asset Contract Term Asset List.
no setterinherited
copyWith → $ContractTermCopyWith<ContractTerm>
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
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
group List<ContractTerm>?
group Nested group of Contract Provisions.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
identifier Identifier?
identifier Unique identifier for this particular Contract Provision.
no setterinherited
issued FhirDateTime?
issued When this Contract Provision was issued.
no setterinherited
issuedElement Element?
issuedElement Extensions for issued
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
offer ContractOffer
offer The matter of concern in the context of this provision of the agrement.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityLabel List<ContractSecurityLabel>?
securityLabel Security labels that protect the handling of information about the term and its elements, which may be specifically identified..
no setterinherited
subType CodeableConcept?
subType A specialized legal clause or condition based on overarching contract type.
no setterinherited
text String?
text Statement of a provision in a policy or a contract.
no setterinherited
textElement Element?
textElement Extensions for text
no setterinherited
topicCodeableConcept CodeableConcept?
topicCodeableConcept The entity that the term applies to.
no setterinherited
topicReference Reference?
topicReference The entity that the term applies to.
no setterinherited
type CodeableConcept?
type A legal clause or condition contained within a contract that requires one or both parties to perform a particular requirement by some specified time or prevents one or both parties from performing a particular requirement by some specified time.
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