Class TValueSetContains
Unit
bsFhir_stu3
Declaration
type TValueSetContains = class(TBackboneElement)
Description
A value set specifies a set of codes drawn from one or more code systems.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property system : string read Getsystem write Setsystem; |
An absolute URI which is the code system in which the code for this item in the expansion is defined.
|
|
property systemElement : Turi read GetsystemElement write SetsystemElement; |
|
|
property abstract_ : boolean read Getabstract_ write Setabstract_; |
If true, this entry is included in the expansion for navigational purposes, and the user cannot select the code directly as a proper value.
|
|
property abstract_Element : Tboolean read Getabstract_Element write Setabstract_Element; |
|
|
property inactive : boolean read Getinactive write Setinactive; |
If the concept is inactive in the code system that defines it. Inactive codes are those that are no longer to be used, but are maintained by the code system for understanding legacy data.
|
|
property inactiveElement : Tboolean read GetinactiveElement write SetinactiveElement; |
|
|
property version : string read Getversion write Setversion; |
The version of this code system that defined this code and/or display. This should only be used with code systems that do not enforce concept permanence.
|
|
property versionElement : Tstring read GetversionElement write SetversionElement; |
|
|
property code : string read Getcode write Setcode; |
The code for this item in the expansion hierarchy. If this code is missing the entry in the hierarchy is a place holder (abstract) and does not represent a valid code in the value set.
|
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
|
property display : string read Getdisplay write Setdisplay; |
The recommended display for this item in the expansion.
|
|
property displayElement : Tstring read GetdisplayElement write SetdisplayElement; |
|
|
property designation : TValueSetDesignationArray read GetdesignationArray; |
Additional representations for this item - other languages, aliases, specialized purposes, used for particular purposes, etc. These are relevant when the conditions of the expansion do not fix to a single correct representation.
|
|
property contains : TValueSetContainsArray read GetcontainsArray; |
Other codes and entries contained under this entry in the hierarchy.
|
Generated by PasDoc 0.15.0.
|