thisReference property

Reference thisReference
inherited

Convenience method to return a Reference referring to that Resource

Implementation

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