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?: MedplumRequestOptions): ReadablePromise<ValueSet>;

Parameters

Parameter

Type

Description

system

string

The ValueSet system url.

filter

string

The search string.

options

MedplumRequestOptions

(Optional) Optional fetch options.

Returns:

ReadablePromise<ValueSet>

Promise to expanded ValueSet.