Class TConceptMapGroup

Unit

Declaration

type TConceptMapGroup = class(TBackboneElement)

Description

A statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property source : string read Getsource write Setsource;
Public property sourceElement : Turi read GetsourceElement write SetsourceElement;
Public property sourceVersion : string read GetsourceVersion write SetsourceVersion;
Public property sourceVersionElement : Tstring read GetsourceVersionElement write SetsourceVersionElement;
Public property target : string read Gettarget write Settarget;
Public property targetElement : Turi read GettargetElement write SettargetElement;
Public property targetVersion : string read GettargetVersion write SettargetVersion;
Public property targetVersionElement : Tstring read GettargetVersionElement write SettargetVersionElement;
Public property element : TConceptMapElementArray read GetelementArray;
Public property unmapped : TConceptMapUnmapped read Getunmapped write Setunmapped;

Description

Methods

Public constructor Create; override;
 

Properties

Public property source : string read Getsource write Setsource;

An absolute URI that identifies the Code System (if the source is a value set that crosses more than one code system).

Public property sourceElement : Turi read GetsourceElement write SetsourceElement;
 
Public property sourceVersion : string read GetsourceVersion write SetsourceVersion;

The specific version of the code system, as determined by the code system authority.

Public property sourceVersionElement : Tstring read GetsourceVersionElement write SetsourceVersionElement;
 
Public property target : string read Gettarget write Settarget;

An absolute URI that identifies the code system of the target code (if the target is a value set that cross code systems).

Public property targetElement : Turi read GettargetElement write SettargetElement;
 
Public property targetVersion : string read GettargetVersion write SettargetVersion;

The specific version of the code system, as determined by the code system authority.

Public property targetVersionElement : Tstring read GettargetVersionElement write SettargetVersionElement;
 
Public property element : TConceptMapElementArray read GetelementArray;

Mappings for an individual concept in the source to one or more concepts in the target.

Public property unmapped : TConceptMapUnmapped read Getunmapped write Setunmapped;

What to do when there is no match in the mappings in the group.


Generated by PasDoc 0.15.0.