Class TValueSetProperty
Unit
bsFhir_r5
Declaration
type TValueSetProperty = 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
|
property code : string read Getcode write Setcode; |
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
property uri : string read Geturi write Seturi; |
|
property uriElement : Turi read GeturiElement write SeturiElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : string read Getcode write Setcode; |
A code that is used to identify the property. The code is used in ValueSet.expansion.contains.property.code.
|
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
|
property uri : string read Geturi write Seturi; |
Reference to the formal meaning of the property. One possible source of meaning is the [Concept Properties](codesystem-concept-properties.html) code system.
|
|
property uriElement : Turi read GeturiElement write SeturiElement; |
|
Generated by PasDoc 0.15.0.
|