FHIR Chat · filtering out by url · implementers

Stream: implementers

Topic: filtering out by url


view this post on Zulip Tushar Nair (Sep 10 2021 at 18:55):

Hello
I am trying to exclude resources based on the url for a certain tag in the meta element. example: Patient?_tag:not=http://goodhealth.org . This is not working what works is the code value. example: Pateint?_tag:not=CODE1. So it seems the :not modifier cannot be used to filter out resources based on the url in the tag. Is there another way to exclude using the tag url instead of the code?

view this post on Zulip Craig McClendon (Sep 10 2021 at 19:03):

It may not be supported, but try like this: Patient?_tag:not=http://goodhealth.org|

view this post on Zulip Craig McClendon (Sep 10 2021 at 19:05):

see : http://hl7.org/fhir/R4/search.html#token

view this post on Zulip Lloyd McKenzie (Sep 10 2021 at 21:14):

Also, make sure you're escaping the URL properly


Last updated: Apr 12 2022 at 19:14 UTC