AllergyIntolerance

Description: Allergy or Intolerance.

Reference: AllergyIntolerance in FHIR specification.

Supported Profiles:

Search

Search Parameters:

NameTypeRequiredDescription
datedateFalseDate/time of the AllergyIntolerance.
patientreferenceTrueWho the AllergyIntolerance is for.

* Required search parameters - patient

DateIncluded= True

* See Date Search for more information on searching by date.

Sample Request:

GET https://greathospital.com:8100/r4/sites/123/AllergyIntolerance?patient=1&date=ge2017-06-01&date=le2017-06-03

Read

Sample Request:

GET https://greathospital.com:8100/r4/sites/123/AllergyIntolerance/1

Add

Sample Request:

POST https://greathospital.com:8100/r4/sites/123/AllergyIntolerance
Body:
{
    "resourceType": "AllergyIntolerance",
    "text": {
      "status": "generated",
      "div": "<p><b>Allergies</b></p> <p><b>Allergy</b>: Caladryl</p>"
    },
    "attestedDate": "2016-01-22T14:37:41-06:00",
    "recorder": {
      "reference": "https://greathospital.com:8100/r4/sites/123/Practitioner/0f50ce5a-1623-4232-8530-ad703be9d604",
      "display": "Feltner, Chuck"
    },
    "patient": {
      "reference": "https://greathospital.com:8100/r4/sites/123/Patient/12",
      "display": "HOFFMAN, Stella"
    },
    "code": {
      "coding": [
        {
          "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
          "code": "215811"
        }
      ],
      "text": "Caladryl"
    },
    "status": "active-confirmed",
    "criticality": "low",
    "type": "allergy",
    "category": "medication"
}

© T-System, Inc. 2023 All Rights Reserved.