## getParsedExpressionForResourceType() function

**Signature:**

```typescript
export declare function getParsedExpressionForResourceType(resourceType: string, expression: string): FhirPathAtom;
```

## Parameters

| Parameter    | Type   | Description |
|--------------|--------|-------------|
| resourceType | string |             |
| expression   | string |             |

**Returns:**

[FhirPathAtom](/content/docs/sdk/core.fhirpathatom)

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