Class TContractOffer
Unit
bsFhir_r4
Declaration
type TContractOffer = 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 : TIdentifierArray read GetidentifierArray; |
Unique identifier for this particular Contract Provision.
|
|
property topic : TReference read Gettopic write Settopic; |
The owner of an asset has the residual control rights over the asset: the right to decide all usages of the asset in any way not inconsistent with a prior contract, custom, or law (Hart, 1995, p. 30).
|
|
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 decision : TCodeableConcept read Getdecision write Setdecision; |
Type of choice made by accepting party with respect to an offer made by an offeror/ grantee.
|
|
property decisionMode : TCodeableConceptArray read GetdecisionModeArray; |
How the decision about a Contract was conveyed.
|
|
property text : string read Gettext write Settext; |
Human readable form of this Contract Offer.
|
|
property textElement : Tstring read GettextElement write SettextElement; |
|
|
property linkId : TBSFHIRPrimitiveStringArray read GetlinkIdArray; |
The id of the clause or question text of the offer in the referenced questionnaire/response.
|
Generated by PasDoc 0.15.0.
|