## removeProfileFromResource() function

Removes the supplied profileUrl from the resource.meta.profile if it is present

**Signature:**

```typescript
export declare function removeProfileFromResource<T extends Resource = Resource>(resource: T, profileUrl: string): T;
```

## Parameters

| Parameter  | Type | Description            |
|------------|------|------------------------|
| resource   | T    | A FHIR resource        |
| profileUrl | string | The profile URL to remove |

**Returns:**

T

The resource

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