Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RelatedArtifact

The RelatedArtifact structure defines resources related to a module such as previous and next versions of documents, documentation, citations, etc.

Hierarchy

Index

Properties

Optional citation

citation: markdown

Bibliographic citation for the artifact

Optional display

display: undefined | string

Brief description of the related artifact

Optional document

document: Attachment

What document is being referenced

Optional extension

extension: Extension[]

Additional Content defined by implementations

Optional id

id: undefined | string

xml:id (or equivalent in JSON)

Optional label

label: undefined | string

Short label

Optional resource

resource: canonical

What resource is being referenced

type

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

documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of (http://hl7.org/fhir/R4/valueset-related-artifact-type.html)

Optional url

url: url

Where the artifact can be accessed

Generated using TypeDoc