Class TValueSetCompose
Unit
bsFhir_r4b
Declaration
type TValueSetCompose = 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 lockedDate : string read GetlockedDate write SetlockedDate; |
The Locked Date is the effective date that is used to determine the version of all referenced Code Systems and Value Set Definitions included in the compose that are not already tied to a specific version.
|
|
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 $expand parameters (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.
|