## getTypedPropertyValueWithSchema() function

Returns the value of the property and the property type using a type schema.

**Signature:**

```typescript
export declare function getTypedPropertyValueWithSchema(typedValue: TypedValue, path: string, element: InternalSchemaElement): TypedValue[] | TypedValue | undefined;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| typedValue | [TypedValue](/content/docs/sdk/core.typedvalue) | The base context (FHIR resource or backbone element). |
| path | string | The property path. |
| element | [InternalSchemaElement](/content/docs/sdk/core.internalschemaelement) | The property element definition. |

**Returns:**

[TypedValue](/content/docs/sdk/core.typedvalue) | [TypedValue](/content/docs/sdk/core.typedvalue) | undefined

The value of the property and the property type.
