Generated ids for FHIR resources will start with a timestamp
klwhaley opened this issue · 1 comments
klwhaley commented
Previously created FHIR resources had an id of a UUID.
With this change the resources created will have an id of CURRENT_NANOSECOND.UUID
e.g. "id": "1657728387907169000.77b74dd5-4f15-4b22-b8a2-8aaf4617d8d0",
This id starting with a timestamp representation will aid in FHIR performance for indexing/search.
LisaWellman commented
In Release 1.0.19