core.patchoperation | Medplum

PatchOperation interface

JSONPatch patch operation. Compatible with fast-json-patch and rfc6902 Operation.

Signature:

export interface PatchOperation

Properties

Property Modifiers Type Description
op readonly 'add' | 'remove' | 'replace' | 'copy' | 'move' | 'test'
path readonly string
value? readonly any (Optional)