Class TConceptMapDependsOn
Unit
bsFhir_r5
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
Description
Methods
|
constructor Create; override; |
|
Properties
|
property attribute : string read Getattribute write Setattribute; |
A reference to the additional attribute that holds a value the map depends on.
|
|
property attributeElement : Tcode read GetattributeElement write SetattributeElement; |
|
|
property valueCode : string read GetvalueCode write SetvalueCode; |
Data element value that the map depends on / produces. (choose any one of value*, but only one)
|
|
property valueCodeElement : Tcode read GetvalueCodeElement write SetvalueCodeElement; |
|
|
property valueCoding : TCoding read GetvalueCoding write SetvalueCoding; |
Data element value that the map depends on / produces. (choose any one of value*, but only one)
|
|
property valueString : string read GetvalueString write SetvalueString; |
Data element value that the map depends on / produces. (choose any one of value*, but only one)
|
|
property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement; |
|
|
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
Data element value that the map depends on / produces. (choose any one of value*, but only one)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
Data element value that the map depends on / produces. (choose any one of value*, but only one)
|
|
property valueSet : string read GetvalueSet write SetvalueSet; |
This mapping applies if the data element value is a code from this value set.
|
|
property valueSetElement : Tcanonical read GetvalueSetElement write SetvalueSetElement; |
|
Generated by PasDoc 0.15.0.
|