put
https://sandbox.healthgorilla.com/fhir/R4/AllergyIntolerance/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
PUT performs a complete replacement of the resource. Partial updates (PATCH) are not supported.
Required Scope
allergyintolerance.write
Example Request
curl -X PUT "https://sandbox.healthgorilla.com/fhir/R4/AllergyIntolerance/{id}"
-H "Authorization: Bearer <access_token>"
-H "Content-Type: application/fhir+json"
-H "Accept: application/fhir+json"
-d '{ "resourceType": "AllergyIntolerance", "id": "{id}" }'