Class TContractTerm
Unit
bsFhir_r4
Declaration
type TContractTerm = class(TBackboneElement)
Description
Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.
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 topic : TElement read Gettopic write Settopic; |
The entity that the term applies to.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
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.
|
|
property subType : TCodeableConcept read GetsubType write SetsubType; |
A specialized legal clause or condition based on overarching contract type.
|
|
property text : string read Gettext write Settext; |
Statement of a provision in a policy or a contract.
|
|
property textElement : Tstring read GettextElement write SettextElement; |
|
|
property securityLabel : TContractSecurityLabelArray read GetsecurityLabelArray; |
Security labels that protect the handling of information about the term and its elements, which may be specifically identified..
|
|
property offer : TContractOffer read Getoffer write Setoffer; |
The matter of concern in the context of this provision of the agrement.
|
|
property action : TContractActionArray read GetactionArray; |
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.
|
|
property group : TContractTermArray read GetgroupArray; |
Nested group of Contract Provisions.
|
Generated by PasDoc 0.15.0.
|