Class TValueSetInclude

Unit

Declaration

type TValueSetInclude = 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 system : string read Getsystem write Setsystem;
Public property systemElement : Turi read GetsystemElement write SetsystemElement;
Public property version : string read Getversion write Setversion;
Public property versionElement : Tstring read GetversionElement write SetversionElement;
Public property concept : TValueSetConceptArray read GetconceptArray;
Public property filter : TValueSetFilterArray read GetfilterArray;
Public property valueSet : TBSFHIRPrimitiveStringArray read GetvalueSetArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property system : string read Getsystem write Setsystem;

An absolute URI which is the code system from which the selected codes come from.

Public property systemElement : Turi read GetsystemElement write SetsystemElement;
 
Public property version : string read Getversion write Setversion;

The version of the code system that the codes are selected from.

Public property versionElement : Tstring read GetversionElement write SetversionElement;
 
Public property concept : TValueSetConceptArray read GetconceptArray;

Specifies a concept to be included or excluded.

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

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