v1
latestSwagger 2.02026-08-061791731.4 MBAllergies and Intolerances
{{baseUrl}}/persons/:personId/chart/deleted-allergies
Gets a list of patient deleted allergies after applying additional OData operations.
get/persons/{personId}/chart/deleted-allergies
Path parameters
personIdstring required
(Required) (Required) The id of the patient whose allergies are being retrieved
Query parameters
$topstring required
$filterstring required
$orderbystring required
$skipstring required
$inlinecountstring required
$countstring required
Headers
Acceptstring required
Response
OK
Example response
{
"Items": [
{
"id": "<string>",
"enterpriseId": "<string>",
"practiceId": "<string>",
"personId": "<string>",
"encounterId": "<string>",
"encounterTimestamp": "<string>",
"encounterTimestampTimezone": "<string>",
"allergyId": "<string>",
"allergyTypeId": "<string>",
"description": "<string>",
"allergyType": "<string>",
"locationId": "<string>",
"providerId": "<string>",
"onsetDate": "<string>",
"resolvedDate": "<string>",
"comment": "<string>",
"reactionDescription": "<string>",
"criticalityCode": "<string>",
"isLocked": "<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>"
}
]
},
{
"id": "<string>",
"enterpriseId": "<string>",
"practiceId": "<string>",
"personId": "<string>",
"encounterId": "<string>",
"encounterTimestamp": "<string>",
"encounterTimestampTimezone": "<string>",
"allergyId": "<string>",
"allergyTypeId": "<string>",
"description": "<string>",
"allergyType": "<string>",
"locationId": "<string>",
"providerId": "<string>",
"onsetDate": "<string>",
"resolvedDate": "<string>",
"comment": "<string>",
"reactionDescription": "<string>",
"criticalityCode": "<string>",
"isLocked": "<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>"
}
]
}
],
"NextPageLink": "<string>",
"Count": "<string>"
}