Skip to main content

core.medplumclient.searchvalueset

Home > @medplum/core > MedplumClient > searchValueSet

MedplumClient.searchValueSet() method

Warning: This API is now obsolete.

Use valueSetExpand() instead.

Searches a ValueSet resource using the "expand" operation. See: https://www.hl7.org/fhir/operation-valueset-expand.html

Signature:

searchValueSet(system: string, filter: string, options?: RequestInit): ReadablePromise<ValueSet>;

Parameters

ParameterTypeDescription
systemstringThe ValueSet system url.
filterstringThe search string.
optionsRequestInit(Optional) Optional fetch options.

Returns:

ReadablePromise<ValueSet>

Promise to expanded ValueSet.