Class TCitationCitedArtifact
Unit
bsFhir_r5
Declaration
type TCitationCitedArtifact = 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 identifier : TIdentifierArray read GetidentifierArray; |
A formal identifier that is used to identify the cited artifact when it is represented in other formats, or referenced in a specification, model, design or an instance.
|
|
property relatedIdentifier : TIdentifierArray read GetrelatedIdentifierArray; |
A formal identifier that is used to identify things closely related to the cited artifact.
|
|
property dateAccessed : string read GetdateAccessed write SetdateAccessed; |
When the cited artifact was accessed.
|
|
property dateAccessedElement : TdateTime_ read GetdateAccessedElement write SetdateAccessedElement; |
|
|
property version : TCitationVersion read Getversion write Setversion; |
The defined version of the cited artifact.
|
|
property currentState : TCodeableConceptArray read GetcurrentStateArray; |
The status of the cited artifact.
|
|
property statusDate : TCitationStatusDate1Array read GetstatusDateArray; |
An effective date or period, historical or future, actual or expected, for a status of the cited artifact.
|
|
property title : TCitationTitleArray read GettitleArray; |
The title details of the article or artifact.
|
|
property abstract_ : TCitationAbstractArray read Getabstract_Array; |
The abstract may be used to convey article-contained abstracts, externally-created abstracts, or other descriptive summaries.
|
|
property part : TCitationPart read Getpart write Setpart; |
The component of the article or artifact.
|
|
property publicationForm : TCitationPublicationFormArray read GetpublicationFormArray; |
If multiple, used to represent alternative forms of the article that are not separate citations.
|
|
property webLocation : TCitationWebLocationArray read GetwebLocationArray; |
Used for any URL for the article or artifact cited.
|
|
property contributorship : TCitationContributorship read Getcontributorship write Setcontributorship; |
This element is used to list authors and other contributors, their contact information, specific contributions, and summary statements.
|
|
property note : TAnnotationArray read GetnoteArray; |
Any additional information or content for the article or artifact.
|
Generated by PasDoc 0.15.0.
|