FHIR Chat · ValueSet.$expand parameter count=0 · terminology

Stream: terminology

Topic: ValueSet.$expand parameter count=0


view this post on Zulip Michael Calderero (Mar 20 2018 at 19:04):

I'd just like to confirm my understanding about the count=0 input parameter for http://build.fhir.org/valueset-operation-expand.html

My interpretation of this is that the terminology server will just return ValueSet.expansion.total and some of the elements under ValueSet.expansion if they are available, but MUST NOT return ValueSet.expansion.contains elements. Is this correct?

view this post on Zulip Grahame Grieve (Mar 20 2018 at 19:09):

yes

view this post on Zulip Michael Calderero (Mar 20 2018 at 19:09):

Thank you.

view this post on Zulip Marcelo Cabello (Mar 18 2022 at 14:12):

What should return the following request:
/expand?url=[url]&filter=foo&count=0

should be the total number of elements matching 'foo'?

view this post on Zulip Michael Lawley (Mar 21 2022 at 10:01):

Well, "should not" return anything in the contains - the wording is:

how many codes should be provided in a partial page view

And yes, if you provide the filter parameter, then it should return the number of elements "matching" the provided value


Last updated: Apr 12 2022 at 19:14 UTC