## fhirpathPatchTypedValue() function

**Signature:**

```typescript
export declare function fhirpathPatchTypedValue(original: TypedValue, patch: FhirPathPatch[]): void;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| original | [TypedValue](/content/docs/sdk/core.typedvalue) |  |
| patch | [FhirPathPatch](/content/docs/sdk/core.fhirpathpatch) |  |

**Returns:**

void

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