core.medplumclient.requestprofileschema | Medplum

MedplumClient.requestProfileSchema() method

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

Signature:

requestProfileSchema(profileUrl: string, options?: RequestProfileSchemaOptions): Promise<void>;

Parameters

Parameter Type Description
profileUrl string The FHIR URL of the profile
options RequestProfileSchemaOptions (Optional) (optional) Additional options

Returns:

Promise

Promise for schema request.