IHTSDO / snowstorm

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

Limitation on GET reference set members. #329

Open kaboyles opened 2 years ago

kaboyles commented 2 years ago

Our customer has a Refset which is a subset of ICD10 terms. We are storing these on our snowstorm server and want to GET them out for comparison to our norwegian terms.. There is a limitation of 10,000 on the following:

Refset Members GET /{branch}/members (Search for reference set members)#

How can we work around this?

Thanks, Kim

kaicode commented 2 years ago

It is not currently possible to page beyond 10K results in the refset member list.

We intend to implement search-after functionality, which we have in the GET /{branch}/concepts endpoint, to allow scrolling without limits. There is a development team working on a new version of the SI reference set management tool who also require this functionality so I expect it will be developed soon.

kaboyles commented 2 years ago

Hi Kai, Thanks for the response and this is good news! Please note, this is very important for our customer implementation. Is there a way to find an expected delivery date for this?

kaicode commented 2 years ago

The internal maintenance ticket for this is MAINT-1713.

kaicode commented 2 years ago

The ticket doesn't currently have a scheduled delivery date. Please reach out to Terance or Rory who may be able to put it along.

kaboyles commented 2 years ago

Great, I will do that. Thanks!!

danka74 commented 2 years ago

Hi Kai, Thanks for the response and this is good news! Please note, this is very important for our customer implementation. Is there a way to find an expected delivery date for this?

@kaboyles you can work around the 10k limitation in your client. Let me know if you need any help. /Daniel