Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profile the performance of the Luhn calculation in FhirPath #2726

Open
ewoutkramer opened this issue Feb 28, 2024 · 1 comment
Open

Profile the performance of the Luhn calculation in FhirPath #2726

ewoutkramer opened this issue Feb 28, 2024 · 1 comment

Comments

@ewoutkramer
Copy link
Member

US Core Organization now contains a FHIRPath statement that does a Luhn check on an Identifier, see us-core-17 here:
https://www.hl7.org/fhir/us/core/StructureDefinition-us-core-organization.html

This historically triggered a deficiency in the FhirPath evaluator and used to be very slow. We might have solved that (or are going to solve that using #2720 ) - but we need to check whether we do a better job now, before this profile becomes popular.

@brianpos
Copy link
Collaborator

This is also in the HL7 Australia identifiers too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

3 participants