newId function
returns the same resource with a new ID (even if there is already an ID present)
Implementation
FhirId newId() => FhirId(const uuid.Uuid().v4());
returns the same resource with a new ID (even if there is already an ID present)
FhirId newId() => FhirId(const uuid.Uuid().v4());