Get a list of allergy intolerances

get

/AllergyIntolerance

Note: The FHIR API endpoints described below are available for customers to deploy and use. Developers are welcome and encouraged to develop against the specifications in anticipation of customer deployment.

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
FHIR R4 AllergyIntolerance resource.
Show Source
Nested Schema : SearchForAllergyIntolerance
Type: object
Show Source
Nested Schema : PrimitiveElementForAllergyIntolerance
Type: object
Show Source
Nested Schema : ReferenceForAllergyIntolerance
Type: object
Show Source
Nested Schema : category
Type: array
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : contained
Type: array
Show Source
Nested Schema : meta
Type: object
Show Source
Nested Schema : note
Type: array
Show Source
Nested Schema : reaction
Type: array
Show Source
Nested Schema : Narrative
Type: object
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : ExtensionForAllergyIntolerance
Type: object
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : items
Match One Schema
Show Source
Nested Schema : ContainedRelatedPersonForAllergyIntolerance
Type: object
Show Source
Nested Schema : ContainedPractitionerRoleForAllergyIntolerance
Type: object
Show Source
Nested Schema : relationship
Type: array
Show Source
Nested Schema : code
Type: array
Show Source
Nested Schema : security
Type: array
Show Source
Nested Schema : AnnotationForAllergyIntolerance
Type: object
Show Source
Nested Schema : ReactionForAllergyIntolerance
Type: object
Show Source
Nested Schema : manifestation
Type: array
Show Source
Nested Schema : BundleLinkForAllergyIntolerance
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
The FHIR OperationOutcome.
Show Source
Nested Schema : issue
Type: array
The OperationOutcome issues.
Show Source
Nested Schema : OperationOutcomeIssue
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : expression
Type: array
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : Coding
Type: object
Show Source
Back to Top