raheelsayeed

Results 3 issues of raheelsayeed

Facing an EXC_BAD_ACCESS, something to do when only using `.search()` query on a `QuestionnaireResponse` with `ValueSetCompose`. This is strange, `.read()` works just fine for the same resource, but `.search()` is...

* fhir.resources version: ? * Python version: 3.11 ### Description I have a bundle of Resources and sometimes these are a mix of R4 and dstu2. Also assuming the in...

`simpleeval.simple_eval('(Age_21 == True) and (asdfasdfs == False)', names={'Age_21': 21}` The above ends without raising exception with a `False`. Replacing `and` with `or` does raise an exception