Datasets:

Modalities:
Text
Formats:
text
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
File size: 25,413 Bytes
ca18b9c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
{
  "title": "Febrile_seizure",
  "url": "https://en.wikipedia.org/wiki/Febrile_seizure",
  "summary": "A febrile seizure, also known as a fever fit or febrile convulsion, is a seizure associated with a high body temperature but without any serious underlying health issue. They most commonly occur in children between the ages of 6 months and 5 years. Most seizures are less than five minutes in duration, and the child is completely back to normal within an hour of the event. There are two types: simple febrile seizures and complex febrile seizures. Simple febrile seizures involve an otherwise healthy child who has at most one tonic-clonic seizure lasting less than 15 minutes in a 24-hour period. Complex febrile seizures have focal symptoms, last longer than 15 minutes, or occur more than once within 24 hours. About 80% are classified as simple febrile seizures.Febrile seizures are triggered by fever, typically due to a viral infection. They may run in families. The underlying mechanism is not fully known, but it is thought to involve genetics, environmental factors, brain immaturity, and inflammatory mediators. The diagnosis involves verifying that there is not an infection of the brain, there are no metabolic problems, and there have not been prior seizures that have occurred without a fever. Blood testing, imaging of the brain, or an electroencephalogram (EEG) is typically not needed. Examination to determine the source of the fever is recommended. In otherwise healthy-looking children a lumbar puncture is not necessarily required.Neither anti-seizure medication nor anti-fever medication are recommended in an effort to prevent further simple febrile seizures. In the few cases that last greater than 5 minutes, a benzodiazepine such as lorazepam or midazolam may be used. Efforts to rapidly cool during a seizure is not recommended.Febrile seizures affect 2\u201310% of children. They are more common in boys than girls. After a single febrile seizure there is an approximately 35% chance of having another one during childhood. Outcomes are generally excellent with similar academic achievements to other children and no change in the risk of death for those with simple seizures. There is tentative evidence that affected children have a slightly increased risk of epilepsy at 2% compared to the general population.",
  "content": [
    {
      "section_title": "Signs and symptoms",
      "section_content": [
        {
          "sentence": "Signs and symptoms depend on if the febrile seizure is simple versus complex",
          "refs": []
        },
        {
          "sentence": "In general, the child's temperature is greater than 38\u00a0\u00b0C (100.4\u00a0\u00b0F),  although most have a fever of 39\u00a0\u00b0C (102.2\u00a0\u00b0F) or higher",
          "refs": [
            "http://www.nhs.uk/Conditions/Febrile-convulsions/Pages/Symptoms.aspx"
          ]
        },
        {
          "sentence": "Most febrile seizures will occur during the first 24 hours of developing a fever",
          "refs": [
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6052913"
          ]
        },
        {
          "sentence": "Signs of typical seizure activity include loss of consciousness, opened eyes which may be deviated or appear to be looking towards one direction, irregular breathing, increased secretions or foaming at the mouth, and the child may look pale or blue (cyanotic)",
          "refs": [
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6052913"
          ]
        },
        {
          "sentence": "They may become incontinent (wet or soil themselves) and may also vomit",
          "refs": [
            "http://www.nhs.uk/Conditions/Febrile-convulsions/Pages/Symptoms.aspx",
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6052913"
          ]
        }
      ],
      "subsections": [
        {
          "section_title": "Types",
          "section_content": [
            {
              "sentence": "There are two types of febrile seizures: simple and complex",
              "refs": []
            },
            {
              "sentence": "Febrile status epilepticus is a subtype of complex febrile seizures that lasts for longer than 30 minutes",
              "refs": [
                "https://www.worldcat.org/oclc/952123506"
              ]
            },
            {
              "sentence": "It can occur in up to 5% of febrile seizure cases",
              "refs": [
                "https://doi.org/10.1136%2Fbmj.h4240"
              ]
            }
          ],
          "subsections": []
        }
      ]
    },
    {
      "section_title": "Causes",
      "section_content": [
        {
          "sentence": "Febrile seizures are due to fevers,  usually those greater than 38\u00a0\u00b0C (100.4\u00a0\u00b0F)",
          "refs": [
            "https://books.google.com/books?id=sV6-ifUGoMYC&pg=PA266"
          ]
        },
        {
          "sentence": "The cause of the fevers is often a viral illness",
          "refs": [
            "ISBN: 978-0071759052"
          ]
        },
        {
          "sentence": "The likelihood of a febrile seizure is related to how high the temperature reaches",
          "refs": [
            "https://pubmed.ncbi.nlm.nih.gov/22335215"
          ]
        },
        {
          "sentence": "Some feel that the rate of increase is not important  while others feel the rate of increase is a risk factor",
          "refs": [
            "https://pubmed.ncbi.nlm.nih.gov/22335215",
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6052913",
            "https://pubmed.ncbi.nlm.nih.gov/22335215"
          ]
        },
        {
          "sentence": "This latter position has not been proven",
          "refs": [
            "https://books.google.com/books?id=TwlXrOBkAS8C&pg=PA661"
          ]
        },
        {
          "sentence": "In children, illnesses that often cause a fever include middle ear infections and viral upper respiratory infections",
          "refs": []
        },
        {
          "sentence": "Other infections associated with febrile seizures include Shigellosis, Salmonellosis, and Roseola",
          "refs": [
            "https://www.worldcat.org/oclc/952123506"
          ]
        },
        {
          "sentence": "Although the exact mechanism is unknown, it is speculated that these infections may affect the brain directly or via a neurotoxin leading to seizures",
          "refs": [
            "https://www.worldcat.org/oclc/952123506"
          ]
        },
        {
          "sentence": "There is a small chance of a febrile seizure after certain vaccines",
          "refs": []
        },
        {
          "sentence": "The risk is only slightly increased for a few days after receiving one of the implicated vaccines during the time when the child is likely to develop a fever as a natural immune response",
          "refs": [
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5395384"
          ]
        },
        {
          "sentence": "Implicated vaccines include:",
          "refs": [
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6052913",
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5395384",
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6052913"
          ]
        },
        {
          "sentence": "It was previously thought that febrile seizures were more likely to occur with the combined MMRV vaccine, but recent studies have found there to be no significant increase",
          "refs": []
        },
        {
          "sentence": "Overall, febrile seizures triggered by vaccines are uncommon",
          "refs": [
            "https://doi.org/10.1016%2Fj.vaccine.2015.06.009"
          ]
        },
        {
          "sentence": "Children who have a genetic predisposition towards febrile seizures are more likely to have one after vaccination",
          "refs": [
            "https://doi.org/10.1016%2Fj.vaccine.2015.06.009"
          ]
        },
        {
          "sentence": "The seizures occur, by definition, without an intracranial infection or metabolic problems",
          "refs": []
        },
        {
          "sentence": "They run in families with reported family history in approximately 33% of people",
          "refs": [
            "https://pubmed.ncbi.nlm.nih.gov/22335215"
          ]
        },
        {
          "sentence": "Several genetic associations have been identified,  including GEFS+ and Dravet Syndrome",
          "refs": [
            "https://pubmed.ncbi.nlm.nih.gov/22335215",
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6052913",
            "https://doi.org/10.1016%2Fj.eplepsyres.2005.11.023"
          ]
        },
        {
          "sentence": "Possible modes of inheritance for genetic predisposition to febrile seizures include autosomal dominance with reduced penetrance and polygenic multifactorial inheritance",
          "refs": [
            "https://doi.org/10.1136%2Fbmj.h4240"
          ]
        },
        {
          "sentence": "An association with iron deficiency has also been reported, particularly in the developing world",
          "refs": [
            "https://doi.org/10.1016%2Fj.disamonth.2016.12.001",
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6052913"
          ]
        }
      ],
      "subsections": []
    },
    {
      "section_title": "Mechanism",
      "section_content": [
        {
          "sentence": "The exact underlying mechanism of febrile seizures is still unknown, but it is thought to be multi-factorial involving genetic and environmental factors",
          "refs": []
        },
        {
          "sentence": "Speculation includes immaturity of the central nervous system at younger ages, making the brain more vulnerable to the effects of fever",
          "refs": [
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6052913",
            "https://doi.org/10.1136%2Fbmj.h4240"
          ]
        },
        {
          "sentence": "The increased activity of neurons during rapid brain development, may help explain why children, particularly younger than age 3, are prone to febrile seizures, with occurrences decreasing after age 5",
          "refs": [
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6052913",
            "https://doi.org/10.1016%2Fj.disamonth.2016.12.001"
          ]
        },
        {
          "sentence": "Other proposed mechanisms include the interactions of inflammatory mediators, particularly cytokines, which are released during a fever, causing elevated temperatures in the brain, which may somehow lead to a seizure",
          "refs": [
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6052913"
          ]
        },
        {
          "sentence": "Specific cytokines implicated include elevated CSF IL-1\u03b2 and serum IL-6",
          "refs": [
            "https://doi.org/10.1136%2Fbmj.h4240",
            "https://doi.org/10.1016%2Fj.seizure.2018.04.023"
          ]
        }
      ],
      "subsections": []
    },
    {
      "section_title": "Diagnosis",
      "section_content": [
        {
          "sentence": "The diagnosis is made by eliminating more serious causes of seizure and fever: in particular, meningitis and encephalitis",
          "refs": []
        },
        {
          "sentence": "However, in children who are immunized against pneumococcal and Haemophilus influenzae, the risk of bacterial meningitis is low",
          "refs": [
            "https://doi.org/10.1542%2Fpeds.2010-3318"
          ]
        },
        {
          "sentence": "If a child has recovered and is acting normally, bacterial meningitis is very unlikely, making further procedures such as a lumbar puncture unnecessary",
          "refs": [
            "https://doi.org/10.1136%2Fbmj.h4240"
          ]
        },
        {
          "sentence": "Diagnosis involves gathering a detailed history including the value of highest temperature recorded, timing of seizure and fever, seizure characteristics, time to return to baseline, vaccination history, illness exposures, family history, etc.; and performing a physical exam that looks for signs of infection including meningitis and neurological status",
          "refs": []
        },
        {
          "sentence": "Blood tests, imaging of the brain and an electroencephalogram are generally not needed",
          "refs": [
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6052913"
          ]
        },
        {
          "sentence": "However, for complex febrile seizures, EEG and imaging with an MRI of the brain may be helpful",
          "refs": [
            "https://pubmed.ncbi.nlm.nih.gov/22335215",
            "https://doi.org/10.1542%2Fpeds.2010-3318"
          ]
        },
        {
          "sentence": "Lumbar puncture is recommended if there are obvious signs and symptoms of meningitis or if there is high clinical suspicion",
          "refs": []
        },
        {
          "sentence": "However, lumbar puncture is an option that may be considered in children younger than 12 months of age since signs and symptoms of meningitis may be atypical, if the child does not return to baseline, or if the child lacks immunization against Haemophilus influenzae and pneumococcal or vaccination status is unknown",
          "refs": [
            "https://doi.org/10.1542%2Fpeds.2010-3318"
          ]
        },
        {
          "sentence": "Differential diagnosis includes other causes of seizures such as CNS infections (i.e",
          "refs": []
        },
        {
          "sentence": "meningitis, encephalitis), metabolic disturbances (i.e",
          "refs": []
        },
        {
          "sentence": "electrolyte imbalances), CNS trauma, drug use and/or withdrawal, genetic conditions (i.e",
          "refs": []
        },
        {
          "sentence": "GEFS+), FIRES, shivering, febrile delirium, febrile myoclonus, breath holding spells, and convulsive syncope",
          "refs": []
        },
        {
          "sentence": "However, febrile seizures are still the most likely cause of convulsions in children under the age of 5 years old",
          "refs": [
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6052913"
          ]
        }
      ],
      "subsections": []
    },
    {
      "section_title": "Prevention",
      "section_content": [
        {
          "sentence": "There is no benefit from the use of phenytoin, valproate, ibuprofen, diclofenac, acetaminophen, pyridoxine, or zinc sulfate,",
          "refs": []
        },
        {
          "sentence": "There is no evidence to support administering fever reducing medications such as acetaminophen at the time of a febrile seizure or to prevent the rate of recurrence",
          "refs": [
            "https://pubmed.ncbi.nlm.nih.gov/34131913"
          ]
        },
        {
          "sentence": "Rapid cooling methods such as an ice bath or a cold bath should be avoided as a method to lower the child's temperature, especially during a febrile seizure",
          "refs": [
            "https://doi.org/10.1111%2Fepi.13057"
          ]
        },
        {
          "sentence": "There is a decrease of recurrent febrile seizures with intermittent diazepam and phenobarbital but there is a high rate of adverse effects",
          "refs": []
        },
        {
          "sentence": "They are thus not recommended as an effort to prevent further seizures",
          "refs": [
            "https://pubmed.ncbi.nlm.nih.gov/34131913"
          ]
        }
      ],
      "subsections": []
    },
    {
      "section_title": "Treatment",
      "section_content": [
        {
          "sentence": "If a child is having a febrile seizure, the following recommendations are made for caregivers:",
          "refs": [
            "https://www.ninds.nih.gov/Disorders/Patient-Caregiver-Education/Fact-Sheets/Febrile-Seizures-Fact-Sheet"
          ]
        },
        {
          "sentence": "In those with a single seizure lasting greater than 5 minutes or two consecutive seizures lasting greater than 5 minutes in which the person has not returned to their baseline mental status, defined as status epilepticus, intravenous lorazepam, rectal diazepam, or intranasal midazolam is recommended",
          "refs": []
        },
        {
          "sentence": "Anti-seizure medication are used in status epilepticus in an effort to prevent complications such as injury to the hippocampus or temporal lobe epilepsy",
          "refs": [
            "https://pubmed.ncbi.nlm.nih.gov/22335215",
            "http://www.ncbi.nlm.nih.gov/books/NBK448123/"
          ]
        },
        {
          "sentence": "Secondary causes of a seizure should be addressed if present",
          "refs": []
        },
        {
          "sentence": "Questions that may be asked of the caregivers who witnessed the seizure include the length of the seizure, the timing of the day, loss of consciousness, loss of bowel or urinary continence, a period of altered level of consciousness or confusion once the seizure stopped, movement of the eyes to a specific side, recent infections, recent medication usage including antibiotics or fever reducer medications, family history of febrile and afebrile seizures, vaccination and travel history",
          "refs": []
        },
        {
          "sentence": "[citation needed]",
          "refs": []
        },
        {
          "sentence": "Vital signs should be monitored in the emergency department along with observation for 6 hours",
          "refs": []
        },
        {
          "sentence": "Evaluation for the cause of fever should be performed including signs of an infection such as a bulging tympanic membrane (otitis media), red pharynx, enlarged tonsils, enlarged cervical lymph nodes (streptococcal pharyngitis or infectious mononucleosis), and a widespread rash",
          "refs": []
        },
        {
          "sentence": "CNS infections such as meningitis, encephalitis and brain abscesses should be ruled out, along with electrolyte abnormalities",
          "refs": [
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6052913"
          ]
        },
        {
          "sentence": "[citation needed]",
          "refs": []
        }
      ],
      "subsections": []
    },
    {
      "section_title": "Prognosis",
      "section_content": [
        {
          "sentence": "Long term outcomes are generally good with little risk of neurological problems or epilepsy",
          "refs": []
        },
        {
          "sentence": "Those who have one febrile seizure have an approximately 30- 40% chance of having another one in the next two years, with the risk being greater in those who are younger",
          "refs": [
            "https://pubmed.ncbi.nlm.nih.gov/22335215"
          ]
        },
        {
          "sentence": "Simple febrile seizures do not tend to recur frequently (children tend to outgrow them) and do not make the development of adult epilepsy significantly more likely (about 3\u20135%) compared with the general public (1%)",
          "refs": []
        },
        {
          "sentence": "Children with febrile convulsions are more likely to have a febrile seizure in the future if they were young at their first seizure (less than 18 months old), have a family history of a febrile convulsions in first-degree relatives (a parent or sibling), have a short time between the onset of fever and the seizure, had a low degree of fever before their seizure, or have a seizure history of abnormal neurological signs or developmental delay",
          "refs": [
            "https://doi.org/10.1177%2F08830738020170010601"
          ]
        },
        {
          "sentence": "Similarly, the prognosis after a complex febrile seizure is excellent, although an increased risk of death has been shown for complex febrile seizures, partly related to underlying conditions",
          "refs": []
        }
      ],
      "subsections": []
    },
    {
      "section_title": "Epidemiology",
      "section_content": [
        {
          "sentence": "Febrile seizures happen between the ages of 6 months and 5 years",
          "refs": []
        },
        {
          "sentence": "The peak age for a febrile seizure is 18 months, with the most common age range being 12\u201330 months of age",
          "refs": [
            "https://pubmed.ncbi.nlm.nih.gov/22335215",
            "http://www.ncbi.nlm.nih.gov/books/NBK448123/",
            "https://pubmed.ncbi.nlm.nih.gov/30199360"
          ]
        },
        {
          "sentence": "They affect between 2-5% of children",
          "refs": [
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1720014"
          ]
        },
        {
          "sentence": "They are more common in boys than girls",
          "refs": [
            "https://pubmed.ncbi.nlm.nih.gov/22335215",
            "http://www.ncbi.nlm.nih.gov/books/NBK448123/",
            "https://pubmed.ncbi.nlm.nih.gov/30199360"
          ]
        },
        {
          "sentence": "Febrile seizures can occur in any ethnic group, although there have been higher rates in Guamanians (14%), Japanese (6-9%) and Indians (5-10%)",
          "refs": [
            "https://books.google.com/books?id=sV6-ifUGoMYC&pg=PA266",
            "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6052913"
          ]
        }
      ],
      "subsections": []
    },
    {
      "section_title": "References",
      "section_content": [],
      "subsections": []
    }
  ],
  "references": {
    "1": "https://pubmed.ncbi.nlm.nih.gov/22335215",
    "2": "https://doi.org/10.1212%2FCON.0000000000000274",
    "3": "http://www.ncbi.nlm.nih.gov/books/NBK448123/",
    "4": "http://www.nhs.uk/Conditions/Febrile-convulsions/Pages/Symptoms.aspx",
    "5": "https://www.worldcat.org/oclc/952123506",
    "6": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6052913",
    "7": "https://doi.org/10.1136%2Fbmj.h4240",
    "8": "https://doi.org/10.1016%2Fj.seizure.2018.04.023",
    "9": "https://pubmed.ncbi.nlm.nih.gov/34131913",
    "10": "https://books.google.com/books?id=DbptoZipfKkC&pg=PT419",
    "11": "https://familydoctor.org/condition/febrile-seizures/",
    "12": "https://books.google.com/books?id=sV6-ifUGoMYC&pg=PA266",
    "13": "https://doi.org/10.1016%2Fj.spen.2010.06.004",
    "14": "https://doi.org/10.1542%2Fpeds.2010-3318",
    "15": "https://doi.org/10.1016%2Fj.eplepsyres.2005.11.023",
    "16": "ISBN: 978-0071759052",
    "17": "https://books.google.com/books?id=TwlXrOBkAS8C&pg=PA661",
    "18": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5395384",
    "19": "https://doi.org/10.1016%2Fj.vaccine.2015.06.009",
    "20": "https://doi.org/10.1016%2Fj.disamonth.2016.12.001",
    "21": "https://doi.org/10.1136%2Farchdischild-2014-306689",
    "22": "https://doi.org/10.1016%2Fj.seizure.2017.09.009",
    "23": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7142325",
    "24": "https://doi.org/10.1111%2Fepi.13057",
    "25": "https://www.ninds.nih.gov/Disorders/Patient-Caregiver-Education/Fact-Sheets/Febrile-Seizures-Fact-Sheet",
    "26": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4772080",
    "27": "https://doi.org/10.1177%2F08830738020170010601",
    "28": "https://doi.org/10.1016%2FS0140-6736%2808%2961198-8",
    "29": "https://pubmed.ncbi.nlm.nih.gov/30199360",
    "30": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1720014",
    "31": "https://doi.org/10.3928%2F00904481-20131122-09"
  },
  "spicy_entities": {
    "between the ages of 6 months and 5 years": "DATE",
    "less than five minutes": "TIME",
    "an hour": "TIME",
    "two": "CARDINAL",
    "one": "CARDINAL",
    "less than 15 minutes": "TIME",
    "24-hour": "TIME",
    "15 minutes": "TIME",
    "24 hours": "TIME",
    "about 80%": "PERCENT",
    "eeg": "ORG",
    "2\u201310%": "PERCENT",
    "approximately 35%": "PERCENT",
    "2%": "PERCENT",
    "100.4": "CARDINAL",
    "f": "ORG",
    "39": "CARDINAL",
    "102.2": "CARDINAL",
    "the first 24 hours": "TIME",
    "longer than 30 minutes": "TIME",
    "up to 5%": "PERCENT",
    "shigellosis": "ORG",
    "salmonellosis": "EVENT",
    "roseola": "ORG",
    "a few days": "DATE",
    "approximately 33%": "PERCENT",
    "dravet syndrome": "ORG",
    "age 3": "DATE",
    "age 5": "DATE",
    "csf il-1\u03b2": "ORG",
    "haemophilus": "ORG",
    "meningitis": "PRODUCT",
    "12 months of age": "DATE",
    "cns": "ORG",
    "fires": "NORP",
    "the age of 5 years old": "DATE",
    "acetaminophen": "GPE",
    "the day": "DATE",
    "6 hours": "TIME",
    "tympanic": "DATE",
    "approximately 30- 40%": "PERCENT",
    "the next two years": "DATE",
    "about 3\u20135%": "PERCENT",
    "1%": "PERCENT",
    "less than 18 months old": "DATE",
    "first": "ORDINAL",
    "18 months": "DATE",
    "12\u201330 months of age": "DATE",
    "between 2-5%": "PERCENT",
    "guamanians": "NORP",
    "14%": "PERCENT",
    "japanese": "NORP",
    "6-9%": "PERCENT",
    "indians": "NORP",
    "5-10%": "PERCENT"
  },
  "flair_entities": [
    "mri",
    "japanese",
    "roseola",
    "indians",
    "shigellosis",
    "salmonellosis",
    "csf il-1\u03b2",
    "guamanians",
    "dravet syndrome",
    "eeg",
    "f",
    "haemophilus",
    "mmrv"
  ]
}