fullUrl property

Uri? get fullUrl

The Absolute URL for the resource. This must be provided for all resources in a bundle if an absolute URL is needed (e.g. for signatures). The fullUrl SHALL not disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id.

Implementation

Uri? get fullUrl => fullUrlField.getValue(_json);