thisReference property

Reference thisReference

Convenience method to return a Reference referring to that Resource

Implementation

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