post
https://sandbox.healthgorilla.com/fhir/R4/AllergyIntolerance
Create a new AllergyIntolerance resource.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Request bodies must include resourceType: "AllergyIntolerance". The server assigns the resource id unless otherwise documented.
Required scope:
allergyintolerance.write
Example Request
curl -X POST "https://sandbox.healthgorilla.com/fhir/R4/AllergyIntolerance"
-H "Authorization: Bearer <access_token>"
-H "Content-Type: application/fhir+json"
-H "Accept: application/fhir+json"
-d '{ "resourceType": "AllergyIntolerance" }'
Note: POST creates a new resource. Use PUT to replace an existing resource by ID.

