vinny1575
04/26/2023, 7:20 PMconst result = await medplum.patchResource('Patient', '123', [
{op: 'replace', path: '/name/0/family', value: 'Smith'},
]);
console.log(result.meta.versionId);vinny1575
04/26/2023, 7:22 PMrahul1
04/27/2023, 4:26 PM- character to refer to the end of a list
https://jsonpatch.com/rahul1
04/27/2023, 4:41 PM