The FHIR AllergyIntolerance resource defines clinical information about a patient's allergic response to a substance. The AllergyIntolerance resource defines the substance that elicited the response, as well as when the reaction occurred, the severity, and the type of reaction noted.
FHIR Resource: AllergyIntolerance https://www.hl7.org/fhir/allergyintolerance.html
Name Comment verificationStatus criticality type category clinicalStatus code patient recorder onset assertedDate Documentation Date lastOccurrence Completion Date reaction reaction.manifestation reaction.severity reaction.substance reaction.description
Endpoint URI
https://api.healthgorilla.com/fhir/AllergyIntolerance
The following operations are currently supported:
HTTP Request Method Action /AllergyIntolerance/{ID} GET Retrieve allergy resource by ID
HTTP Request Method Action /AllergyIntolerance?[parameter={value}] GET Retrieve allergies by the specified search criteria
Search Parameters:
Key Type Description patient Reference Patient Identifier _lastUpdated Date _offset Number _count Number
HTTP GET
https://api.healthgorilla.com/fhir/AllergyIntolerance?patient=8063965523692105bfc35def
HTTP GET
https://api.healthgorilla.com/fhir/AllergyIntolerance?_lastUpdated=gt2019-03&_offset=0&_count=5
HTTP GET
https://api.healthgorilla.com/fhir/AllergyIntolerance?patient=8063965523692105bfc35def&_lastUpdated=2018
HTTP Request Method Action /AllergyIntolerance POST Creates allergy resource
The following attributes are required:
Name Details type category code patient
HTTP Request Method Action /AllergyIntolerance/{ID} PUT Updates allergy resource or creates new one
The following attributes are immutable:
Name Details type category patient code recorder
HTTP Request Method Action /AllergyIntolerance/{ID} DELETE Deletes allergy resource