# Get allergy by ID Retrieve detailed information about a specific allergy. Scoped by account. Endpoint: GET /partner/v2/account/{accountId}/health-profile/allergies/{allergyId} Version: 2.0 Security: PartnerOAuth ## Path parameters: - `accountId` (integer, required) Account identifier - `allergyId` (integer, required) Allergy ID ## Response 200 fields (application/json): - `active` (boolean) Whether this record is active Example: true - `allergy` (string) Allergy name Example: "Penicillin" - `comment` (string) Additional comments Example: "Patient reports severe reaction in childhood" - `createdAt` (string) Creation timestamp Example: "2020-05-15T10:00:00Z" - `createdBy` (string) Created by (staff name) Example: "Dr. Jane Smith" - `endDate` (string) End date (if resolved) Example: "2023-01-10" - `id` (integer) Unique allergy identifier Example: 12345 - `mainReaction` (string) Primary reaction/symptom Example: "Hives" - `onsetDate` (string) Onset date Example: "2020-05-15" - `patientId` (integer) Patient ID Example: 67890 - `referenceId` (string) External reference ID (SNOMED, RxNorm, etc.) Example: "91936005" - `severity` (string) Severity level Enum: "SEVERE", "MODERATE", "MILD", "UNKNOWN" - `status` (string) Allergy status Enum: "ACTIVE", "RESOLVED", "UNKNOWN" - `updatedAt` (string) Last update timestamp Example: "2023-01-10T14:30:00Z" - `updatedBy` (string) Last updated by (staff name) Example: "Dr. Jane Smith" ## Response 401 fields ## Response 403 fields ## Response 404 fields