Class TContractContentDefinition

Unit

Declaration

type TContractContentDefinition = class(TBackboneElement)

Description

Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property subType : TCodeableConcept read GetsubType write SetsubType;
Public property publisher : TReference read Getpublisher write Setpublisher;
Public property publicationDate : string read GetpublicationDate write SetpublicationDate;
Public property publicationDateElement : TdateTime_ read GetpublicationDateElement write SetpublicationDateElement;
Public property publicationStatus : string read GetpublicationStatus write SetpublicationStatus;
Public property publicationStatusElement : TContractResourcePublicationStatusCodes read GetpublicationStatusElement write SetpublicationStatusElement;
Public property copyright : string read Getcopyright write Setcopyright;
Public property copyrightElement : Tmarkdown read GetcopyrightElement write SetcopyrightElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Precusory content structure and use, i.e., a boilerplate, template, application for a contract such as an insurance policy or benefits under a program, e.g., workers compensation.

Public property subType : TCodeableConcept read GetsubType write SetsubType;

Detailed Precusory content type.

Public property publisher : TReference read Getpublisher write Setpublisher;

The individual or organization that published the Contract precursor content.

Public property publicationDate : string read GetpublicationDate write SetpublicationDate;

The date (and optionally time) when the contract was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the contract changes.

Public property publicationDateElement : TdateTime_ read GetpublicationDateElement write SetpublicationDateElement;
 
Public property publicationStatus : string read GetpublicationStatus write SetpublicationStatus;

amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated.

Public property publicationStatusElement : TContractResourcePublicationStatusCodes read GetpublicationStatusElement write SetpublicationStatusElement;
 
Public property copyright : string read Getcopyright write Setcopyright;

A copyright statement relating to Contract precursor content. Copyright statements are generally legal restrictions on the use and publishing of the Contract precursor content.

Public property copyrightElement : Tmarkdown read GetcopyrightElement write SetcopyrightElement;
 

Generated by PasDoc 0.15.0.