Class TExpansionProfileFixedVersion

Unit

Declaration

type TExpansionProfileFixedVersion = class(TBackboneElement)

Description

Resource to define constraints on the Expansion of a FHIR ValueSet.

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 mode : string read Getmode write Setmode;
Public property modeElement : TSystemVersionProcessingMode read GetmodeElement write SetmodeElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property system : string read Getsystem write Setsystem;

The specific system for which to fix the version.

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

The version of the code system from which codes in the expansion should be included.

Public property versionElement : Tstring read GetversionElement write SetversionElement;
 
Public 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.

Public property modeElement : TSystemVersionProcessingMode read GetmodeElement write SetmodeElement;
 

Generated by PasDoc 0.15.0.