Class TConceptMapGroup
Unit
bsFhir_r4
Declaration
type TConceptMapGroup = class(TBackboneElement)
Description
A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property source : string read Getsource write Setsource; |
An absolute URI that identifies the source system where the concepts to be mapped are defined.
|
|
property sourceElement : Turi read GetsourceElement write SetsourceElement; |
|
|
property sourceVersion : string read GetsourceVersion write SetsourceVersion; |
The specific version of the code system, as determined by the code system authority.
|
|
property sourceVersionElement : Tstring read GetsourceVersionElement write SetsourceVersionElement; |
|
|
property target : string read Gettarget write Settarget; |
An absolute URI that identifies the target system that the concepts will be mapped to.
|
|
property targetElement : Turi read GettargetElement write SettargetElement; |
|
|
property targetVersion : string read GettargetVersion write SettargetVersion; |
The specific version of the code system, as determined by the code system authority.
|
|
property targetVersionElement : Tstring read GettargetVersionElement write SettargetVersionElement; |
|
|
property element : TConceptMapElementArray read GetelementArray; |
Mappings for an individual concept in the source to one or more concepts in the target.
|
|
property unmapped : TConceptMapUnmapped read Getunmapped write Setunmapped; |
What to do when there is no mapping for the source concept. "Unmapped" does not include codes that are unmatched, and the unmapped element is ignored in a code is specified to have equivalence = unmatched.
|
Generated by PasDoc 0.15.0.
|