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

BaseTypeFhirConverter Does Not Support Long Cql Types #1453

Closed
jreyno77 opened this issue Nov 25, 2024 · 1 comment · Fixed by #1459
Closed

BaseTypeFhirConverter Does Not Support Long Cql Types #1453

jreyno77 opened this issue Nov 25, 2024 · 1 comment · Fixed by #1459
Labels

Comments

@jreyno77
Copy link
Contributor

isCqlType in BaseTypeFhirConverter does not check for Long:

if (value instanceof BigDecimal || value instanceof String || value instanceof Integer || value instanceof Boolean) { return true; }

@jreyno77 jreyno77 added the bug label Nov 25, 2024
@jreyno77 jreyno77 changed the title BaseTypeFhirConverter BaseTypeFhirConverter Does Not Support Long Cql Types Nov 25, 2024
@JPercival
Copy link
Contributor

Integer64 is only defined in FHIR >=R4B. We don't support R4B, but I'll fix it for the R5 converter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants