FHIR Chat · Getting all ValueSets as bundle · implementers

Stream: implementers

Topic: Getting all ValueSets as bundle


view this post on Zulip Diego Bosca (Jun 29 2018 at 08:28):

Hi all,

view this post on Zulip Diego Bosca (Jun 29 2018 at 08:32):

I'm trying to find "lightweight" way of getting all ValueSets in a FHIR terminology server. The obvious way is to do a search, which in theory will return all ValueSet resources in a Bundle. Problem is that these ValueSet can get really big, and for the moment I just want to present the user which valuesets are available, and getting the contents of really large ones seems like an overkill. Is there any other way to query resources and get only references?

view this post on Zulip Lloyd McKenzie (Jun 29 2018 at 10:11):

No way to get just the URLs, but you can get a 'light' version of the resource using _sumary=true (see http://build.fhir.org/search.html#summary)

view this post on Zulip Grahame Grieve (Jun 29 2018 at 10:19):

or use _elements

view this post on Zulip Diego Bosca (Jun 29 2018 at 11:39):

both seem to achieve what I want, thanks!


Last updated: Apr 12 2022 at 19:14 UTC