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

FHIRPath expression with date math #1655

Open
oliveregger opened this issue Jun 17, 2024 · 0 comments
Open

FHIRPath expression with date math #1655

oliveregger opened this issue Jun 17, 2024 · 0 comments

Comments

@oliveregger
Copy link
Contributor

As reported in Zulip date math does not work in FHIRPath if in the expression a variable is used instead of a primitive type.

ext.value as value -> tgt.birthDate = (@2023-10-21 + 5 days) "ok";
ext.value as value -> tgt.birthDate = (%value + 5 days) "fails"; 		

will provide a test-case and a PR

oliveregger added a commit to ahdis/org.hl7.fhir.core that referenced this issue Jun 17, 2024
oliveregger added a commit to ahdis/org.hl7.fhir.core that referenced this issue Jun 17, 2024
grahamegrieve added a commit that referenced this issue Jun 25, 2024
Test and adaption for dateOp #1655
oliveregger added a commit to ahdis/org.hl7.fhir.core that referenced this issue Jun 25, 2024
markiantorno added a commit that referenced this issue Jun 27, 2024
## Validator Changes

* Change how count is calculated when expanding value sets
* Fix value set expansion bugs
* Fix for fhirpath issue on command line (#1650)
* Add IG dependency validator
* work around bad r4 extension definitions
* don't reload different sub-version of extensions pack

## Other code changes

* Rework rendering library from ground up
  * Merge Fix: Fix split logic of canonical into url and version in several places (#1663)
  * Suppress spurious message when code system is unknown
  * don't raise needless and wrong exceptions about extension definitions when rendering
  * fix duplicate link creation
  * Stop recursive rendering crash
  * Obligation rendering improvements
* Handle extra profiles on resources in an IG when converting between versions
* Fixed issue with actor title not rendering in obligations
* Test and adaption for dateOp #1655
* Use assertj instead of hamcrest (#1662)
* More transifex work
* Add support for local packages during testing
***NO_CI***
grahamegrieve added a commit that referenced this issue Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant