Allergies and Intolerances
{{baseUrl}}/persons/:personId/chart/encounters/:encounterId/allergies/:allergyId/reactions
Gets a list of reactions a patient experiences for the given allergy id.
get/persons/{personId}/chart/encounters/{encounterId}/allergies/{allergyId}/reactions
Path parameters
personIdstring required
(Required) (Required) The id of the patient whose allergies are being retrieved
encounterIdstring required
(Required) (Required) The id of the encounter to which the patient allergy belongs
allergyIdstring required
(Required) (Required) The id of the allergy being retrieved
Headers
Acceptstring required
Response
OK
Example response
{
"id": "<string>",
"patientAllergyId": "<string>",
"reactionDescription": "<string>",
"snomedCode": "<string>",
"severityCode": "<string>",
"severityDescription": "<string>",
"rank": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}