interface RelatedArtifact {
    _citation?: Element;
    _display?: Element;
    _label?: Element;
    _resource?: Element;
    _type?: Element;
    _url?: Element;
    citation?: markdown;
    display?: string;
    document?: Attachment;
    extension?: Extension[];
    id?: id;
    label?: string;
    resource?: canonical;
    type: code;
    url?: url;
}

Properties

_citation?: Element

Bibliographic citation for the artifact

_display?: Element

Brief description of the related artifact

_label?: Element

Short label

_resource?: Element

What resource is being referenced

_type?: Element

documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of

_url?: Element

Where the artifact can be accessed

citation?: markdown

Bibliographic citation for the artifact

display?: string

Brief description of the related artifact

document?: Attachment

What document is being referenced

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

label?: string

Short label

resource?: canonical

What resource is being referenced

type: code

documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of

url?: url

Where the artifact can be accessed