Class TElementDefinitionBinding
Unit
bsFhir_r5
Declaration
type TElementDefinitionBinding = class(TBackboneType)
Description
Captures constraints on each element within the resource, profile, or extension. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property strength : string read Getstrength write Setstrength; |
Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances.
|
|
property strengthElement : TBindingStrength read GetstrengthElement write SetstrengthElement; |
|
|
property description : string read Getdescription write Setdescription; |
Describes the intended use of this particular set of codes.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property valueSet : string read GetvalueSet write SetvalueSet; |
Refers to the value set that identifies the set of codes the binding refers to.
|
|
property valueSetElement : Tcanonical read GetvalueSetElement write SetvalueSetElement; |
|
|
property additional : TElementDefinitionAdditionalArray read GetadditionalArray; |
Additional bindings that help applications implementing this element. Additional bindings do not replace the main binding but provide more information and/or context.
|
Generated by PasDoc 0.15.0.
|