FHIR Chat · fhirpath-based Topics · subscriptions

Stream: subscriptions

Topic: fhirpath-based Topics


view this post on Zulip Josh Mandel (Sep 24 2020 at 23:14):

Why is SubscriptionTopic.resourceTrigger.fhirPathCriteria 0..* ? The docs say multiple expressions are AND'd together, but doesn't FHIRPath's "and" address this need?

view this post on Zulip Grahame Grieve (Sep 24 2020 at 23:37):

I think I asked this already during the connectathon

view this post on Zulip Brian Postlethwaite (Sep 28 2020 at 10:27):

If Expression was used in place of string, then you could have managed the value through a library too?
(and share expressions between mutliple subscriptions?)
In which case the multi-cardinality becomes interesting.

view this post on Zulip Gino Canessa (Sep 28 2020 at 19:05):

So, for the first: is it preferable to change to 0..1 or to state the behavior is or?

view this post on Zulip Gino Canessa (Sep 28 2020 at 19:07):

For the second, I'm not opposed to changing them to expression, but we would want to change all of them (e.g., each query criteria and the fhirPath field). Discussion?

view this post on Zulip Grahame Grieve (Sep 28 2020 at 20:31):

a library? that complex?

view this post on Zulip Grahame Grieve (Sep 28 2020 at 20:31):

I'd rather them not be an expression.

view this post on Zulip Gino Canessa (Sep 29 2020 at 21:08):

Gino Canessa said:

So, for the first: is it preferable to change to 0..1 or to state the behavior is or?

Anyone want to chime in on this?

view this post on Zulip David Pyke (Sep 30 2020 at 17:04):

I"m all for 0..1. I think if we start allowing huge sets within single subscriptions, we're going to kill servers.


Last updated: Apr 12 2022 at 19:14 UTC