Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个应用程序,用户可以在其中将 QuestionnaireResponses 标记为“绿色”,如果它们已被清除为 OK,还可以标记为黄色和红色以进行跟进。我想制作一个页面,显示所有未标记为绿色的资源(包括根本未标记的资源)。知道我如何在 HAPI-FHIR 上做到这一点吗?
从文档中我猜是这样的:
http://apps.ehelselab.com/baseDstu2/QuestionnaireResponse?_tag:not=http://fhir.ehelselab.com/codes/tags|绿色
或者
http://apps.ehelselab.com/baseDstu2/QuestionnaireResponse?_tag=nehttp://fhir.ehelselab.com/codes/tags|绿色
但它似乎没有返回正确的响应。有人知道正确的格式吗?
老实说,我从未真正看过:not预选赛。这是在哪里定义的?
:not
HAPI 绝对不支持这个,但添加起来不会太难..
编辑:哦,原来它记录在一个明显的地方。让我看看实施起来会有多糟糕。我同意,我们应该支持它。