You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: