patch https://fhir-api.zapehr.com/r4b/AllergyIntolerance/
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',
},
],