• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "AllergyIntolerance",
3  "id": "allergyintolerance-2",
4  "text": {
5    "status": "generated",
6    "div": "<div lang=\"en-US\" xml:lang=\"en-US\" xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: 49476534</p><p><b>clinicalStatus</b>: Active <span>(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical code 'active' = 'Active', given as 'Active'})</span></p><p><b>verificationStatus</b>: Confirmed <span>(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-verification code 'confirmed' = 'Confirmed', given as 'Confirmed'})</span></p><p><b>type</b>: allergy</p><p><b>category</b>: food</p><p><b>criticality</b>: high</p><p><b>code</b>: Cashew nuts <span>(Details : {SNOMED CT code '227493005' = 'Cashew nuts', given as 'Cashew nuts'})</span></p><p><b>patient</b>: <a>Patient/example</a></p><p><b>onset</b>: 1974</p><p><b>recordedDate</b>: 09/10/2015 2:58:00 PM</p><p><b>recorder</b>: <a>Dr Jose Rodriguez</a></p><p><b>asserter</b>: <a>Patient/patient-1</a></p><p><b>lastOccurrence</b>: 01/06/2012</p><p><b>note</b>: The criticality is high becasue of the observed anaphylactic reaction when challenged with cashew extract.</p><blockquote><p><b>reaction</b></p><p><b>substance</b>: cashew nut allergenic extract Injectable Product <span>(Details : {RxNorm code '1160593' = 'cashew nut allergenic extract Injectable Product', given as 'cashew nut allergenic extract Injectable Product'})</span></p><p><b>manifestation</b>: Anaphylactic reaction <span>(Details : {SNOMED CT code '39579001' = 'Anaphylaxis', given as 'Anaphylactic reaction'})</span></p><p><b>description</b>: Challenge Protocol. Severe reaction to subcutaneous cashew extract. Epinephrine administered</p><p><b>onset</b>: 12/06/2012</p><p><b>severity</b>: severe</p><p><b>exposureRoute</b>: Subcutaneous route <span>(Details : {SNOMED CT code '34206005' = 'Subcutaneous route', given as 'Subcutaneous route'})</span></p></blockquote><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: Urticaria <span>(Details : {SNOMED CT code '64305001' = 'Urticaria', given as 'Urticaria'})</span></p><p><b>onset</b>: 01/2012</p><p><b>severity</b>: moderate</p><p><b>note</b>: The patient reports that the onset of urticaria was within 15 minutes of eating cashews.</p></blockquote></div>"
7  },
8  "language": "en-US",
9  "implicitRules": "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core",
10  "meta": {
11    "profile": [
12      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance"
13    ]
14  },
15  "clinicalStatus": {
16    "coding": [
17      {
18        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
19        "code": "active",
20        "display": "Active"
21      }
22    ]
23  },
24  "verificationStatus": {
25    "coding": [
26      {
27        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
28        "code": "confirmed",
29        "display": "Confirmed"
30      }
31    ]
32  },
33  "type": "allergy",
34  "category": [
35    "food"
36  ],
37  "criticality": "high",
38  "code": {
39    "coding": [
40      {
41        "system": "http://snomed.info/sct",
42        "code": "227493005",
43        "display": "Cashew nuts"
44      }
45    ]
46  },
47  "patient": {
48    "reference": "Patient/patient-1"
49  },
50  "onsetDateTime": "1974",
51  "recordedDate": "2015-10-09T14:58:00+00:00",
52  "recorder": {
53    "display": "Dr Jose Rodriguez"
54  },
55  "asserter": {
56    "reference": "Patient/patient-1"
57  },
58  "lastOccurrence": "2012",
59  "note": [
60    {
61      "text": "The criticality is high because of the observed anaphylactic reaction when challenged with cashew extract."
62    }
63  ],
64  "reaction": [
65    {
66      "substance": {
67        "coding": [
68          {
69            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
70            "code": "1160593",
71            "display": "cashew nut allergenic extract Injectable Product"
72          },
73          {
74            "system": "http://snomed.info/sct",
75            "code": "411621004",
76            "display": "Cashew nut diagnostic allergen extract"
77          }
78        ]
79      },
80      "manifestation": [
81        {
82          "coding": [
83            {
84              "system": "http://snomed.info/sct",
85              "code": "39579001",
86              "display": "Anaphylactic reaction"
87            }
88          ]
89        }
90      ],
91      "description": "Challenge Protocol. Severe reaction to subcutaneous cashew extract. Epinephrine administered",
92      "onset": "2012-06-12",
93      "severity": "severe",
94      "exposureRoute": {
95        "coding": [
96          {
97            "system": "http://snomed.info/sct",
98            "code": "34206005",
99            "display": "Subcutaneous route"
100          }
101        ]
102      }
103    },
104    {
105      "manifestation": [
106        {
107          "coding": [
108            {
109              "system": "http://snomed.info/sct",
110              "code": "247472004",
111              "display": "Urticarial rash"
112            }
113          ]
114        }
115      ],
116      "onset": "2012-01",
117      "severity": "moderate",
118      "note": [
119        {
120          "text": "The patient reports that the onset of urticaria was within 15 minutes of eating cashews."
121        }
122      ]
123    }
124  ]
125}