FHIR Chat · Filter on pre-expanded value set? · hapi

Stream: hapi

Topic: Filter on pre-expanded value set?


view this post on Zulip Joe Jordan (Jul 24 2020 at 23:54):

We're using HAPI FHIR v5.0.2, and are coming across an issue filtering SNOMED codes. Specifically, /ValueSet/cn-condition-code/$expand?filter=blood respects the filter, however the one we need to use does not: /fhir-server/ValueSet/$expand?filter=blood&url=https://ourdomain.io/api/v1/fhir/ValueSet/cn-condition-code
Both work with normal valueSets, but the second one does not. Any suggestions on getting it to work, or is this a bug in HAPI FHIR 5.0.2?
(FYI the custom condition code valueSet is just a modified version of US Core Condition Code that excludes ICD-10)


Last updated: Apr 12 2022 at 19:14 UTC