[613] | 1 | DVBCHECK ;ALB/GTS-557/THM-HEMATOLOGICAL, NOT ELSEWHERE CLASSIFIED ; 5/8/90 11:12 AM
|
---|
| 2 | ;;2.7;AMIE;;Apr 10, 1995
|
---|
| 3 | EN S DVBAX="For HEMATOLOGICAL, NOT ELSEWHERE CLASSIFIED"
|
---|
| 4 | S PG=1 D:'$D(IOF) SETIOF W:(IOST?1"C-".E) @IOF
|
---|
| 5 | W !?22,"Compensation and Pension Examination",!?33,"# 0810 Worksheet",!,?(IOM-$L(DVBAX)\2),DVBAX,!!
|
---|
| 6 | W "Name: ",NAME,?45,"SSN: ",SSN,!,?45,"C-number: ",CNUM,!,"Date of exam: ____________________",!!,"Place of exam: ___________________",!!,"Type of Exam: HEMATOLOGICAL, NOT ELSEWHERE CLASSIFIED",!!
|
---|
| 7 | W "Physician's Guide Reference: None",!!,"Narrative:",!!
|
---|
| 8 | F I=0:1 S LY=$T(TXT+I) Q:LY["END" W $P(LY,";;",2),! I $Y>55 D HD2
|
---|
| 9 | K I,LY,DVBAX Q
|
---|
| 10 | ;
|
---|
| 11 | TXT ;;This exam is to handle the balance of currently recognized hematological
|
---|
| 12 | ;;disorders and to allow for new disorders not yet classified for V.A.
|
---|
| 13 | ;;compensation evaluations. The severity of a condition is based upon the
|
---|
| 14 | ;;residual disability. If there is a disease process that affects multiple
|
---|
| 15 | ;;systems or extremeties, please evaluate each separately.
|
---|
| 16 | ;;
|
---|
| 17 | ;;
|
---|
| 18 | ;;
|
---|
| 19 | ;;
|
---|
| 20 | ;;A. Medical history (W/P):
|
---|
| 21 | ;;
|
---|
| 22 | ;;
|
---|
| 23 | ;;
|
---|
| 24 | ;;
|
---|
| 25 | ;;
|
---|
| 26 | ;;
|
---|
| 27 | ;;
|
---|
| 28 | ;;
|
---|
| 29 | ;;
|
---|
| 30 | ;;
|
---|
| 31 | ;;
|
---|
| 32 | ;;B. Subjective findings (W/P):
|
---|
| 33 | ;;
|
---|
| 34 | ;;
|
---|
| 35 | ;;
|
---|
| 36 | ;;
|
---|
| 37 | ;;
|
---|
| 38 | ;;
|
---|
| 39 | ;;
|
---|
| 40 | ;;
|
---|
| 41 | ;;
|
---|
| 42 | ;;
|
---|
| 43 | ;;C. Objective findings (W/P):
|
---|
| 44 | ;;
|
---|
| 45 | ;;
|
---|
| 46 | ;;
|
---|
| 47 | ;;
|
---|
| 48 | ;;
|
---|
| 49 | ;;
|
---|
| 50 | ;;
|
---|
| 51 | ;;
|
---|
| 52 | ;;
|
---|
| 53 | ;;
|
---|
| 54 | ;;D. Evaluation information for the rating board:
|
---|
| 55 | ;;
|
---|
| 56 | ;;
|
---|
| 57 | ;; 1) State how the residual disability affects the earning capacity of the
|
---|
| 58 | ;; Veteran in job performance.
|
---|
| 59 | ;;
|
---|
| 60 | ;;
|
---|
| 61 | ;;
|
---|
| 62 | ;;
|
---|
| 63 | ;;
|
---|
| 64 | ;;
|
---|
| 65 | ;;
|
---|
| 66 | ;; 2) State how the residual disability affects normal everyday activities.
|
---|
| 67 | ;;
|
---|
| 68 | ;;
|
---|
| 69 | ;;
|
---|
| 70 | ;;
|
---|
| 71 | ;;
|
---|
| 72 | ;;
|
---|
| 73 | ;;
|
---|
| 74 | ;; 3) State if the disability has constant activity or give any periods
|
---|
| 75 | ;; of remission during the year.
|
---|
| 76 | ;;
|
---|
| 77 | ;;
|
---|
| 78 | ;;
|
---|
| 79 | ;;
|
---|
| 80 | ;;
|
---|
| 81 | ;;
|
---|
| 82 | ;;
|
---|
| 83 | ;; 4) If there are acute exacerbations, state the effect on everyday
|
---|
| 84 | ;; life.
|
---|
| 85 | ;;
|
---|
| 86 | ;;
|
---|
| 87 | ;;
|
---|
| 88 | ;;
|
---|
| 89 | ;;
|
---|
| 90 | ;;
|
---|
| 91 | ;;
|
---|
| 92 | ;;
|
---|
| 93 | ;;E. Diagnosis (W/P):
|
---|
| 94 | ;;
|
---|
| 95 | ;;
|
---|
| 96 | ;;
|
---|
| 97 | ;;
|
---|
| 98 | ;;
|
---|
| 99 | ;;
|
---|
| 100 | ;;
|
---|
| 101 | ;;
|
---|
| 102 | ;;
|
---|
| 103 | ;;F. Diagnostic tests (Lab,X-Ray, etc) (W/P):
|
---|
| 104 | ;;
|
---|
| 105 | ;;
|
---|
| 106 | ;;
|
---|
| 107 | ;;
|
---|
| 108 | ;;
|
---|
| 109 | ;;
|
---|
| 110 | ;;
|
---|
| 111 | ;;
|
---|
| 112 | ;;
|
---|
| 113 | ;;
|
---|
| 114 | ;; Signature: ______________________________
|
---|
| 115 | ;;
|
---|
| 116 | ;; Date: _________________________
|
---|
| 117 | ;;END
|
---|
| 118 | Q
|
---|
| 119 | ;
|
---|
| 120 | HD2 S PG=PG+1 W @IOF,!,"Page: ",PG,!!,"Compensation and Pension Exam for "_NAME,!
|
---|
| 121 | W "For HEMATOLOGICAL, NOT ELSEWHERE CLASSIFIED",!!!
|
---|
| 122 | Q
|
---|
| 123 | ;
|
---|
| 124 | SETIOF ; ** Set device control var's
|
---|
| 125 | D HOME^%ZIS
|
---|
| 126 | Q
|
---|