v1

latestSwagger 2.02026-08-061791731.4 MB
Allergies and Intolerances

{{baseUrl}}/persons/:personId/chart/encounters/:encounterId/allergies/:allergyId1

Gets the allergy details for the given person id, encounter id, and allergy id.

get/persons/{personId}/chart/encounters/{encounterId}/allergies/{allergyId}

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 in which the allergy was added

allergyIdstring required

(Required) (Required) The id of the allergy being retrieved

Headers

Acceptstring required

Response

OK

idstring required
enterpriseIdstring required
practiceIdstring required
personIdstring required
encounterIdstring required
encounterTimestampstring required
encounterTimestampTimezonestring required
allergyIdstring required
allergyTypestring required
allergyTypeIdstring required
locationIdstring required
locationNamestring required
providerIdstring required
providerNamestring required
onsetDatestring required
resolvedDatestring required
commentstring required
reactionDescriptionstring required
sourceProductIdstring required
auditIdstring required
causativeAgentstring required
whoReviewedstring required
whenReviewedstring required
isLockedstring required
severityCodestring required
isIntolerantstring required
descriptionstring required
criticalityCodestring required
createdBystring required
createTimestampstring required
createTimestampTimezonestring required
modifiedBystring required
modifyTimestampstring required
modifyTimestampTimezonestring required
isReadOnlystring required
rxNormCodestring required
rxNormDescriptionstring required

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>"
    }
  ]
}