Skip to main content

Get AllergyIntolerance

Get a single AllergyIntolerance by ID.

Query

query GetAllergyIntolerance($id: ID!) {
allergyintolerance(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a AllergyIntolerance resource.