Stream: implementers
Topic: filtering out by url
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?
Craig McClendon (Sep 10 2021 at 19:03):
It may not be supported, but try like this: Patient?_tag:not=http://goodhealth.org|
Craig McClendon (Sep 10 2021 at 19:05):
see : http://hl7.org/fhir/R4/search.html#token
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