fhirpath-py icon indicating copy to clipboard operation
fhirpath-py copied to clipboard

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

Open kulakowski-lukasz opened this issue 4 years ago • 1 comments

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

kulakowski-lukasz avatar Oct 13 '21 12:10 kulakowski-lukasz

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

ir4y avatar May 13 '24 02:05 ir4y