interface Reference {
    _display?: Element;
    _reference?: Element;
    _type?: Element;
    display?: string;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier;
    reference?: string;
    type?: uri;
}

Properties

_display?: Element

Text alternative for the resource

_reference?: Element

Literal reference, Relative, internal or absolute URL

_type?: Element

Type the reference refers to (e.g. "Patient")

display?: string

Text alternative for the resource

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

identifier?: Identifier

Logical reference, when literal reference is not known

reference?: string

Literal reference, Relative, internal or absolute URL

type?: uri

Type the reference refers to (e.g. "Patient")