AllergyIntolerance
Allergies and intolerances recorded for the patient.
Includes drug, food, and environmental entries, each with clinical and verification statuses and a criticality. Treat an empty search result as "no allergies recorded", not "no known allergies" — check the record's verification status semantics before displaying safety-critical banners.
Advertises a validated CA Core+ profile.
Access
| Mode | Interactions | Scopes |
|---|---|---|
| App launch | read + search | patient/AllergyIntolerance.rs, user/AllergyIntolerance.rs |
| Backend services | read + search | system/AllergyIntolerance.rs |
Search parameters
Search results are searchset Bundles; follow the Bundle's next
link for cursor pagination.
| Parameter | Type | Description |
|---|---|---|
_id |
token | Match a specific logical resource id. |
_lastUpdated |
date | Filter by last modification time; supports FHIR date prefixes such as ge and lt. |
_count |
number | Page size hint for the searchset Bundle. |
_page_token |
string | Opaque pagination cursor. Never construct one — follow the Bundle's next link. |
patient |
reference | Allergies for a specific Patient. |
clinical-status |
token | active, inactive, or resolved. |
verification-status |
token | confirmed, unconfirmed, refuted, or entered-in-error. |
category |
token | food, medication, environment, or biologic. |
type |
token | allergy or intolerance. |
criticality |
token | low, high, or unable-to-assess. |
code |
token | The substance or product, by code. |
date |
date | Record date; supports FHIR date prefixes. |