patch https://fhir-api.zapehr.com/r4b/ImmunizationEvaluation/
ImmunizationEvaluation on the FHIR specification website.
Describes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations.
The body should be a list of valid JSON patches for ImmunizationEvaluation. For example, to update a Slot status to busy, this would be the body:
[
{
op: 'replace',
path: '/status',
value: 'busy',
},
],