| Class TCitationVersionUnit
bsFhir_r5 Declaration
type TCitationVersion = class(TBackboneElement) Description
 The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources.  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property value : string read Getvalue write Setvalue; |  | 
 The version number or other version identifier.  |  
|  | property valueElement : Tstring read GetvalueElement write SetvalueElement; |  |  |  
|  | property baseCitation : TReference read GetbaseCitation write SetbaseCitation; |  | 
 Citation for the main version of the cited artifact.  |  Generated by PasDoc 0.15.0.
 |