Matt Willer

Results 21 issues of Matt Willer

In order to prevent errors around tokens becoming invalid, the SDK should pre-emptively refresh access tokens *before* making API calls rather than waiting for a 401 response from the Box...

breaking

In the [Intersect logical spec](https://github.com/HL7/cql/blob/d6fc3907eaa3e1253302a0461afdd06ffca887af/spec/04-logicalspecification.adoc#1915-intersect), the expression is marked as descending from `NaryExpression`. However, the verbiage below refers to "both arguments" and "either argument", making it sound like Intersect is...

Implementing FHIR's [conditional update](http://hl7.org/fhir/R4/http.html#cond-update) functionality, which allows clients to upsert a resource based on search criteria

fhir-datastore

Currently, chained search parameters do not work within a `_filter` search expression. For example, this `Task?_filter` query should work: ``` patient._has:CareTeam:subject:participant re Practitioner/123 or patient.general-practitioner re Practitioner/123 ``` Currently, chained...

search

Resolves #4234

fhir-datastore