thisReference property

Reference get thisReference

Convenience method to return a Reference referring to that Resource

Implementation

Reference get thisReference => Reference(
  reference: path,
  type: resourceTypeString == null ? null : FhirUri(resourceTypeString),
);