This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
A typical Food Allergy
{ "resourceType": "AllergyIntolerance", "id": "example", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "identifier": [ { "system": "http://acme.com/ids/patients/risks", "value": "49476534" } ], "recordedDate": "2014-10-09T14:58:00+11:00", "recorder": { "reference": "Practitioner/example" }, "patient": { "reference": "Patient/example" }, "substance": { "coding": [ { "system": "http://snomed.info/sct", "code": "227493005", "display": "Cashew nuts" } ] }, "status": "confirmed", "criticality": "high", "type": "immune", "category": "food", "lastOccurence": "2012-06", "event": [ { "substance": { "coding": [ { "system": "http://www.nlm.nih.gov/research/umls/rxnorm", "code": "C3214954", "display": "cashew nut allergenic extract Injectable Product" } ] }, "manifestation": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "39579001", "display": "Anaphylactic reaction" } ] } ], "description": "Challenge Protocol. Severe Reaction to 1/8 cashew. Epinephrine administered", "onset": "2012-06-12", "severity": "severe" }, { "certainty": "likely", "manifestation": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "64305001", "display": "Urticaria" } ] } ], "onset": "2004", "severity": "moderate" } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.