Class TCitationRelatesTo
Unit
bsFhir_r4b
Declaration
type TCitationRelatesTo = 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.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property relationshipType : TCodeableConcept read GetrelationshipType write SetrelationshipType; |
How the Citation resource relates to the target artifact.
|
|
property targetClassifier : TCodeableConceptArray read GettargetClassifierArray; |
The clasification of the related artifact.
|
|
property target : TElement read Gettarget write Settarget; |
The article or artifact that the Citation Resource is related to.
|
Generated by PasDoc 0.15.0.
|