FHIR Chat · Search on choice data type · implementers

Stream: implementers

Topic: Search on choice data type


view this post on Zulip Yunwei Wang (Jan 11 2021 at 15:20):

I recently encountered this problem what the best way for a client to search element with choice data type. For example, the EvidenceReport.useContext is define as
image.png
And the search parameters for useContext are defined as
image.png
So, as a client, I would to search EvidenceReport for "patients between 20 and 30 years old". The server may model that as useContext.valueRange or useContext.valueReference(Group). As a client, I have to run both searches (on Range and Reference(Group)) to get the complete result set. Is there a better way to deal with this?


Last updated: Apr 12 2022 at 19:14 UTC