Class TContractContentDefinition
Unit
bsFhir_r5
Declaration
type TContractContentDefinition = 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 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.
|
|
property subType : TCodeableConcept read GetsubType write SetsubType; |
Detailed Precusory content type.
|
|
property publisher : TReference read Getpublisher write Setpublisher; |
The individual or organization that published the Contract precursor content.
|
|
property publicationDate : string read GetpublicationDate write SetpublicationDate; |
The date (and optionally time) when the contract was last significantly changed. 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.
|
|
property publicationDateElement : TdateTime_ read GetpublicationDateElement write SetpublicationDateElement; |
|
|
property publicationStatus : string read GetpublicationStatus write SetpublicationStatus; |
amended | appended | cancelled | disputed | entered-in-error | executable +.
|
|
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.
|
|
property copyrightElement : Tmarkdown read GetcopyrightElement write SetcopyrightElement; |
|
Generated by PasDoc 0.15.0.
|