Description: Allergy or Intolerance.
Reference: AllergyIntolerance in FHIR specification.
Supported Profiles:
| Name | Type | Required | Description |
|---|---|---|---|
| date | date | False | Date/time of the AllergyIntolerance. |
| patient | reference | True | Who 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
Sample Request:
GET https://greathospital.com:8100/r4/sites/123/AllergyIntolerance/1
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"
}