問題タブ [dstu2-fhir]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
hl7-fhir - _content を使用して複数の単語を FHIR 検索する
_content 検索パラメーターを使用して複数の単語を検索しようとしていますが、機能しません。
例 CAll - GET [ベース]/Condition?_content=(骨または肝臓) および転移
このリクエストは、リソース コンテンツ全体に「metastases」という単語と「bone」または「liver」のいずれかを含むすべての Condition リソースを返す必要があります。
AND、OR などの論理演算とともに _content を使用して検索する方法についてのヘルプをいただければ幸いです。