Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TContract
Unit
bsFhir_stu3
Declaration
type TContract = class(TDomainResource)
Description
A formal agreement between parties regarding the conduct of business, exchange of information or other matters. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
Unique identifier for this Contract.
|
|
property status : string read Getstatus write Setstatus; |
The status of the resource instance.
|
|
property issued : string read Getissued write Setissued; |
When this Contract was issued.
|
|
property issuedElement : TdateTime_ read GetissuedElement write SetissuedElement; |
|
|
property applies : TPeriod read Getapplies write Setapplies; |
Relevant time or time-period when this Contract is applicable.
|
|
property subject : TReferenceArray read GetsubjectArray; |
The target entity impacted by or of interest to parties to the agreement.
|
|
property topic : TReferenceArray read GettopicArray; |
The matter of concern in the context of this agreement.
|
|
property authority : TReferenceArray read GetauthorityArray; |
A formally or informally recognized grouping of people, principals, organizations, or jurisdictions formed for the purpose of achieving some form of collective action such as the promulgation, administration and enforcement of contracts and policies.
|
|
property domain : TReferenceArray read GetdomainArray; |
Recognized governance framework or system operating with a circumscribed scope in accordance with specified principles, policies, processes or procedures for managing rights, actions, or behaviors of parties or principals relative to resources.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Type of Contract such as an insurance policy, real estate contract, a will, power of attorny, Privacy or Security policy , trust framework agreement, etc.
|
|
property subType : TCodeableConceptArray read GetsubTypeArray; |
More specific type or specialization of an overarching or more general contract such as auto insurance, home owner insurance, prenupial agreement, Advanced-Directive, or privacy consent.
|
|
property actionReason : TCodeableConceptArray read GetactionReasonArray; |
Reason for action stipulated by this Contract.
|
|
property decisionType : TCodeableConcept read GetdecisionType write SetdecisionType; |
The type of decision made by a grantor with respect to an offer made by a grantee.
|
|
property contentDerivative : TCodeableConcept read GetcontentDerivative write SetcontentDerivative; |
The minimal content derived from the basal information source at a specific stage in its lifecycle.
|
|
property securityLabel : TCodingArray read GetsecurityLabelArray; |
A set of security labels that define which resources are controlled by this consent. If more than one label is specified, all resources must have all the specified labels.
|
|
property agent : TContractAgentArray 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 signer : TContractSignerArray read GetsignerArray; |
Parties with legal standing in the Contract, including the principal parties, the grantor(s) and grantee(s), which are any person or organization bound by the contract, and any ancillary parties, which facilitate the execution of the contract such as a notary or witness.
|
|
property term : TContractTermArray read GettermArray; |
One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups.
|
|
property binding : TElement read Getbinding write Setbinding; |
Legally binding Contract: This is the signed and legally recognized representation of the Contract, which is considered the "source of truth" and which would be the basis for legal action related to enforcement of this Contract.
|
|
property friendly : TContractFriendlyArray read GetfriendlyArray; |
The "patient friendly language" versionof the Contract in whole or in parts. "Patient friendly language" means the representation of the Contract and Contract Provisions in a manner that is readily accessible and understandable by a layperson in accordance with best practices for communication styles that ensure that those agreeing to or signing the Contract understand the roles, actions, obligations, responsibilities, and implication of the agreement.
|
|
property legal : TContractLegalArray read GetlegalArray; |
List of Legal expressions or representations of this Contract.
|
|
property rule : TContractRuleArray read GetruleArray; |
List of Computable Policy Rule Language Representations of this Contract.
|
Generated by PasDoc 0.15.0.
|