Get a list of allergy intolerances

get

/AllergyIntolerance

Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.

Retrieves a list of allergy intolerances that meet the supplied query parameters.

Request

Query Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful search response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : entry
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : AllergyIntolerance
Type: object
Show Source
Nested Schema : clinicalStatus
The clinical status of the allergy or intolerance.
Match All
The clinical status of the allergy or intolerance.
Show Source
Nested Schema : code
The code for an allergy or intolerance statement.
Match All
The code for an allergy or intolerance statement.
Show Source
Nested Schema : patient
The patient who has the allergy or intolerance.
Match All
The patient who has the allergy or intolerance.
Show Source
Nested Schema : reaction
Type: array
The details about each adverse reaction event linked to exposure to the identified substance.
Show Source
Nested Schema : verificationStatus
The assertion about the certainty associated with the propensity, or potential risk, of a reaction to the identified substance.
Match All
The assertion about the certainty associated with the propensity, or potential risk, of a reaction to the identified substance.
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : Reference
Type: object
Show Source
Nested Schema : AllergyIntoleranceReaction
Type: object
Show Source
Nested Schema : manifestation
Type: array
The clinical symptoms, signs, or both that are observed or associated with the adverse reaction event.
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top