forked from hapifhir/hapi-fhir-jpaserver-starter
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
We have mapping cases where we would like to create deterministic uuids out of an integer or a string, so that the same int or string does give always the same uuid.
this could be done with uuid5 where you can provide a namespace (create one with uuid4 and reuse it) and the additional input
there are also standard naempsapscews available for dns, urls, oids
Metadata
Metadata
Assignees
Labels
No labels