Class TCitationRelatesTo
Unit
bsFhir_r5
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 type_ : string read Gettype_ write Settype_; |
The type of relationship to the related artifact.
|
|
property classifier : TCodeableConceptArray read GetclassifierArray; |
Provides additional classifiers of the related artifact.
|
|
property label_ : string read Getlabel_ write Setlabel_; |
A short label that can be used to reference the related artifact from elsewhere in the containing artifact, such as a footnote index.
|
|
property label_Element : Tstring read Getlabel_Element write Setlabel_Element; |
|
|
property display : string read Getdisplay write Setdisplay; |
A brief description of the document or knowledge resource being referenced, suitable for display to a consumer.
|
|
property displayElement : Tstring read GetdisplayElement write SetdisplayElement; |
|
|
property citation : string read Getcitation write Setcitation; |
A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format.
|
|
property citationElement : Tmarkdown read GetcitationElement write SetcitationElement; |
|
|
property document : TAttachment read Getdocument write Setdocument; |
The document being referenced, represented as an attachment. Do not use this element if using the resource element to provide the canonical to the related artifact.
|
|
property resource : string read Getresource write Setresource; |
The related artifact, such as a library, value set, profile, or other knowledge resource.
|
|
property resourceElement : Tcanonical read GetresourceElement write SetresourceElement; |
|
|
property resourceReference : TReference read GetresourceReference write SetresourceReference; |
The related artifact, if the artifact is not a canonical resource, or a resource reference to a canonical resource.
|
Generated by PasDoc 0.15.0.
|