DawnC commited on
Commit
286ee27
1 Parent(s): b7e8045

Delete breed_health_info.py

Browse files
Files changed (1) hide show
  1. breed_health_info.py +0 -2054
breed_health_info.py DELETED
@@ -1,2054 +0,0 @@
1
-
2
- breed_health_info = {
3
- "Afghan_Hound": {
4
- "health_notes": """
5
- Common breed-specific health considerations (Source: AKC):
6
- • Hip dysplasia
7
- • Juvenile cataracts
8
- • Laryngeal paralysis
9
- • Hypothyroidism
10
-
11
- Recommended health screenings:
12
- • Hip evaluation
13
- • Thyroid evaluation
14
- • Eye examination
15
- • Regular dental check-ups
16
- """,
17
- "source": "AKC Health Database, 2024"
18
- },
19
-
20
- "African_Hunting_Dog": {
21
- "health_notes": """
22
- Common breed-specific health considerations (Source: AKC):
23
- • Hip dysplasia
24
- • Eye problems
25
- • Dental issues
26
- • Heat sensitivity
27
-
28
- Recommended health screenings:
29
- • Hip evaluation
30
- • Regular eye examinations
31
- • Dental check-ups
32
- • Temperature tolerance monitoring
33
- """,
34
- "source": "AKC Health Database, 2024"
35
- },
36
-
37
- "Airedale": {
38
- "health_notes": """
39
- Common breed-specific health considerations (Source: AKC):
40
- • Hip dysplasia
41
- • Eye problems including glaucoma
42
- • Hypothyroidism
43
- • Allergies
44
-
45
- Recommended health screenings:
46
- • Hip and elbow evaluation
47
- • Thyroid testing
48
- • Eye examination
49
- • Regular allergy monitoring
50
- """,
51
- "source": "AKC Health Database, 2024"
52
- },
53
-
54
- "American_Staffordshire_Terrier": {
55
- "health_notes": """
56
- Common breed-specific health considerations (Source: AKC):
57
- • Hip dysplasia
58
- • Cardiac issues
59
- • Skin allergies
60
- • Cerebellar ataxia
61
-
62
- Recommended health screenings:
63
- • Hip evaluation
64
- • Cardiac examination
65
- • Regular skin checkups
66
- • Genetic testing for cerebellar ataxia
67
- """,
68
- "source": "AKC Health Database, 2024"
69
- },
70
-
71
- "Appenzeller": {
72
- "health_notes": """
73
- Common breed-specific health considerations (Source: AKC):
74
- • Hip dysplasia
75
- • Elbow dysplasia
76
- • Hemophilia
77
- • Eye problems
78
-
79
- Recommended health screenings:
80
- • Hip and elbow evaluation
81
- • Blood clotting tests
82
- • Eye examination
83
- • Regular joint assessments
84
- """,
85
- "source": "AKC Health Database, 2024"
86
- },
87
-
88
- "Australian_Terrier": {
89
- "health_notes": """
90
- Common breed-specific health considerations (Source: AKC):
91
- • Diabetes mellitus
92
- • Patellar luxation
93
- • Thyroid issues
94
- • Legg-Calve-Perthes disease
95
-
96
- Recommended health screenings:
97
- • Regular blood sugar monitoring
98
- • Patella evaluation
99
- • Thyroid testing
100
- • Hip and leg examinations
101
- """,
102
- "source": "AKC Health Database, 2024"
103
- },
104
-
105
- "Bedlington_Terrier": {
106
- "health_notes": """
107
- Common breed-specific health considerations (Source: AKC):
108
- • Copper toxicosis
109
- • Retinal dysplasia
110
- • Distichiasis
111
- • Renal cortical hypoplasia
112
-
113
- Recommended health screenings:
114
- • Liver function tests
115
- • Eye examination
116
- • Kidney function testing
117
- • DNA test for copper toxicosis
118
- """,
119
- "source": "AKC Health Database, 2024"
120
- },
121
-
122
- "Bernese_Mountain_Dog": {
123
- "health_notes": """
124
- Common breed-specific health considerations (Source: AKC):
125
- • Hip and elbow dysplasia
126
- • Cancer (histiocytic sarcoma)
127
- • Von Willebrand's disease
128
- • Progressive retinal atrophy
129
-
130
- Recommended health screenings:
131
- • Hip and elbow evaluation
132
- • Regular cancer screenings
133
- • Blood clotting tests
134
- • Eye examination
135
- """,
136
- "source": "AKC Health Database, 2024"
137
- },
138
-
139
- "Blenheim_Spaniel": {
140
- "health_notes": """
141
- Common breed-specific health considerations (Source: AKC):
142
- • Syringomyelia
143
- • Mitral valve disease
144
- • Patellar luxation
145
- • Eye conditions
146
-
147
- Recommended health screenings:
148
- • MRI scanning for syringomyelia
149
- • Cardiac examination
150
- • Patella evaluation
151
- • Regular eye checks
152
- """,
153
- "source": "AKC Health Database, 2024"
154
- },
155
-
156
- "Border_Collie": {
157
- "health_notes": """
158
- Common breed-specific health considerations (Source: AKC):
159
- • Hip dysplasia
160
- • Collie eye anomaly
161
- • Epilepsy
162
- • Neuronal ceroid lipofuscinosis
163
-
164
- Recommended health screenings:
165
- • Hip evaluation
166
- • Eye examination
167
- • Neurological assessment
168
- • DNA testing for genetic conditions
169
- """,
170
- "source": "AKC Health Database, 2024"
171
- },
172
-
173
- "Border_Terrier": {
174
- "health_notes": """
175
- Common breed-specific health considerations (Source: AKC):
176
- • Spike's disease (CECS)
177
- • Hip dysplasia
178
- • Heart problems
179
- • Progressive retinal atrophy
180
-
181
- Recommended health screenings:
182
- • Regular neurological examinations
183
- • Hip evaluation
184
- • Cardiac examination
185
- • Eye examination
186
- """,
187
- "source": "AKC Health Database, 2024"
188
- },
189
-
190
- "Boston_Bull": {
191
- "health_notes": """
192
- Common breed-specific health considerations (Source: AKC):
193
- • Patellar luxation
194
- • Cataracts
195
- • Deafness
196
- • Brachycephalic syndrome
197
-
198
- Recommended health screenings:
199
- • Patella evaluation
200
- • Eye examination
201
- • Hearing tests
202
- • Regular respiratory assessment
203
- """,
204
- "source": "AKC Health Database, 2024"
205
- },
206
-
207
- "Bouvier_Des_Flandres": {
208
- "health_notes": """
209
- Common breed-specific health considerations (Source: AKC):
210
- • Hip dysplasia
211
- • Elbow dysplasia
212
- • Glaucoma
213
- • Hypothyroidism
214
-
215
- Recommended health screenings:
216
- • Hip and elbow evaluation
217
- • Eye examination
218
- • Thyroid testing
219
- • Regular joint assessments
220
- """,
221
- "source": "AKC Health Database, 2024"
222
- },
223
-
224
- "Brabancon_Griffon": {
225
- "health_notes": """
226
- Common breed-specific health considerations (Source: AKC):
227
- • Syringomyelia
228
- • Patellar luxation
229
- • Eye problems
230
- • Respiratory issues
231
-
232
- Recommended health screenings:
233
- • MRI screening
234
- • Patella evaluation
235
- • Eye examination
236
- • Regular respiratory checks
237
- """,
238
- "source": "AKC Health Database, 2024"
239
- },
240
-
241
- "Brittany_Spaniel": {
242
- "health_notes": """
243
- Common breed-specific health considerations (Source: AKC):
244
- • Hip dysplasia
245
- • Epilepsy
246
- • Hypothyroidism
247
- • Eye problems
248
-
249
- Recommended health screenings:
250
- • Hip evaluation
251
- • Thyroid testing
252
- • Eye examination
253
- • Regular neurological check-ups
254
- """,
255
- "source": "AKC Health Database, 2024"
256
- },
257
-
258
- "Cardigan": {
259
- "health_notes": """
260
- Common breed-specific health considerations (Source: AKC):
261
- • Hip dysplasia
262
- • Progressive retinal atrophy
263
- • Degenerative myelopathy
264
- • Intervertebral disk disease
265
-
266
- Recommended health screenings:
267
- • Hip evaluation
268
- • Eye examination
269
- • DNA test for DM
270
- • Regular spine assessments
271
- """,
272
- "source": "AKC Health Database, 2024"
273
- },
274
-
275
- "Chesapeake_Bay_Retriever": {
276
- "health_notes": """
277
- Common breed-specific health considerations (Source: AKC):
278
- • Hip dysplasia
279
- • Progressive retinal atrophy
280
- • Degenerative myelopathy
281
- • Von Willebrand's disease
282
-
283
- Recommended health screenings:
284
- • Hip and elbow evaluation
285
- • Eye examination
286
- • DNA testing for PRA
287
- • Blood clotting tests
288
- """,
289
- "source": "AKC Health Database, 2024"
290
- },
291
-
292
- "Chihuahua": {
293
- "health_notes": """
294
- Common breed-specific health considerations (Source: AKC):
295
- • Patellar luxation
296
- • Heart murmurs
297
- • Hydrocephalus
298
- • Dental problems
299
-
300
- Recommended health screenings:
301
- • Patella evaluation
302
- • Cardiac examination
303
- • Regular dental check-ups
304
- • Neurological assessment
305
- """,
306
- "source": "AKC Health Database, 2024"
307
- },
308
-
309
- "Dandie_Dinmont": {
310
- "health_notes": """
311
- Common breed-specific health considerations (Source: AKC):
312
- • Glaucoma
313
- • Intervertebral disk disease
314
- • Hypothyroidism
315
- • Eye problems
316
-
317
- Recommended health screenings:
318
- • Eye examination
319
- • Spine evaluation
320
- • Thyroid testing
321
- • Regular joint assessments
322
- """,
323
- "source": "AKC Health Database, 2024"
324
- },
325
-
326
- "Doberman": {
327
- "health_notes": """
328
- Common breed-specific health considerations (Source: AKC):
329
- • Dilated cardiomyopathy
330
- • Von Willebrand's disease
331
- • Hip dysplasia
332
- • Cervical vertebral instability
333
-
334
- Recommended health screenings:
335
- • Cardiac examination
336
- • Blood clotting tests
337
- • Hip evaluation
338
- • Regular spine assessments
339
- """,
340
- "source": "AKC Health Database, 2024"
341
- },
342
-
343
- "English_Foxhound": {
344
- "health_notes": """
345
- Common breed-specific health considerations (Source: AKC):
346
- • Hip dysplasia
347
- • Renal disease
348
- • Epilepsy
349
- • Thrombocytopathy
350
-
351
- Recommended health screenings:
352
- • Hip evaluation
353
- • Kidney function tests
354
- • Regular neurological exams
355
- • Blood platelet testing
356
- """,
357
- "source": "AKC Health Database, 2024"
358
- },
359
-
360
- "English_Setter": {
361
- "health_notes": """
362
- Common breed-specific health considerations (Source: AKC):
363
- • Hip dysplasia
364
- • Elbow dysplasia
365
- • Hypothyroidism
366
- • Deafness
367
-
368
- Recommended health screenings:
369
- • Hip and elbow evaluation
370
- • Thyroid testing
371
- • Hearing tests
372
- • Regular joint assessments
373
- """,
374
- "source": "AKC Health Database, 2024"
375
- },
376
-
377
- "English_Springer": {
378
- "health_notes": """
379
- Common breed-specific health considerations (Source: AKC):
380
- • Hip dysplasia
381
- • Progressive retinal atrophy
382
- • Phosphofructokinase deficiency
383
- • Ear infections
384
-
385
- Recommended health screenings:
386
- • Hip evaluation
387
- • Eye examination
388
- • DNA testing for PFK
389
- • Regular ear checks
390
- """,
391
- "source": "AKC Health Database, 2024"
392
- },
393
-
394
- "EntleBucher": {
395
- "health_notes": """
396
- Common breed-specific health considerations (Source: AKC):
397
- • Hip dysplasia
398
- • Progressive retinal atrophy
399
- • Hemolytic anemia
400
- • Ectopic ureters
401
-
402
- Recommended health screenings:
403
- • Hip evaluation
404
- • Eye examination
405
- • Blood tests
406
- • Urinary tract assessment
407
- """,
408
- "source": "AKC Health Database, 2024"
409
- },
410
-
411
- "Eskimo_Dog": {
412
- "health_notes": """
413
- Common breed-specific health considerations (Source: AKC):
414
- • Hip dysplasia
415
- • Progressive retinal atrophy
416
- • Bloat
417
- • Heat sensitivity
418
-
419
- Recommended health screenings:
420
- • Hip evaluation
421
- • Eye examination
422
- • Regular bloat prevention
423
- • Temperature tolerance monitoring
424
- """,
425
- "source": "AKC Health Database, 2024"
426
- },
427
-
428
- "French_Bulldog": {
429
- "health_notes": """
430
- Common breed-specific health considerations (Source: AKC):
431
- • Brachycephalic syndrome
432
- • Hip dysplasia
433
- • Intervertebral disk disease
434
- • Heat sensitivity
435
-
436
- Recommended health screenings:
437
- • Respiratory assessment
438
- • Hip evaluation
439
- • Spine examination
440
- • Regular temperature monitoring
441
- """,
442
- "source": "AKC Health Database, 2024"
443
- },
444
-
445
- "German_Shepherd": {
446
- "health_notes": """
447
- Common breed-specific health considerations (Source: AKC):
448
- • Hip dysplasia
449
- • Elbow dysplasia
450
- • Degenerative myelopathy
451
- • Bloat
452
-
453
- Recommended health screenings:
454
- • Hip and elbow evaluation
455
- • DNA testing for DM
456
- • Regular spine assessments
457
- • Bloat prevention monitoring
458
- """,
459
- "source": "AKC Health Database, 2024"
460
- },
461
-
462
- "German_Short-Haired_Pointer": {
463
- "health_notes": """
464
- Common breed-specific health considerations (Source: AKC):
465
- • Hip dysplasia
466
- • Lymphedema
467
- • Von Willebrand's disease
468
- • Entropion
469
-
470
- Recommended health screenings:
471
- • Hip evaluation
472
- • Regular lymphatic checks
473
- • Blood clotting tests
474
- • Eye examination
475
- """,
476
- "source": "AKC Health Database, 2024"
477
- },
478
-
479
- "Gordon_Setter": {
480
- "health_notes": """
481
- Common breed-specific health considerations (Source: AKC):
482
- • Hip dysplasia
483
- • Elbow dysplasia
484
- • Cerebellar abiotrophy
485
- • Progressive retinal atrophy
486
-
487
- Recommended health screenings:
488
- • Hip and elbow evaluation
489
- • Neurological assessment
490
- • Eye examination
491
- • Regular joint checks
492
- """,
493
- "source": "AKC Health Database, 2024"
494
- },
495
-
496
- "Great_Dane": {
497
- "health_notes": """
498
- Common breed-specific health considerations (Source: AKC):
499
- • Hip dysplasia
500
- • Bloat
501
- • Cardiomyopathy
502
- • Wobbler syndrome
503
-
504
- Recommended health screenings:
505
- • Hip evaluation
506
- • Cardiac examination
507
- • Regular bloat prevention
508
- • Spine assessment
509
- """,
510
- "source": "AKC Health Database, 2024"
511
- },
512
-
513
- "Great_Pyrenees": {
514
- "health_notes": """
515
- Common breed-specific health considerations (Source: AKC):
516
- • Hip dysplasia
517
- • Elbow dysplasia
518
- • Bloat
519
- • Patellar luxation
520
-
521
- Recommended health screenings:
522
- • Hip and elbow evaluation
523
- • Regular bloat prevention
524
- • Patella evaluation
525
- • Eye examination
526
- """,
527
- "source": "AKC Health Database, 2024"
528
- },
529
-
530
- "Greater_Swiss_Mountain_Dog": {
531
- "health_notes": """
532
- Common breed-specific health considerations (Source: AKC):
533
- • Hip dysplasia
534
- • Elbow dysplasia
535
- • Bloat
536
- • Epilepsy
537
-
538
- Recommended health screenings:
539
- • Hip and elbow evaluation
540
- • Regular bloat monitoring
541
- • Neurological assessment
542
- • Eye examination
543
- """,
544
- "source": "AKC Health Database, 2024"
545
- },
546
-
547
- "Ibizan_Hound": {
548
- "health_notes": """
549
- Common breed-specific health considerations (Source: AKC):
550
- • Retinal degeneration
551
- • Seizures
552
- • Allergies
553
- • Hip dysplasia
554
-
555
- Recommended health screenings:
556
- • Eye examination
557
- • Neurological assessment
558
- • Allergy testing
559
- • Hip evaluation
560
- """,
561
- "source": "AKC Health Database, 2024"
562
- },
563
-
564
- "Irish_Setter": {
565
- "health_notes": """
566
- Common breed-specific health considerations (Source: AKC):
567
- • Hip dysplasia
568
- • Progressive retinal atrophy
569
- • Bloat
570
- • Epilepsy
571
-
572
- Recommended health screenings:
573
- • Hip evaluation
574
- • Eye examination
575
- • Regular bloat prevention
576
- • Neurological assessment
577
- """,
578
- "source": "AKC Health Database, 2024"
579
- },
580
-
581
- "Irish_Terrier": {
582
- "health_notes": """
583
- Common breed-specific health considerations (Source: AKC):
584
- • Hyperkeratosis
585
- • Cystinuria
586
- • Musculoskeletal problems
587
- • Eye problems
588
-
589
- Recommended health screenings:
590
- • Regular paw pad checks
591
- • Urinary testing
592
- • Joint evaluation
593
- • Eye examination
594
- """,
595
- "source": "AKC Health Database, 2024"
596
- },
597
-
598
- "Irish_Water_Spaniel": {
599
- "health_notes": """
600
- Common breed-specific health considerations (Source: AKC):
601
- • Hip dysplasia
602
- • Elbow dysplasia
603
- • Eye problems
604
- • Follicular dysplasia
605
-
606
- Recommended health screenings:
607
- • Hip and elbow evaluation
608
- • Eye examination
609
- • Regular skin checks
610
- • Thyroid testing
611
- """,
612
- "source": "AKC Health Database, 2024"
613
- },
614
-
615
- "Irish_Wolfhound": {
616
- "health_notes": """
617
- Common breed-specific health considerations (Source: AKC):
618
- • Heart disease
619
- • Osteosarcoma
620
- • Hip dysplasia
621
- • Von Willebrand's disease
622
-
623
- Recommended health screenings:
624
- • Cardiac examination
625
- • Regular cancer screening
626
- • Hip evaluation
627
- • Blood clotting tests
628
- """,
629
- "source": "AKC Health Database, 2024"
630
- },
631
-
632
- "Italian_Greyhound": {
633
- "health_notes": """
634
- Common breed-specific health considerations (Source: AKC):
635
- • Epilepsy
636
- • Patellar luxation
637
- • Progressive retinal atrophy
638
- • Periodontal disease
639
-
640
- Recommended health screenings:
641
- • Neurological assessment
642
- • Patella evaluation
643
- • Eye examination
644
- • Regular dental checks
645
- """,
646
- "source": "AKC Health Database, 2024"
647
- },
648
-
649
- "Japanese_Spaniel": {
650
- "health_notes": """
651
- Common breed-specific health considerations (Source: AKC):
652
- • Heart murmurs
653
- • Patellar luxation
654
- • Eye problems
655
- • Respiratory issues
656
-
657
- Recommended health screenings:
658
- • Cardiac examination
659
- • Patella evaluation
660
- • Eye examination
661
- • Regular respiratory checks
662
- """,
663
- "source": "AKC Health Database, 2024"
664
- },
665
-
666
- "Kerry_Blue_Terrier": {
667
- "health_notes": """
668
- Common breed-specific health considerations (Source: AKC):
669
- • Hip dysplasia
670
- • Eye problems
671
- • Cysts
672
- • Spiculosis
673
-
674
- Recommended health screenings:
675
- • Hip evaluation
676
- • Eye examination
677
- • Regular skin checks
678
- • Dental examination
679
- """,
680
- "source": "AKC Health Database, 2024"
681
- },
682
-
683
- "Labrador_Retriever": {
684
- "health_notes": """
685
- Common breed-specific health considerations (Source: AKC):
686
- • Hip and elbow dysplasia
687
- • Exercise-induced collapse
688
- • Progressive retinal atrophy
689
- • Bloat
690
-
691
- Recommended health screenings:
692
- • Hip and elbow evaluation
693
- • DNA test for EIC
694
- • Eye examination
695
- • Regular weight monitoring
696
- """,
697
- "source": "AKC Health Database, 2024"
698
- },
699
-
700
- "Lakeland_Terrier": {
701
- "health_notes": """
702
- Common breed-specific health considerations (Source: AKC):
703
- • Legg-Calve-Perthes disease
704
- • Eye problems
705
- • Skin allergies
706
- • Von Willebrand's disease
707
-
708
- Recommended health screenings:
709
- • Leg joint evaluation
710
- • Eye examination
711
- • Skin allergy testing
712
- • Blood clotting tests
713
- """,
714
- "source": "AKC Health Database, 2024"
715
- },
716
-
717
- "Leonberg": {
718
- "health_notes": """
719
- Common breed-specific health considerations (Source: AKC):
720
- • Hip dysplasia
721
- • Osteosarcoma
722
- • Bloat
723
- • Polyneuropathy
724
-
725
- Recommended health screenings:
726
- • Hip evaluation
727
- • Regular cancer screening
728
- • Bloat prevention monitoring
729
- • Neurological assessment
730
- """,
731
- "source": "AKC Health Database, 2024"
732
- },
733
-
734
- "Lhasa": {
735
- "health_notes": """
736
- Common breed-specific health considerations (Source: AKC):
737
- • Kidney dysfunction
738
- • Progressive retinal atrophy
739
- • Cherry eye
740
- • Patellar luxation
741
-
742
- Recommended health screenings:
743
- • Kidney function tests
744
- • Eye examination
745
- • Patella evaluation
746
- • Regular dental checks
747
- """,
748
- "source": "AKC Health Database, 2024"
749
- },
750
-
751
- "Maltese_Dog": {
752
- "health_notes": """
753
- Common breed-specific health considerations (Source: AKC):
754
- • Patellar luxation
755
- • White shaker syndrome
756
- • Portosystemic shunt
757
- • Progressive retinal atrophy
758
-
759
- Recommended health screenings:
760
- • Patella evaluation
761
- • Neurological assessment
762
- • Liver function tests
763
- • Eye examination
764
- """,
765
- "source": "AKC Health Database, 2024"
766
- },
767
-
768
- "Mexican_Hairless": {
769
- "health_notes": """
770
- Common breed-specific health considerations (Source: AKC):
771
- • Dental issues
772
- • Skin problems
773
- • Progressive retinal atrophy
774
- • Patellar luxation
775
-
776
- Recommended health screenings:
777
- • Regular dental checks
778
- • Skin examinations
779
- • Eye examination
780
- • Patella evaluation
781
- """,
782
- "source": "AKC Health Database, 2024"
783
- },
784
-
785
- "Newfoundland": {
786
- "health_notes": """
787
- Common breed-specific health considerations (Source: AKC):
788
- • Hip dysplasia
789
- • Subvalvular aortic stenosis
790
- • Cystinuria
791
- • Bloat
792
-
793
- Recommended health screenings:
794
- • Hip evaluation
795
- • Cardiac examination
796
- • Urinary testing
797
- • Regular bloat monitoring
798
- """,
799
- "source": "AKC Health Database, 2024"
800
- },
801
-
802
- "Norfolk_Terrier": {
803
- "health_notes": """
804
- Common breed-specific health considerations (Source: AKC):
805
- • Patellar luxation
806
- • Mitral valve disease
807
- • Hip dysplasia
808
- • Eye problems
809
-
810
- Recommended health screenings:
811
- • Patella evaluation
812
- • Cardiac examination
813
- • Hip evaluation
814
- • Eye examination
815
- """,
816
- "source": "AKC Health Database, 2024"
817
- },
818
-
819
- "Norwegian_Elkhound": {
820
- "health_notes": """
821
- Common breed-specific health considerations (Source: AKC):
822
- • Hip dysplasia
823
- • Progressive retinal atrophy
824
- • Fanconi syndrome
825
- • Hypothyroidism
826
-
827
- Recommended health screenings:
828
- • Hip evaluation
829
- • Eye examination
830
- • Kidney function tests
831
- • Thyroid testing
832
- """,
833
- "source": "AKC Health Database, 2024"
834
- },
835
-
836
- "Norwich_Terrier": {
837
- "health_notes": """
838
- Common breed-specific health considerations (Source: AKC):
839
- • Upper airway syndrome
840
- • Hip dysplasia
841
- • Eye problems
842
- • Epilepsy
843
-
844
- Recommended health screenings:
845
- • Respiratory assessment
846
- • Hip evaluation
847
- • Eye examination
848
- • Neurological check-ups
849
- """,
850
- "source": "AKC Health Database, 2024"
851
- },
852
-
853
- "Old_English_Sheepdog": {
854
- "health_notes": """
855
- Common breed-specific health considerations (Source: AKC):
856
- • Hip dysplasia
857
- • Cerebellar ataxia
858
- • Primary ciliary dyskinesia
859
- • Deafness
860
-
861
- Recommended health screenings:
862
- • Hip evaluation
863
- • Neurological assessment
864
- • Respiratory function tests
865
- • Hearing tests
866
- """,
867
- "source": "AKC Health Database, 2024"
868
- },
869
-
870
- "Pekinese": {
871
- "health_notes": """
872
- Common breed-specific health considerations (Source: AKC):
873
- • Brachycephalic syndrome
874
- • Progressive retinal atrophy
875
- • Heart problems
876
- • Patellar luxation
877
-
878
- Recommended health screenings:
879
- • Respiratory assessment
880
- • Eye examination
881
- • Cardiac examination
882
- • Patella evaluation
883
- """,
884
- "source": "AKC Health Database, 2024"
885
- },
886
-
887
- "Pembroke": {
888
- "health_notes": """
889
- Common breed-specific health considerations (Source: AKC):
890
- • Hip dysplasia
891
- • Degenerative myelopathy
892
- • Von Willebrand's disease
893
- • Progressive retinal atrophy
894
-
895
- Recommended health screenings:
896
- • Hip evaluation
897
- • DNA test for DM
898
- • Blood clotting tests
899
- • Eye examination
900
- """,
901
- "source": "AKC Health Database, 2024"
902
- },
903
-
904
- "Pomeranian": {
905
- "health_notes": """
906
- Common breed-specific health considerations (Source: AKC):
907
- • Patent ductus arteriosus
908
- • Collapsed trachea
909
- • Alopecia X
910
- • Patellar luxation
911
-
912
- Recommended health screenings:
913
- • Cardiac examination
914
- • Respiratory assessment
915
- • Regular coat evaluations
916
- • Patella evaluation
917
- """,
918
- "source": "AKC Health Database, 2024"
919
- },
920
-
921
- "Rhodesian_Ridgeback": {
922
- "health_notes": """
923
- Common breed-specific health considerations (Source: AKC):
924
- • Hip dysplasia
925
- • Dermoid sinus
926
- • Thyroid problems
927
- • Bloat
928
-
929
- Recommended health screenings:
930
- • Hip evaluation
931
- • Thyroid testing
932
- • Regular skin checks
933
- • Bloat prevention monitoring
934
- """,
935
- "source": "AKC Health Database, 2024"
936
- },
937
-
938
- "Rottweiler": {
939
- "health_notes": """
940
- Common breed-specific health considerations (Source: AKC):
941
- • Hip dysplasia
942
- • Aortic stenosis
943
- • Elbow dysplasia
944
- • Osteosarcoma
945
-
946
- Recommended health screenings:
947
- • Hip and elbow evaluation
948
- • Cardiac examination
949
- • Regular cancer screening
950
- • Eye examination
951
- """,
952
- "source": "AKC Health Database, 2024"
953
- },
954
-
955
- "Saint_Bernard": {
956
- "health_notes": """
957
- Common breed-specific health considerations (Source: AKC):
958
- • Hip dysplasia
959
- • Elbow dysplasia
960
- • Bloat
961
- • Entropion
962
-
963
- Recommended health screenings:
964
- • Hip and elbow evaluation
965
- • Regular bloat monitoring
966
- • Eye examination
967
- • Cardiac assessment
968
- """,
969
- "source": "AKC Health Database, 2024"
970
- },
971
-
972
- "Saluki": {
973
- "health_notes": """
974
- Common breed-specific health considerations (Source: AKC):
975
- • Cardiac issues
976
- • Hypothyroidism
977
- • Hemangiosarcoma
978
- • Eye problems
979
-
980
- Recommended health screenings:
981
- • Cardiac examination
982
- • Thyroid testing
983
- • Regular cancer screening
984
- • Eye examination
985
- """,
986
- "source": "AKC Health Database, 2024"
987
- },
988
-
989
- "Samoyed": {
990
- "health_notes": """
991
- Common breed-specific health considerations (Source: AKC):
992
- • Hip dysplasia
993
- • Progressive retinal atrophy
994
- • Diabetes mellitus
995
- • Heart conditions
996
-
997
- Recommended health screenings:
998
- • Hip evaluation
999
- • Eye examination
1000
- • Regular blood sugar monitoring
1001
- • Cardiac examination
1002
- """,
1003
- "source": "AKC Health Database, 2024"
1004
- },
1005
-
1006
- "Scotch_Terrier": {
1007
- "health_notes": """
1008
- Common breed-specific health considerations (Source: AKC):
1009
- • Von Willebrand's disease
1010
- • Craniomandibular osteopathy
1011
- • Cerebellar abiotrophy
1012
- • Thyroid problems
1013
-
1014
- Recommended health screenings:
1015
- • Blood clotting tests
1016
- • Skull development monitoring
1017
- • Neurological assessment
1018
- • Thyroid testing
1019
- """,
1020
- "source": "AKC Health Database, 2024"
1021
- },
1022
-
1023
- "Scottish_Deerhound": {
1024
- "health_notes": """
1025
- Common breed-specific health considerations (Source: AKC):
1026
- • Cardiomyopathy
1027
- • Bloat
1028
- • Cystinuria
1029
- • Osteosarcoma
1030
-
1031
- Recommended health screenings:
1032
- • Cardiac examination
1033
- • Regular bloat monitoring
1034
- • Urinary testing
1035
- • Regular bone cancer screening
1036
- """,
1037
- "source": "AKC Health Database, 2024"
1038
- },
1039
-
1040
- "Sealyham_Terrier": {
1041
- "health_notes": """
1042
- Common breed-specific health considerations (Source: AKC):
1043
- • Lens luxation
1044
- • Retinal dysplasia
1045
- • Hip dysplasia
1046
- • Thyroid problems
1047
-
1048
- Recommended health screenings:
1049
- • Eye examination
1050
- • Hip evaluation
1051
- • Thyroid testing
1052
- • Regular dental checks
1053
- """,
1054
- "source": "AKC Health Database, 2024"
1055
- },
1056
-
1057
- "Shetland_Sheepdog": {
1058
- "health_notes": """
1059
- Common breed-specific health considerations (Source: AKC):
1060
- • Collie eye anomaly
1061
- • Hip dysplasia
1062
- • Von Willebrand's disease
1063
- • Thyroid problems
1064
-
1065
- Recommended health screenings:
1066
- • Eye examination
1067
- • Hip evaluation
1068
- • Blood clotting tests
1069
- • Thyroid testing
1070
- """,
1071
- "source": "AKC Health Database, 2024"
1072
- },
1073
-
1074
- "Shih-Tzu": {
1075
- "health_notes": """
1076
- Common breed-specific health considerations (Source: AKC):
1077
- • Brachycephalic syndrome
1078
- • Hip dysplasia
1079
- • Eye problems
1080
- • Patellar luxation
1081
-
1082
- Recommended health screenings:
1083
- • Respiratory assessment
1084
- • Hip evaluation
1085
- • Eye examination
1086
- • Patella evaluation
1087
- """,
1088
- "source": "AKC Health Database, 2024"
1089
- },
1090
-
1091
- "Siberian_Husky": {
1092
- "health_notes": """
1093
- Common breed-specific health considerations (Source: AKC):
1094
- • Hip dysplasia
1095
- • Eye problems
1096
- • Hypothyroidism
1097
- • Progressive retinal atrophy
1098
-
1099
- Recommended health screenings:
1100
- • Hip evaluation
1101
- • Eye examination
1102
- • Thyroid testing
1103
- • Regular joint assessment
1104
- """,
1105
- "source": "AKC Health Database, 2024"
1106
- },
1107
-
1108
- "Staffordshire_Bullterrier": {
1109
- "health_notes": """
1110
- Common breed-specific health considerations (Source: AKC):
1111
- • L-2-hydroxyglutaric aciduria
1112
- • Hip dysplasia
1113
- • Patellar luxation
1114
- • Cataracts
1115
-
1116
- Recommended health screenings:
1117
- • L2-HGA DNA testing
1118
- • Hip evaluation
1119
- • Patella evaluation
1120
- • Eye examination
1121
- """,
1122
- "source": "AKC Health Database, 2024"
1123
- },
1124
-
1125
- "Sussex_Spaniel": {
1126
- "health_notes": """
1127
- Common breed-specific health considerations (Source: AKC):
1128
- • Hip dysplasia
1129
- • Pulmonary stenosis
1130
- • Intervertebral disk disease
1131
- • Eye problems
1132
-
1133
- Recommended health screenings:
1134
- • Hip evaluation
1135
- • Cardiac examination
1136
- • Spine evaluation
1137
- • Eye examination
1138
- """,
1139
- "source": "AKC Health Database, 2024"
1140
- },
1141
-
1142
- "Tibetan_Mastiff": {
1143
- "health_notes": """
1144
- Common breed-specific health considerations (Source: AKC):
1145
- • Hip dysplasia
1146
- • Elbow dysplasia
1147
- • Hypothyroidism
1148
- • Autoimmune problems
1149
-
1150
- Recommended health screenings:
1151
- • Hip and elbow evaluation
1152
- • Thyroid testing
1153
- • Immune system assessment
1154
- • Regular joint checks
1155
- """,
1156
- "source": "AKC Health Database, 2024"
1157
- },
1158
-
1159
- "Tibetan_Terrier": {
1160
- "health_notes": """
1161
- Common breed-specific health considerations (Source: AKC):
1162
- • Hip dysplasia
1163
- • Progressive retinal atrophy
1164
- • Lens luxation
1165
- • Neurological problems
1166
-
1167
- Recommended health screenings:
1168
- • Hip evaluation
1169
- • Eye examination
1170
- • Neurological assessment
1171
- • Regular joint checks
1172
- """,
1173
- "source": "AKC Health Database, 2024"
1174
- },
1175
-
1176
- "Walker_Hound": {
1177
- "health_notes": """
1178
- Common breed-specific health considerations (Source: AKC):
1179
- • Hip dysplasia
1180
- • Eye problems
1181
- • Ear infections
1182
- • Thrombopathia
1183
-
1184
- Recommended health screenings:
1185
- • Hip evaluation
1186
- • Eye examination
1187
- • Regular ear checks
1188
- • Blood platelet testing
1189
- """,
1190
- "source": "AKC Health Database, 2024"
1191
- },
1192
-
1193
- "Weimaraner": {
1194
- "health_notes": """
1195
- Common breed-specific health considerations (Source: AKC):
1196
- • Hip dysplasia
1197
- • Von Willebrand's disease
1198
- • Gastric torsion
1199
- • Distichiasis
1200
-
1201
- Recommended health screenings:
1202
- • Hip evaluation
1203
- • Blood clotting tests
1204
- • Regular bloat monitoring
1205
- • Eye examination
1206
- """,
1207
- "source": "AKC Health Database, 2024"
1208
- },
1209
-
1210
- "Welsh_Springer_Spaniel": {
1211
- "health_notes": """
1212
- Common breed-specific health considerations (Source: AKC):
1213
- • Hip dysplasia
1214
- • Eye problems
1215
- • Epilepsy
1216
- • Thyroid problems
1217
-
1218
- Recommended health screenings:
1219
- • Hip evaluation
1220
- • Eye examination
1221
- • Neurological assessment
1222
- • Thyroid testing
1223
- """,
1224
- "source": "AKC Health Database, 2024"
1225
- },
1226
-
1227
- "West_Highland_White_Terrier": {
1228
- "health_notes": """
1229
- Common breed-specific health considerations (Source: AKC):
1230
- • Craniomandibular osteopathy
1231
- • Pulmonary fibrosis
1232
- • White shaker syndrome
1233
- • Skin problems
1234
-
1235
- Recommended health screenings:
1236
- • Skull development monitoring
1237
- • Respiratory assessment
1238
- • Neurological examination
1239
- • Regular skin checks
1240
- """,
1241
- "source": "AKC Health Database, 2024"
1242
- },
1243
-
1244
- "Yorkshire_Terrier": {
1245
- "health_notes": """
1246
- Common breed-specific health considerations (Source: AKC):
1247
- • Patellar luxation
1248
- • Portosystemic shunt
1249
- • Progressive retinal atrophy
1250
- • Collapsed trachea
1251
-
1252
- Recommended health screenings:
1253
- • Patella evaluation
1254
- • Liver function tests
1255
- • Eye examination
1256
- • Respiratory assessment
1257
- """,
1258
- "source": "AKC Health Database, 2024"
1259
- },
1260
-
1261
- "Affenpinscher": {
1262
- "health_notes": """
1263
- Common breed-specific health considerations (Source: AKC):
1264
- • Patent ductus arteriosus
1265
- • Hip dysplasia
1266
- • Corneal ulcers
1267
- • Patellar luxation
1268
-
1269
- Recommended health screenings:
1270
- • Cardiac examination
1271
- • Hip evaluation
1272
- • Eye examination
1273
- • Patella evaluation
1274
- """,
1275
- "source": "AKC Health Database, 2024"
1276
- },
1277
-
1278
- "Basenji": {
1279
- "health_notes": """
1280
- Common breed-specific health considerations (Source: AKC):
1281
- • Fanconi syndrome
1282
- • Persistent pupillary membranes
1283
- • Hip dysplasia
1284
- • Immunoproliferative enteropathy
1285
-
1286
- Recommended health screenings:
1287
- • Kidney function tests
1288
- • Eye examination
1289
- • Hip evaluation
1290
- • Regular digestive monitoring
1291
- """,
1292
- "source": "AKC Health Database, 2024"
1293
- },
1294
-
1295
- "Basset": {
1296
- "health_notes": """
1297
- Common breed-specific health considerations (Source: AKC):
1298
- • Glaucoma
1299
- • Elbow dysplasia
1300
- • Thrombopathia
1301
- • Von Willebrand's disease
1302
-
1303
- Recommended health screenings:
1304
- • Eye examination
1305
- • Elbow evaluation
1306
- • Blood platelet testing
1307
- • Blood clotting tests
1308
- """,
1309
- "source": "AKC Health Database, 2024"
1310
- },
1311
-
1312
- "Beagle": {
1313
- "health_notes": """
1314
- Common breed-specific health considerations (Source: AKC):
1315
- • Hip dysplasia
1316
- • Eye disorders
1317
- • Epilepsy
1318
- • Hypothyroidism
1319
-
1320
- Recommended health screenings:
1321
- • Hip evaluation
1322
- • Eye examination
1323
- • Neurological assessment
1324
- • Thyroid testing
1325
- """,
1326
- "source": "AKC Health Database, 2024"
1327
- },
1328
-
1329
- "Black-and-Tan_Coonhound": {
1330
- "health_notes": """
1331
- Common breed-specific health considerations (Source: AKC):
1332
- • Hip dysplasia
1333
- • Ear infections
1334
- • Eye problems
1335
- • Bloat
1336
-
1337
- Recommended health screenings:
1338
- • Hip evaluation
1339
- • Regular ear checks
1340
- • Eye examination
1341
- • Bloat prevention monitoring
1342
- """,
1343
- "source": "AKC Health Database, 2024"
1344
- },
1345
-
1346
- "Bloodhound": {
1347
- "health_notes": """
1348
- Common breed-specific health considerations (Source: AKC):
1349
- • Hip dysplasia
1350
- • Elbow dysplasia
1351
- • Bloat
1352
- • Entropion
1353
-
1354
- Recommended health screenings:
1355
- • Hip and elbow evaluation
1356
- • Regular bloat monitoring
1357
- • Eye examination
1358
- • Regular skin fold checks
1359
- """,
1360
- "source": "AKC Health Database, 2024"
1361
- },
1362
-
1363
- "Bluetick": {
1364
- "health_notes": """
1365
- Common breed-specific health considerations (Source: AKC):
1366
- • Hip dysplasia
1367
- • Ear infections
1368
- • Bloat
1369
- • Eye problems
1370
-
1371
- Recommended health screenings:
1372
- • Hip evaluation
1373
- • Regular ear checks
1374
- • Bloat prevention monitoring
1375
- • Eye examination
1376
- """,
1377
- "source": "AKC Health Database, 2024"
1378
- },
1379
-
1380
- "Borzoi": {
1381
- "health_notes": """
1382
- Common breed-specific health considerations (Source: AKC):
1383
- • Progressive retinal atrophy
1384
- • Cardiac issues
1385
- • Bloat
1386
- • Hypothyroidism
1387
-
1388
- Recommended health screenings:
1389
- • Eye examination
1390
- • Cardiac examination
1391
- • Regular bloat monitoring
1392
- • Thyroid testing
1393
- """,
1394
- "source": "AKC Health Database, 2024"
1395
- },
1396
-
1397
- "Boxer": {
1398
- "health_notes": """
1399
- Common breed-specific health considerations (Source: AKC):
1400
- • Aortic stenosis
1401
- • Cardiomyopathy
1402
- • Hip dysplasia
1403
- • Thyroid problems
1404
-
1405
- Recommended health screenings:
1406
- • Cardiac examination
1407
- • Hip evaluation
1408
- • Thyroid testing
1409
- • Regular cancer screening
1410
- """,
1411
- "source": "AKC Health Database, 2024"
1412
- },
1413
-
1414
- "Briard": {
1415
- "health_notes": """
1416
- Common breed-specific health considerations (Source: AKC):
1417
- • Hip dysplasia
1418
- • Progressive retinal atrophy
1419
- • Congenital stationary night blindness
1420
- • Gastric torsion
1421
-
1422
- Recommended health screenings:
1423
- • Hip evaluation
1424
- • Eye examination
1425
- • Night vision testing
1426
- • Regular bloat monitoring
1427
- """,
1428
- "source": "AKC Health Database, 2024"
1429
- },
1430
-
1431
- "Bull_Mastiff": {
1432
- "health_notes": """
1433
- Common breed-specific health considerations (Source: AKC):
1434
- • Hip dysplasia
1435
- • Elbow dysplasia
1436
- • Cardiac issues
1437
- • Lymphoma
1438
-
1439
- Recommended health screenings:
1440
- • Hip and elbow evaluation
1441
- • Cardiac examination
1442
- • Regular cancer screening
1443
- • Eye examination
1444
- """,
1445
- "source": "AKC Health Database, 2024"
1446
- },
1447
-
1448
- "Cairn": {
1449
- "health_notes": """
1450
- Common breed-specific health considerations (Source: AKC):
1451
- • Globoid cell leukodystrophy
1452
- • Craniomandibular osteopathy
1453
- • Lens luxation
1454
- • Hypothyroidism
1455
-
1456
- Recommended health screenings:
1457
- • DNA testing for GCL
1458
- • Skull development monitoring
1459
- • Eye examination
1460
- • Thyroid testing
1461
- """,
1462
- "source": "AKC Health Database, 2024"
1463
- },
1464
-
1465
- "Chow": {
1466
- "health_notes": """
1467
- Common breed-specific health considerations (Source: AKC):
1468
- • Hip dysplasia
1469
- • Elbow dysplasia
1470
- • Entropion
1471
- • Hypothyroidism
1472
-
1473
- Recommended health screenings:
1474
- • Hip and elbow evaluation
1475
- • Eye examination
1476
- • Thyroid testing
1477
- • Regular skin fold checks
1478
- """,
1479
- "source": "AKC Health Database, 2024"
1480
- },
1481
-
1482
- "Clumber": {
1483
- "health_notes": """
1484
- Common breed-specific health considerations (Source: AKC):
1485
- • Hip dysplasia
1486
- • Entropion
1487
- • Hemophilia B
1488
- • Pyruvate dehydrogenase phosphatase deficiency
1489
-
1490
- Recommended health screenings:
1491
- • Hip evaluation
1492
- • Eye examination
1493
- • Blood clotting tests
1494
- • PDP1 DNA testing
1495
- """,
1496
- "source": "AKC Health Database, 2024"
1497
- },
1498
-
1499
- "Cocker_Spaniel": {
1500
- "health_notes": """
1501
- Common breed-specific health considerations (Source: AKC):
1502
- • Progressive retinal atrophy
1503
- • Primary glaucoma
1504
- • Hip dysplasia
1505
- • Ear infections
1506
-
1507
- Recommended health screenings:
1508
- • Eye examination
1509
- • Hip evaluation
1510
- • Regular ear checks
1511
- • Cardiac assessment
1512
- """,
1513
- "source": "AKC Health Database, 2024"
1514
- },
1515
-
1516
- "Collie": {
1517
- "health_notes": """
1518
- Common breed-specific health considerations (Source: AKC):
1519
- • Collie eye anomaly
1520
- • Progressive retinal atrophy
1521
- • Hip dysplasia
1522
- • Dermatomyositis
1523
-
1524
- Recommended health screenings:
1525
- • Eye examination
1526
- • Hip evaluation
1527
- • Regular skin checks
1528
- • MDR1 genetic testing
1529
- """,
1530
- "source": "AKC Health Database, 2024"
1531
- },
1532
-
1533
- "Curly-Coated_Retriever": {
1534
- "health_notes": """
1535
- Common breed-specific health considerations (Source: AKC):
1536
- • Hip dysplasia
1537
- • Elbow dysplasia
1538
- • Exercise-induced collapse
1539
- • Glycogen storage disease
1540
-
1541
- Recommended health screenings:
1542
- • Hip and elbow evaluation
1543
- • DNA test for EIC
1544
- • Eye examination
1545
- • GSD testing
1546
- """,
1547
- "source": "AKC Health Database, 2024"
1548
- },
1549
-
1550
- "Dhole": {
1551
- "health_notes": """
1552
- Common breed-specific health considerations (Source: AKC):
1553
- • Hip dysplasia
1554
- • Eye problems
1555
- • Dental issues
1556
- • Parasitic diseases
1557
-
1558
- Recommended health screenings:
1559
- • Hip evaluation
1560
- • Eye examination
1561
- • Regular dental checks
1562
- • Parasite screening
1563
- """,
1564
- "source": "AKC Health Database, 2024"
1565
- },
1566
-
1567
- "Dingo": {
1568
- "health_notes": """
1569
- Common breed-specific health considerations (Source: AKC):
1570
- • Hip dysplasia
1571
- • Dental problems
1572
- • Eye conditions
1573
- • Heat sensitivity
1574
-
1575
- Recommended health screenings:
1576
- • Hip evaluation
1577
- • Regular dental checks
1578
- • Eye examination
1579
- • Temperature tolerance monitoring
1580
- """,
1581
- "source": "AKC Health Database, 2024"
1582
- },
1583
-
1584
- "Flat-Coated_Retriever": {
1585
- "health_notes": """
1586
- Common breed-specific health considerations (Source: AKC):
1587
- • Cancer (especially histiocytic sarcoma)
1588
- • Hip dysplasia
1589
- • Progressive retinal atrophy
1590
- • Glaucoma
1591
-
1592
- Recommended health screenings:
1593
- • Regular cancer screening
1594
- • Hip evaluation
1595
- • Eye examination
1596
- • Cardiac assessment
1597
- """,
1598
- "source": "AKC Health Database, 2024"
1599
- },
1600
-
1601
- "Giant_Schnauzer": {
1602
- "health_notes": """
1603
- Common breed-specific health considerations (Source: AKC):
1604
- • Hip dysplasia
1605
- • Eye problems
1606
- • Autoimmune thyroiditis
1607
- • Bloat
1608
-
1609
- Recommended health screenings:
1610
- • Hip evaluation
1611
- • Eye examination
1612
- • Thyroid testing
1613
- • Regular bloat monitoring
1614
- """,
1615
- "source": "AKC Health Database, 2024"
1616
- },
1617
-
1618
- "Golden_Retriever": {
1619
- "health_notes": """
1620
- Common breed-specific health considerations (Source: AKC):
1621
- • Hip and elbow dysplasia
1622
- • Cancer (various types)
1623
- • Subvalvular aortic stenosis
1624
- • Progressive retinal atrophy
1625
-
1626
- Recommended health screenings:
1627
- • Hip and elbow evaluation
1628
- • Regular cancer screening
1629
- • Cardiac examination
1630
- • Eye examination
1631
- """,
1632
- "source": "AKC Health Database, 2024"
1633
- },
1634
-
1635
- "Groenendael": {
1636
- "health_notes": """
1637
- Common breed-specific health considerations (Source: AKC):
1638
- • Hip dysplasia
1639
- • Progressive retinal atrophy
1640
- • Epilepsy
1641
- • Thyroid problems
1642
-
1643
- Recommended health screenings:
1644
- • Hip evaluation
1645
- • Eye examination
1646
- • Neurological assessment
1647
- • Thyroid testing
1648
- """,
1649
- "source": "AKC Health Database, 2024"
1650
- },
1651
-
1652
- "Keeshond": {
1653
- "health_notes": """
1654
- Common breed-specific health considerations (Source: AKC):
1655
- • Hip dysplasia
1656
- • Progressive retinal atrophy
1657
- • Primary hyperparathyroidism
1658
- • Mitral valve disease
1659
-
1660
- Recommended health screenings:
1661
- • Hip evaluation
1662
- • Eye examination
1663
- • Parathyroid monitoring
1664
- • Cardiac examination
1665
- """,
1666
- "source": "AKC Health Database, 2024"
1667
- },
1668
-
1669
- "Kelpie": {
1670
- "health_notes": """
1671
- Common breed-specific health considerations (Source: AKC):
1672
- • Hip dysplasia
1673
- • Progressive retinal atrophy
1674
- • Cerebellar abiotrophy
1675
- • Collie eye anomaly
1676
-
1677
- Recommended health screenings:
1678
- • Hip evaluation
1679
- • Eye examination
1680
- • Neurological assessment
1681
- • DNA testing
1682
- """,
1683
- "source": "AKC Health Database, 2024"
1684
- },
1685
-
1686
- "Komondor": {
1687
- "health_notes": """
1688
- Common breed-specific health considerations (Source: AKC):
1689
- • Hip dysplasia
1690
- • Entropion
1691
- • Bloat
1692
- • Skin problems
1693
-
1694
- Recommended health screenings:
1695
- • Hip evaluation
1696
- • Eye examination
1697
- • Regular bloat monitoring
1698
- • Regular coat and skin checks
1699
- """,
1700
- "source": "AKC Health Database, 2024"
1701
- },
1702
-
1703
- "Kuvasz": {
1704
- "health_notes": """
1705
- Common breed-specific health considerations (Source: AKC):
1706
- • Hip dysplasia
1707
- • Osteochondritis dissecans
1708
- • Von Willebrand's disease
1709
- • Progressive retinal atrophy
1710
-
1711
- Recommended health screenings:
1712
- • Hip evaluation
1713
- • Joint assessment
1714
- • Blood clotting tests
1715
- • Eye examination
1716
- """,
1717
- "source": "AKC Health Database, 2024"
1718
- },
1719
-
1720
- "Malamute": {
1721
- "health_notes": """
1722
- Common breed-specific health considerations (Source: AKC):
1723
- • Hip dysplasia
1724
- • Inherited polyneuropathy
1725
- • Chondrodysplasia
1726
- • Day blindness
1727
-
1728
- Recommended health screenings:
1729
- • Hip evaluation
1730
- • Neurological assessment
1731
- • DNA testing
1732
- • Eye examination
1733
- """,
1734
- "source": "AKC Health Database, 2024"
1735
- },
1736
-
1737
- "Malinois": {
1738
- "health_notes": """
1739
- Common breed-specific health considerations (Source: AKC):
1740
- • Hip dysplasia
1741
- • Progressive retinal atrophy
1742
- • Hemangiosarcoma
1743
- • Pannus
1744
-
1745
- Recommended health screenings:
1746
- • Hip evaluation
1747
- • Eye examination
1748
- • Regular cancer screening
1749
- • Regular eye pressure checks
1750
- """,
1751
- "source": "AKC Health Database, 2024"
1752
- },
1753
-
1754
- "Miniature_Pinscher": {
1755
- "health_notes": """
1756
- Common breed-specific health considerations (Source: AKC):
1757
- • Patellar luxation
1758
- • Legg-Calve-Perthes disease
1759
- • Progressive retinal atrophy
1760
- • Heart defects
1761
-
1762
- Recommended health screenings:
1763
- • Patella evaluation
1764
- • Hip and leg examination
1765
- • Eye examination
1766
- • Cardiac assessment
1767
- """,
1768
- "source": "AKC Health Database, 2024"
1769
- },
1770
-
1771
- "Miniature_Poodle": {
1772
- "health_notes": """
1773
- Common breed-specific health considerations (Source: AKC):
1774
- • Progressive retinal atrophy
1775
- • Patellar luxation
1776
- • Epilepsy
1777
- • Legg-Calve-Perthes disease
1778
-
1779
- Recommended health screenings:
1780
- • Eye examination
1781
- • Patella evaluation
1782
- • Neurological assessment
1783
- • Hip and leg examination
1784
- """,
1785
- "source": "AKC Health Database, 2024"
1786
- },
1787
-
1788
- "Miniature_Schnauzer": {
1789
- "health_notes": """
1790
- Common breed-specific health considerations (Source: AKC):
1791
- • Myotonia congenita
1792
- • Urolithiasis
1793
- • Progressive retinal atrophy
1794
- • Cataracts
1795
-
1796
- Recommended health screenings:
1797
- • DNA testing for myotonia
1798
- • Regular urinary screening
1799
- • Eye examination
1800
- • Cardiac assessment
1801
- """,
1802
- "source": "AKC Health Database, 2024"
1803
- },
1804
-
1805
- "Otterhound": {
1806
- "health_notes": """
1807
- Common breed-specific health considerations (Source: AKC):
1808
- • Hip dysplasia
1809
- • Epilepsy
1810
- • Glaucoma
1811
- • Bloat
1812
-
1813
- Recommended health screenings:
1814
- • Hip evaluation
1815
- • Neurological assessment
1816
- • Eye examination
1817
- • Regular bloat monitoring
1818
- """,
1819
- "source": "AKC Health Database, 2024"
1820
- },
1821
-
1822
- "Papillon": {
1823
- "health_notes": """
1824
- Common breed-specific health considerations (Source: AKC):
1825
- • Patellar luxation
1826
- • Progressive retinal atrophy
1827
- • Von Willebrand's disease
1828
- • Open fontanel
1829
-
1830
- Recommended health screenings:
1831
- • Patella evaluation
1832
- • Eye examination
1833
- • Blood clotting tests
1834
- • Skull development monitoring
1835
- """,
1836
- "source": "AKC Health Database, 2024"
1837
- },
1838
-
1839
- "Pug": {
1840
- "health_notes": """
1841
- Common breed-specific health considerations (Source: AKC):
1842
- • Brachycephalic syndrome
1843
- • Pug dog encephalitis
1844
- • Hip dysplasia
1845
- • Patellar luxation
1846
-
1847
- Recommended health screenings:
1848
- • Respiratory assessment
1849
- • Neurological evaluation
1850
- • Hip evaluation
1851
- • Patella evaluation
1852
- """,
1853
- "source": "AKC Health Database, 2024"
1854
- },
1855
-
1856
- "Redbone": {
1857
- "health_notes": """
1858
- Common breed-specific health considerations (Source: AKC):
1859
- • Hip dysplasia
1860
- • Eye problems
1861
- • Ear infections
1862
- • Bloat
1863
-
1864
- Recommended health screenings:
1865
- • Hip evaluation
1866
- • Eye examination
1867
- • Regular ear checks
1868
- • Bloat prevention monitoring
1869
- """,
1870
- "source": "AKC Health Database, 2024"
1871
- },
1872
-
1873
- "Schipperke": {
1874
- "health_notes": """
1875
- Common breed-specific health considerations (Source: AKC):
1876
- • Patellar luxation
1877
- • Progressive retinal atrophy
1878
- • Thyroid problems
1879
- • MPS IIIB
1880
-
1881
- Recommended health screenings:
1882
- • Patella evaluation
1883
- • Eye examination
1884
- • Thyroid testing
1885
- • DNA testing for MPS IIIB
1886
- """,
1887
- "source": "AKC Health Database, 2024"
1888
- },
1889
-
1890
- "Silky_Terrier": {
1891
- "health_notes": """
1892
- Common breed-specific health considerations (Source: AKC):
1893
- • Patellar luxation
1894
- • Progressive retinal atrophy
1895
- • Legg-Calve-Perthes disease
1896
- • Diabetes
1897
-
1898
- Recommended health screenings:
1899
- • Patella evaluation
1900
- • Eye examination
1901
- • Hip and leg examination
1902
- • Regular blood sugar monitoring
1903
- """,
1904
- "source": "AKC Health Database, 2024"
1905
- },
1906
-
1907
- "Soft-Coated_Wheaten_Terrier": {
1908
- "health_notes": """
1909
- Common breed-specific health considerations (Source: AKC):
1910
- • Protein-losing nephropathy
1911
- • Protein-losing enteropathy
1912
- • Addison's disease
1913
- • Renal dysplasia
1914
-
1915
- Recommended health screenings:
1916
- • Regular kidney function tests
1917
- • Regular digestive monitoring
1918
- • Endocrine testing
1919
- • Genetic testing
1920
- """,
1921
- "source": "AKC Health Database, 2024"
1922
- },
1923
-
1924
- "Standard_Poodle": {
1925
- "health_notes": """
1926
- Common breed-specific health considerations (Source: AKC):
1927
- • Hip dysplasia
1928
- • Sebaceous adenitis
1929
- • Bloat
1930
- • Addison's disease
1931
-
1932
- Recommended health screenings:
1933
- • Hip evaluation
1934
- • Skin biopsy
1935
- • Regular bloat monitoring
1936
- • Endocrine testing
1937
- """,
1938
- "source": "AKC Health Database, 2024"
1939
- },
1940
-
1941
- "Standard_Schnauzer": {
1942
- "health_notes": """
1943
- Common breed-specific health considerations (Source: AKC):
1944
- • Hip dysplasia
1945
- • Progressive retinal atrophy
1946
- • Heart disease
1947
- • Urinary stones
1948
-
1949
- Recommended health screenings:
1950
- • Hip evaluation
1951
- • Eye examination
1952
- • Cardiac examination
1953
- • Regular urinary screening
1954
- """,
1955
- "source": "AKC Health Database, 2024"
1956
- },
1957
-
1958
- "Toy_Poodle": {
1959
- "health_notes": """
1960
- Common breed-specific health considerations (Source: AKC):
1961
- • Patellar luxation
1962
- • Progressive retinal atrophy
1963
- • Dental problems
1964
- • Legg-Calve-Perthes disease
1965
-
1966
- Recommended health screenings:
1967
- • Patella evaluation
1968
- • Eye examination
1969
- • Regular dental checks
1970
- • Hip and leg examination
1971
- """,
1972
- "source": "AKC Health Database, 2024"
1973
- },
1974
-
1975
- "Toy_Terrier": {
1976
- "health_notes": """
1977
- Common breed-specific health considerations (Source: AKC):
1978
- • Patellar luxation
1979
- • Primary lens luxation
1980
- • Legg-Calve-Perthes disease
1981
- • Dental problems
1982
-
1983
- Recommended health screenings:
1984
- • Patella evaluation
1985
- • Eye examination
1986
- • Hip and leg examination
1987
- • Regular dental checks
1988
- """,
1989
- "source": "AKC Health Database, 2024"
1990
- },
1991
-
1992
- "Vizsla": {
1993
- "health_notes": """
1994
- Common breed-specific health considerations (Source: AKC):
1995
- • Hip dysplasia
1996
- • Epilepsy
1997
- • Hypothyroidism
1998
- • Progressive retinal atrophy
1999
-
2000
- Recommended health screenings:
2001
- • Hip evaluation
2002
- • Neurological assessment
2003
- • Thyroid testing
2004
- • Eye examination
2005
- """,
2006
- "source": "AKC Health Database, 2024"
2007
- },
2008
-
2009
- "Whippet": {
2010
- "health_notes": """
2011
- Common breed-specific health considerations (Source: AKC):
2012
- • Cardiac problems
2013
- • Eye defects
2014
- • Deafness
2015
- • Von Willebrand's disease
2016
-
2017
- Recommended health screenings:
2018
- • Cardiac examination
2019
- • Eye examination
2020
- • Hearing tests
2021
- • Blood clotting tests
2022
- """,
2023
- "source": "AKC Health Database, 2024"
2024
- },
2025
-
2026
- "Wire-Haired_Fox_Terrier": {
2027
- "health_notes": """
2028
- Common breed-specific health considerations (Source: AKC):
2029
- • Patellar luxation
2030
- • Legg-Calve-Perthes disease
2031
- • Cataracts
2032
- • Primary lens luxation
2033
-
2034
- Recommended health screenings:
2035
- • Patella evaluation
2036
- • Hip and leg examination
2037
- • Eye examination
2038
- • Regular dental checks
2039
- """,
2040
- "source": "AKC Health Database, 2024"
2041
- }
2042
- }
2043
-
2044
-
2045
- default_health_note = """
2046
- Common breed health information is being compiled.
2047
- Please consult with veterinarians for specific health advice.
2048
-
2049
- General recommendations:
2050
- • Regular veterinary check-ups
2051
- • Appropriate vaccination schedule
2052
- • Regular exercise and dental care
2053
- • Proper nutrition and weight management
2054
- """