AllergyIntolerance
Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.
Endpoints
dev
https://api.sandbox.ovok.com/fhir/R5/AllergyIntolerance| Interaction | Method | Path |
|---|---|---|
| Read | GET | /fhir/R5/AllergyIntolerance/[id] |
| Vread | GET | /fhir/R5/AllergyIntolerance/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/AllergyIntolerance/[id] |
| Patch | PATCH | /fhir/R5/AllergyIntolerance/[id] |
| Delete | DELETE | /fhir/R5/AllergyIntolerance/[id] |
| Create | POST | /fhir/R5/AllergyIntolerance |
| Search | GET | /fhir/R5/AllergyIntolerance?... |
| History | GET | /fhir/R5/AllergyIntolerance/[id]/_history |
| Type-history | GET | /fhir/R5/AllergyIntolerance/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|---|---|---|
identifier | Identifier | 0..* | External ids for this item |
clinicalStatus | CodeableConcept | 0..1 | active |
verificationStatus | CodeableConcept | 0..1 | unconfirmed |
type | CodeableConcept | 0..1 | allergy |
category | code | 0..* | food |
criticality | code | 0..1 | low |
code | CodeableConcept | 0..1 | Code that identifies the allergy or intolerance |
patient | Reference | 1..1 | Who the allergy or intolerance is for |
encounter | Reference | 0..1 | Encounter when the allergy or intolerance was asserted |
onset[x] | dateTime / Age / Period / Range / string | 0..1 | When allergy or intolerance was identified |
recordedDate | dateTime | 0..1 | Date allergy or intolerance was first recorded |
participant | BackboneElement | 0..* | Who or what participated in the activities related to the allergy or intolerance and how they were involved |
lastOccurrence | dateTime | 0..1 | Date(/time) of last known occurrence of a reaction |
note | Annotation | 0..* | Additional text not captured in other fields |
reaction | BackboneElement | 0..* | Adverse Reaction Events linked to exposure to substance |
Resource-specific search parameters
| Parameter | Type | Description |
|---|---|---|
category | token | food |
clinical-status | token | active |
code | token | Event or incident that occurred or was averted |
criticality | token | low |
date | date | When the event occurred |
identifier | token | Account number |
last-date | date | Date(/time) of last known occurrence of a reaction |
manifestation-code | token | Clinical symptoms/signs associated with the Event |
manifestation-reference | reference | Clinical symptoms/signs associated with the Event |
participant | reference | Who or what participated in the activities related to the allergy or intolerance |
patient | reference | The entity that caused the expenses |
route | token | How the subject was exposed to the substance |
severity | token | mild |
type | token | E.g. patient, expense, depreciation |
verification-status | token | unconfirmed |
Reference
- Official FHIR R5 spec:
AllergyIntolerance - Maturity: Trial Use 3 (FMM 3).