Stream: implementers
Topic: Search on a ValueSet
Alejandro Lopez Osornio (Mar 18 2020 at 17:20):
Hi all,
I'm searching over a large ValueSet on the Loinc FHIR server:
https://fhir.loinc.org/ValueSet/loinc-document-ontology?filter=Hematology
Works fine, with the results on the "expansion" property, but I still get the "compose" property with a very large set of criteria.
Is there a way to prevent retrieving the "compose" property?
Thanks
Rob Hausam (Mar 18 2020 at 21:08):
You should be able to use the $expand operation 'includeDefinition' parameter (as 'includeDefinition' = false). Assuming that HAPI (which is what the LOINC server uses) supports that, it should work (I haven't checked it, but I assume that's likely the case).
Last updated: Apr 12 2022 at 19:14 UTC