Skip to main content

core.isresourcetypeschema

Home > @medplum/core > isResourceTypeSchema

isResourceTypeSchema() function

Returns true if the type schema is a non-abstract FHIR resource.

Signature:

export declare function isResourceTypeSchema(typeSchema: InternalTypeSchema): boolean;

Parameters

ParameterTypeDescription
typeSchemaInternalTypeSchemaThe type schema to check.

Returns:

boolean

True if the type schema is a non-abstract FHIR resource.