Class TConceptMapUnmapped
Unit
bsFhir_r5
Declaration
type TConceptMapUnmapped = 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 mode : string read Getmode write Setmode; |
Defines which action to take if there is no match for the source concept in the target system designated for the group. One of 3 actions are possible: use the unmapped source code (this is useful when doing a mapping between versions, and only a few codes have changed), use a fixed code (a default code), or alternatively, a reference to a different concept map can be provided (by canonical URL).
|
|
property code : string read Getcode write Setcode; |
The fixed code to use when the mode = 'fixed' - all unmapped codes are mapped to a single fixed code.
|
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
|
property display : string read Getdisplay write Setdisplay; |
The display for the code. The display is only provided to help editors when editing the concept map.
|
|
property displayElement : Tstring read GetdisplayElement write SetdisplayElement; |
|
|
property valueSet : string read GetvalueSet write SetvalueSet; |
The set of fixed codes to use when the mode = 'fixed' - all unmapped codes are mapped to each of the fixed codes.
|
|
property valueSetElement : Tcanonical read GetvalueSetElement write SetvalueSetElement; |
|
|
property relationship : string read Getrelationship write Setrelationship; |
The default relationship value to apply between the source and target concepts when the source code is unmapped and the mode is 'fixed' or 'use-source-code'.
|
|
property otherMap : string read GetotherMap write SetotherMap; |
The canonical reference to an additional ConceptMap resource instance to use for mapping if this ConceptMap resource contains no matching mapping for the source concept.
|
|
property otherMapElement : Tcanonical read GetotherMapElement write SetotherMapElement; |
|
Generated by PasDoc 0.15.0.
|