Represents a reference to another resource
Reference<
T> =object
Represents a reference to another resource. Used for linking between FHIR resources.
Type Parameters
T
T = null
The type of the referenced resource when resolved
Properties
id
id:
string|null
Reference identifier
reference
reference:
string|null
Literal reference, Relative, internal or absolute URL
type
type:
string|null
Type the reference refers to
display
display:
string|null
Text alternative for the resource
extension
extension: (
Extension|null)[] |null
Additional content extensions
identifier
identifier:
Identifier|null
Identifiers for the reference
resource
resource:
T|null
The referenced resource (when resolved)
