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": "MedicationRequest",
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "860975",
"display": "Metformin 500 MG oral tablet"
}
]
},
"subject": {
"reference": "Patient/example"
},
"authoredOn": "2026-08-01",
"requester": {
"reference": "Practitioner/example"
},
"id": "123"
}{
"resourceType": "MedicationRequest",
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "860975",
"display": "Metformin 500 MG oral tablet"
}
]
},
"subject": {
"reference": "Patient/example"
},
"authoredOn": "2026-08-01",
"requester": {
"reference": "Practitioner/example"
},
"id": "123",
"meta": {
"versionId": "2",
"lastUpdated": "2026-08-28T10:00:00Z"
}
}