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

Expression with .ofType does not seem to support date / dateTime #12

Open
kulakowski-lukasz opened this issue Oct 13, 2021 · 1 comment
Labels

Comments

@kulakowski-lukasz
Copy link

kulakowski-lukasz commented Oct 13, 2021

I've been trying to evalue an expression:
result = evaluate(handler.resource_file_json, "Observation.descendants().ofType(date)", [])
On the Observation resource that contains:
"effectiveDateTime": "1999-07-02"
But in return I receive an empty list. It only seems to see the effectiveDateTime as a string.

BR,
Lukas

@ir4y ir4y added the priority label Jul 1, 2022
@ir4y
Copy link
Member

ir4y commented May 13, 2024

It should be fixed since 1.0.0 @kulakowski-lukasz could you please check?

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

No branches or pull requests

2 participants