FHIR Chat · Integer64 · fhirpath

Stream: fhirpath

Topic: Integer64


view this post on Zulip Grahame Grieve (Dec 05 2019 at 23:06):

@Bryn Rhodes FHIR-I agreed to add integer64 to the FHIR spec for supporting record counters

view this post on Zulip Grahame Grieve (Dec 05 2019 at 23:06):

there doesn't appear to be any appropriate type in FHIRPath for that

view this post on Zulip Bryn Rhodes (Dec 05 2019 at 23:26):

Not currently no, you would need to use a Decimal.

view this post on Zulip Bryn Rhodes (Dec 05 2019 at 23:27):

But if it's part of the base FHIR spec, should we add it to FHIRPath?

view this post on Zulip Grahame Grieve (Dec 05 2019 at 23:27):

well, record counter is the use case. I'm not sure decimal has enough precision?

view this post on Zulip Grahame Grieve (Dec 05 2019 at 23:28):

millisecond counter too, I suppose

view this post on Zulip Bryn Rhodes (Dec 06 2019 at 00:57):

Yes, Decimal has 28,8


Last updated: Apr 12 2022 at 19:14 UTC