interface CitationRelatesTo {
    _targetUri?: Element;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    relationshipType: CodeableConcept;
    targetAttachment?: Attachment;
    targetClassifier?: CodeableConcept[];
    targetIdentifier?: Identifier;
    targetReference?: Reference;
    targetUri?: uri;
}

Properties

_targetUri?: Element

The article or artifact that the Citation Resource is related to

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

relationshipType: CodeableConcept

How the Citation resource relates to the target artifact

targetAttachment?: Attachment

The article or artifact that the Citation Resource is related to

targetClassifier?: CodeableConcept[]

The clasification of the related artifact

targetIdentifier?: Identifier

The article or artifact that the Citation Resource is related to

targetReference?: Reference

The article or artifact that the Citation Resource is related to

targetUri?: uri

The article or artifact that the Citation Resource is related to