Patch AllergyIntolerance with identifier {identifier}

AllergyIntolerance on the FHIR specification website.

Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.

The body should be a list of valid JSON patches for AllergyIntolerance. 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!