Class TElementDefinitionBinding
Unit
bsFhir_stu3
Declaration
type TElementDefinitionBinding = class(TElement)
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 : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property valueSet : TElement read GetvalueSet write SetvalueSet; |
Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used. If the binding refers to an explicit value set - the normal case - then use a Reference(ValueSet) preferably containing the canonical URL for the value set. If the reference is to an implicit value set - usually, an IETF RFC that defines a grammar, such as mime types - then use a uri.
|
Generated by PasDoc 0.15.0.
|