v1

latestSwagger 2.02026-08-061791731.4 MB
Allergies and Intolerances

{{baseUrl}}/persons/:personId/chart/allergies

Returns a list of allergy summaries for the specified person id after applying additional OData query operations.

get/persons/{personId}/chart/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

NextPageLinkstring required
Countstring required

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>"
}
All 179 operations