Patch Claim with identifier {identifier}

Claim on the FHIR specification website.

A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement.

The body should be a list of valid JSON patches for Claim. For example, to update a Slot status to busy, this would be the body:

[
  {
    op: 'replace',
    path: '/status',
    value: 'busy',
  },
],
Language
Authorization
Click Try It! to start a request and see the response here!