Skip to main content

core.medplumclient.requestprofileschema

Home > @medplum/core > MedplumClient > requestProfileSchema

MedplumClient.requestProfileSchema() method

Requests the schema for a profile. If the schema is already cached, the promise is resolved immediately.

Signature:

requestProfileSchema(profileUrl: string): Promise<void>;

Parameters

ParameterTypeDescription
profileUrlstringThe FHIR URL of the profile

Returns:

Promise<void>

Promise to a schema with the requested profile.