Class TExpansionProfileExcludedSystem
Unit
bsFhir_stu3
Declaration
type TExpansionProfileExcludedSystem = class(TBackboneElement)
Description
Resource to define constraints on the Expansion of a FHIR ValueSet.
Hierarchy
Overview
Methods
Properties
 |
property system : string read Getsystem write Setsystem; |
 |
property systemElement : Turi read GetsystemElement write SetsystemElement; |
 |
property version : string read Getversion write Setversion; |
 |
property versionElement : Tstring read GetversionElement write SetversionElement; |
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property system : string read Getsystem write Setsystem; |
An absolute URI which is the code system to be excluded.
|
 |
property systemElement : Turi read GetsystemElement write SetsystemElement; |
|
 |
property version : string read Getversion write Setversion; |
The version of the code system from which codes in the expansion should be excluded.
|
 |
property versionElement : Tstring read GetversionElement write SetversionElement; |
|
Generated by PasDoc 0.15.0.
|