Class TValueSetDesignation
Unit
bsFhir_r5
Declaration
type TValueSetDesignation = class(TBackboneElement)
Description
A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [CodeSystem](codesystem.html) definitions and their use in [coded elements](terminologies.html).
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property language : string read Getlanguage write Setlanguage; |
The language this designation is defined for.
|
|
property languageElement : Tcode read GetlanguageElement write SetlanguageElement; |
|
|
property use : TCoding read Getuse write Setuse; |
A code that represents types of uses of designations.
|
|
property additionalUse : TCodingArray read GetadditionalUseArray; |
Additional codes that detail how this designation would be used, if there is more than one use.
|
|
property value : string read Getvalue write Setvalue; |
The text value for this designation.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
Generated by PasDoc 0.15.0.
|