Class TValueSetInclude
Unit
bsFhir_stu3
Declaration
type TValueSetInclude = 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 from which the selected codes come from.
|
|
property systemElement : Turi read GetsystemElement write SetsystemElement; |
|
|
property version : string read Getversion write Setversion; |
The version of the code system that the codes are selected from.
|
|
property versionElement : Tstring read GetversionElement write SetversionElement; |
|
|
property concept : TValueSetConceptArray read GetconceptArray; |
Specifies a concept to be included or excluded.
|
|
property filter : TValueSetFilterArray read GetfilterArray; |
Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.
|
|
property valueSet : TBSFHIRPrimitiveStringArray read GetvalueSetArray; |
Selects concepts found in this value set. This is an absolute URI that is a reference to ValueSet.url.
|
Generated by PasDoc 0.15.0.
|