You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing an update for a FHIR DocumentReference resource with includeResponse: true in the RequestOptions, the response is not included in the returned result.
When performing an update for a FHIR DocumentReference resource with
includeResponse: true
in the RequestOptions, the response is not included in the returned result.client.update(JSON.parse(docref), { headers: { 'If-Match': `W/"${versionId || ''}"` }, includeResponse: true })
The text was updated successfully, but these errors were encountered: