Reputation: 309
I've got an app where the user can tag QuestionnaireResponses with 'Green' if they've been cleared as OK, and also tag as Yellow and Red for follow-up. I'd like to make a page which shows all resources that are NOT tagged with Green (including those not tagged at all). Any idea how I do that on HAPI-FHIR?
From the documentation I'm guessing something like:
or
But it doesn't seem to return a correct response. Does someone know the correct format?
Upvotes: 1
Views: 260
Reputation: 701
To be honest, I've never actually seen the :not
qualifier. Where is that defined?
HAPI definitely doesn't support this, but it wouldn't be too hard to add..
Edit: Oh, turns out it's documented in an obvious spot. Let me have a look at how bad this would be to implement.. I'd agree, we should support it.
Upvotes: 0