v1
latestSwagger 2.02026-08-061791731.4 MBAllergies and Intolerances
{{baseUrl}}/persons/:personId/chart/allergies/:allergyId
Gets the allergy details for the given person id and allergy id.
get/persons/{personId}/chart/allergies/{allergyId}
Path parameters
personIdstring required
(Required) (Required) The id of the patient whose allergies are being retrieved
allergyIdstring required
(Required) (Required) The id of the allergy being retrieved
Headers
Acceptstring required
Response
OK
Example response
{
"id": "<string>",
"enterpriseId": "<string>",
"practiceId": "<string>",
"personId": "<string>",
"encounterId": "<string>",
"encounterTimestamp": "<string>",
"encounterTimestampTimezone": "<string>",
"allergyId": "<string>",
"allergyType": "<string>",
"allergyTypeId": "<string>",
"locationId": "<string>",
"locationName": "<string>",
"providerId": "<string>",
"providerName": "<string>",
"onsetDate": "<string>",
"resolvedDate": "<string>",
"comment": "<string>",
"reactionDescription": "<string>",
"sourceProductId": "<string>",
"auditId": "<string>",
"causativeAgent": "<string>",
"whoReviewed": "<string>",
"whenReviewed": "<string>",
"isLocked": "<string>",
"severityCode": "<string>",
"isIntolerant": "<string>",
"description": "<string>",
"criticalityCode": "<string>",
"createdBy": "<string>",
"createTimestamp": "<string>",
"createTimestampTimezone": "<string>",
"modifiedBy": "<string>",
"modifyTimestamp": "<string>",
"modifyTimestampTimezone": "<string>",
"isReadOnly": "<string>",
"rxNormCode": "<string>",
"rxNormDescription": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}