Class TCitationRelatesTo1
Unit
bsFhir_r4b
Declaration
type TCitationRelatesTo1 = 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 cited artifact 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 cited artifact is related to.
|
Generated by PasDoc 0.15.0.
|