Class TContractTerm
Unit
bsFhir_stu3
Declaration
type TContractTerm = class(TBackboneElement)
Description
A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
Unique identifier for this particular Contract Provision.
|
|
property issued : string read Getissued write Setissued; |
When this Contract Provision was issued.
|
|
property issuedElement : TdateTime_ read GetissuedElement write SetissuedElement; |
|
|
property applies : TPeriod read Getapplies write Setapplies; |
Relevant time or time-period when this Contract Provision is applicable.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Type of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit.
|
|
property subType : TCodeableConcept read GetsubType write SetsubType; |
Subtype of this Contract Provision, e.g. life time maximum payment for a contract term for specific valued item, e.g. disability payment.
|
|
property topic : TReferenceArray read GettopicArray; |
The matter of concern in the context of this provision of the agrement.
|
|
property action : TCodeableConceptArray read GetactionArray; |
Action stipulated by this Contract Provision.
|
|
property actionReason : TCodeableConceptArray read GetactionReasonArray; |
Reason or purpose for the action stipulated by this Contract Provision.
|
|
property securityLabel : TCodingArray read GetsecurityLabelArray; |
A set of security labels that define which terms are controlled by this condition.
|
|
property agent : TContractAgent1Array read GetagentArray; |
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.
|
|
property text : string read Gettext write Settext; |
Human readable form of this Contract Provision.
|
|
property textElement : Tstring read GettextElement write SettextElement; |
|
|
property group : TContractTermArray read GetgroupArray; |
Nested group of Contract Provisions.
|
Generated by PasDoc 0.15.0.
|