1{ 2 "resourceType": "AllergyIntolerance", 3 "id": "allergyintolerance-1", 4 "clinicalStatus": { 5 "coding": [ 6 { 7 "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical", 8 "code": "active", 9 "display": "Active" 10 } 11 ] 12 }, 13 "verificationStatus": { 14 "coding": [ 15 { 16 "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification", 17 "code": "confirmed", 18 "display": "confirmed" 19 } 20 ] 21 }, 22 "type": "allergy", 23 "category": [ 24 "medication" 25 ], 26 "criticality": "high", 27 "code": { 28 "coding": [ 29 { 30 "system": "http://snomed.info/sct", 31 "code": "91936005", 32 "display": "Penicillin allergy" 33 } 34 ], 35 "text": "Penicillin allergy" 36 }, 37 "onsetDateTime": "1982", 38 "recordedDate": "2015-10-09T14:58:00+00:00", 39 "recorder": { 40 "display": "Dr Jose Rodriguez" 41 }, 42 "asserter": { 43 "reference": "Patient/patient-1" 44 }, 45 "lastOccurrence": "2015-10-09", 46 "note": [ 47 { 48 "text": "The criticality is high because of previous anaphylactic reaction as as a child." 49 } 50 ], 51 "reaction": [ 52 { 53 "onset": "1982", 54 "substance": { 55 "coding": [ 56 { 57 "system": "http://snomed.info/sct", 58 "code": "39359008", 59 "display": "Penicillin V-containing product" 60 } 61 ] 62 }, 63 "manifestation": [ 64 { 65 "coding": [ 66 { 67 "system": "http://snomed.info/sct", 68 "code": "39579001", 69 "display": "Anaphylactic reaction" 70 } 71 ] 72 } 73 ], 74 "severity": "severe", 75 "exposureRoute": { 76 "coding": [ 77 { 78 "system": "http://snomed.info/sct", 79 "code": "26643006", 80 "display": "Oral use" 81 } 82 ] 83 }, 84 "description": "Patient had anaphylactic symptoms within minutes of taking the medication and required adrenaline injection.", 85 "note": [ 86 { 87 "text": "Date of reaction estimated by patient." 88 } 89 ] 90 } 91 ], 92 "patient": { 93 "reference": "Patient/patient-1", 94 "display": "Example, Anne" 95 } 96}