Class TValueSetCompose
Unit
bsFhir_stu3
Declaration
type TValueSetCompose = 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 lockedDate : string read GetlockedDate write SetlockedDate; |
If a locked date is defined, then the Content Logical Definition must be evaluated using the current version as of the locked date for referenced code system(s) and value set instances where ValueSet.compose.include.version is not defined.
|
|
property lockedDateElement : Tdate_ read GetlockedDateElement write SetlockedDateElement; |
|
|
property inactive : boolean read Getinactive write Setinactive; |
Whether inactive codes - codes that are not approved for current use - are in the value set. If inactive = true, inactive codes are to be included in the expansion, if inactive = false, the inactive codes will not be included in the expansion. If absent, the behavior is determined by the implementation, or by the applicable ExpansionProfile (but generally, inactive codes would be expected to be included).
|
|
property inactiveElement : Tboolean read GetinactiveElement write SetinactiveElement; |
|
|
property include : TValueSetIncludeArray read GetincludeArray; |
Include one or more codes from a code system or other value set(s).
|
|
property exclude : TValueSetIncludeArray read GetexcludeArray; |
Exclude one or more codes from the value set based on code system filters and/or other value sets.
|
Generated by PasDoc 0.15.0.
|