newId function

FhirId newId()

returns the same resource with a new ID (even if there is already an ID present)

Implementation

FhirId newId() => FhirId(const uuid.Uuid().v4());