Class TValueSetScope
Unit
bsFhir_r5
Declaration
type TValueSetScope = 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 inclusionCriteria : string read GetinclusionCriteria write SetinclusionCriteria; |
Criteria describing which concepts or codes should be included and why.
|
|
property inclusionCriteriaElement : Tstring read GetinclusionCriteriaElement write SetinclusionCriteriaElement; |
|
|
property exclusionCriteria : string read GetexclusionCriteria write SetexclusionCriteria; |
Criteria describing which concepts or codes should be excluded and why.
|
|
property exclusionCriteriaElement : Tstring read GetexclusionCriteriaElement write SetexclusionCriteriaElement; |
|
Generated by PasDoc 0.15.0.
|