FHIR Chat · Validation of R4 Subscription.criteria · hapi

Stream: hapi

Topic: Validation of R4 Subscription.criteria


view this post on Zulip David Pyke (Sep 17 2021 at 13:27):

HAPI validates the R4 Subscription.criteria as a search string even though that requirement is only a comment on the resource. That's breaking my FHIR IG that's trying to emulate some of the R5 by having only a simple string value. I'm not sure how to deal with that, other than patching the code. I can understand if it was an invariant but a comment, IMHO, shouldn't have that power.

So, is there a flag that will turn that off or does that require customizing it?

view this post on Zulip Grahame Grieve (Sep 17 2021 at 20:28):

HAPI has to do something with the search string. So it's perfectly reasonable for it to require that it understands it

view this post on Zulip Grahame Grieve (Sep 17 2021 at 20:29):

but the comment is a still a rule to follow.


Last updated: Apr 12 2022 at 19:14 UTC