Retrieve detailed information about a specific allergy. Scoped by account.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/health-profile/allergies/{allergyId}
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/health-profile/allergies/{allergyId}
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/health-profile/allergies/{allergyId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Allergy found and returned successfully
Response
{ "active": true, "allergy": "Penicillin", "comment": "Patient reports severe reaction in childhood", "createdAt": "2025-01-15T14:00:00Z", "createdBy": "Dr. Jane Smith", "endDate": "2023-01-10", "id": 12345, "mainReaction": "Hives", "onsetDate": "2020-05-15", "patientId": 67890, "referenceId": "91936005", "severity": "MODERATE", "status": "ACTIVE", "updatedAt": "2025-01-15T14:00:00Z", "updatedBy": "Dr. Jane Smith" }