Class TContractAsset
Unit
bsFhir_r4b
Declaration
type TContractAsset = 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 scope : TCodeableConcept read Getscope write Setscope; |
Differentiates the kind of the asset .
|
|
property type_ : TCodeableConceptArray read Gettype_Array; |
Target entity type about which the term may be concerned.
|
|
property typeReference : TReferenceArray read GettypeReferenceArray; |
Associated entities.
|
|
property subtype : TCodeableConceptArray read GetsubtypeArray; |
May be a subtype or part of an offered asset.
|
|
property relationship : TCoding read Getrelationship write Setrelationship; |
Specifies the applicability of the term to an asset resource instance, and instances it refers to orinstances that refer to it, and/or are owned by the offeree.
|
|
property condition : string read Getcondition write Setcondition; |
Description of the quality and completeness of the asset that imay be a factor in its valuation.
|
|
property conditionElement : Tstring read GetconditionElement write SetconditionElement; |
|
|
property periodType : TCodeableConceptArray read GetperiodTypeArray; |
Type of Asset availability for use or ownership.
|
|
property period : TPeriodArray read GetperiodArray; |
Asset relevant contractual time period.
|
|
property usePeriod : TPeriodArray read GetusePeriodArray; |
Time period of asset use.
|
|
property text : string read Gettext write Settext; |
Clause or question text (Prose Object) concerning the asset in a linked form, such as a QuestionnaireResponse used in the formation of the contract.
|
|
property textElement : Tstring read GettextElement write SettextElement; |
|
|
property linkId : TBSFHIRPrimitiveStringArray read GetlinkIdArray; |
Id [identifier??] of the clause or question text about the asset in the referenced form or QuestionnaireResponse.
|
Generated by PasDoc 0.15.0.
|