id in the body is required and must equal the {id} in the URL.If-Match with the version you last read to avoid overwriting someone else's change. If the version has moved on, the server returns 409.Authorization: Bearer ********************{
"resourceType": "Patient",
"active": true,
"name": [
{
"use": "official",
"family": "Shaw",
"given": [
"Amy"
]
}
],
"gender": "female",
"birthDate": "2007-03-20",
"telecom": [
{
"system": "phone",
"value": "+91-40-0000000",
"use": "home"
}
],
"id": "123"
}{
"resourceType": "Patient",
"active": true,
"name": [
{
"use": "official",
"family": "Shaw",
"given": [
"Amy"
]
}
],
"gender": "female",
"birthDate": "2007-03-20",
"telecom": [
{
"system": "phone",
"value": "+91-40-0000000",
"use": "home"
}
],
"id": "123",
"meta": {
"versionId": "2",
"lastUpdated": "2026-08-28T10:00:00Z"
}
}