LinuxForHealth / hl7v2-fhir-converter

Converts HL7 v2 Messages to FHIR Resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generated ids for FHIR resources will start with a timestamp

klwhaley opened this issue · comments

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.

In Release 1.0.19