patch https://fhir-api.zapehr.com/r4b/DetectedIssue/
DetectedIssue on the FHIR specification website.
Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc.
The body should be a list of valid JSON patches for DetectedIssue. For example, to update a Slot status to busy, this would be the body:
[
{
op: 'replace',
path: '/status',
value: 'busy',
},
],