## isResourceTypeSchema() function

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

**Signature:**

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

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| typeSchema | [InternalTypeSchema](/content/docs/sdk/core.internaltypeschema) | The type schema to check. |

**Returns:**

boolean

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

- [isResourceTypeSchema() function](/content/docs/sdk/core.isresourcetypeschema#isresourcetypeschema-function/index.html)
- [Parameters](/content/docs/sdk/core.isresourcetypeschema#parameters/index.html)
