IHTSDO / snowstorm

Scalable SNOMED CT Terminology Server using Elasticsearch
Other
204 stars 80 forks source link

FHIR API - Expanding ECL ValueSet is excluding active refset members when the referenced concept is inactive #547

Open abelardy opened 1 year ago

abelardy commented 1 year ago

(Snowstorm 8.1.0) The $expand operation to return the members of a simple refset (e.g. ^723264001 ) does not return those active members of a refset where the referenced component is itself inactive. It should.

kaicode commented 1 year ago

Thanks for raising this @abelardy, it looks like the Snomed API (browser) and the FHIR API are behaving differently. The Snomed API seems to behave correctly but the FHIR API is behaving as if there is a concept active filter on refset member queries. We will look into this.