Class TConceptMapDependsOn
Unit
bsFhir_r4
Declaration
type TConceptMapDependsOn = 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
|
property property_ : string read Getproperty_ write Setproperty_; |
|
property property_Element : Turi read Getproperty_Element write Setproperty_Element; |
|
property system : string read Getsystem write Setsystem; |
|
property systemElement : Tcanonical read GetsystemElement write SetsystemElement; |
|
property value : string read Getvalue write Setvalue; |
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
property display : string read Getdisplay write Setdisplay; |
|
property displayElement : Tstring read GetdisplayElement write SetdisplayElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property property_ : string read Getproperty_ write Setproperty_; |
A reference to an element that holds a coded value that corresponds to a code system property. The idea is that the information model carries an element somewhere that is labeled to correspond with a code system property.
|
|
property property_Element : Turi read Getproperty_Element write Setproperty_Element; |
|
|
property system : string read Getsystem write Setsystem; |
An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems).
|
|
property systemElement : Tcanonical read GetsystemElement write SetsystemElement; |
|
|
property value : string read Getvalue write Setvalue; |
Identity (code or path) or the element/item/ValueSet/text that the map depends on / refers to.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
|
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; |
|
Generated by PasDoc 0.15.0.
|