Class TValueSetCompose

Unit

Declaration

type TValueSetCompose = class(TBackboneElement)

Description

A value set specifies a set of codes drawn from one or more code systems.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property lockedDate : string read GetlockedDate write SetlockedDate;
Public property lockedDateElement : Tdate_ read GetlockedDateElement write SetlockedDateElement;
Public property inactive : boolean read Getinactive write Setinactive;
Public property inactiveElement : Tboolean read GetinactiveElement write SetinactiveElement;
Public property include : TValueSetIncludeArray read GetincludeArray;
Public property exclude : TValueSetIncludeArray read GetexcludeArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property lockedDateElement : Tdate_ read GetlockedDateElement write SetlockedDateElement;
 
Public 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).

Public property inactiveElement : Tboolean read GetinactiveElement write SetinactiveElement;
 
Public property include : TValueSetIncludeArray read GetincludeArray;

Include one or more codes from a code system or other value set(s).

Public 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.