Class TExpansionProfileFixedVersion
Unit
bsFhir_stu3
Declaration
type TExpansionProfileFixedVersion = class(TBackboneElement)
Description
Resource to define constraints on the Expansion of a FHIR ValueSet.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property system : string read Getsystem write Setsystem; |
The specific system for which to fix the version.
|
|
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 included.
|
|
property versionElement : Tstring read GetversionElement write SetversionElement; |
|
|
property mode : string read Getmode write Setmode; |
How to manage the intersection between a fixed version in a value set, and this fixed version of the system in the expansion profile.
|
Generated by PasDoc 0.15.0.
|