This repository is currently being migrated. It's locked while the migration is in progress.
-
Notifications
You must be signed in to change notification settings - Fork 94
Expand file tree
/
Copy pathdefault.json
More file actions
82 lines (82 loc) · 3.67 KB
/
default.json
File metadata and controls
82 lines (82 loc) · 3.67 KB
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
{
"detail": {
"sectionTitle": "What you've claimed"
},
"statusHeader": {
"label": "Claim status",
"intro": "Here's the latest information on your claim."
},
"whatYouNeedToDo": {
"title": "What you need to do",
"emptyState": "There's nothing we need from you right now. We'll let you know when there's an update."
},
"help": {
"phone": "8008271000",
"tty": "711",
"hours": "Monday through Friday, 8:00 a.m. to 9:00 p.m. ET.",
"intro": "Call us"
},
"whatWeAreDoing": {
"title": "What we're doing",
"linkText": {
"phaseType": "Learn more about this step",
"status": "Learn more about the review process"
},
"phaseTypeMap": {
"CLAIM_RECEIVED": {
"title": "Step 1 of 8: Claim received",
"description": "We received your claim in our system."
},
"UNDER_REVIEW": {
"title": "Step 2 of 8: Initial review",
"description": "We're checking your claim for basic information, like your name and Social Security number. If information is missing, we'll contact you."
},
"GATHERING_OF_EVIDENCE": {
"title": "Step 3 of 8: Evidence gathering",
"description": "We're reviewing your claim to make sure we have all the evidence and information we need. If we need anything else, we'll contact you."
},
"REVIEW_OF_EVIDENCE": {
"title": "Step 4 of 8: Evidence review",
"description": "We're reviewing all the evidence for your claim. If we need more evidence or you submit more evidence, your claim will go back to Step 3: Evidence gathering."
},
"PREPARATION_FOR_DECISION": {
"title": "Step 5 of 8: Rating",
"description": "We're deciding your claim and determining your disability rating. If we need more evidence or you submit more evidence, your claim will go back to Step 3: Evidence gathering."
},
"PENDING_DECISION_APPROVAL": {
"title": "Step 6 of 8: Preparing decision letter",
"description": "We're preparing your decision letter. If we need more evidence or you submit more evidence, your claim will go back to Step 3: Evidence gathering."
},
"PREPARATION_FOR_NOTIFICATION": {
"title": "Step 7 of 8: Final review",
"description": "A senior reviewer is doing a final review of your claim and the decision letter."
},
"COMPLETE": {
"title": "Step 8 of 8: Claim decided",
"description": "You can view and download your decision letter. We also sent you a copy by mail."
}
},
"statusMap": {
"CLAIM_RECEIVED": {
"title": "Step 1 of 5: Claim received",
"description": "We received your claim. We haven't assigned the claim to a reviewer yet."
},
"INITIAL_REVIEW": {
"title": "Step 2 of 5: Initial review",
"description": "We assigned your claim to a reviewer. The reviewer will determine if we need any more information from you."
},
"EVIDENCE_GATHERING_REVIEW_DECISION": {
"title": "Step 3 of 5: Evidence gathering, review, and decision",
"description": "We're getting evidence from you, your health care providers, government agencies, and other sources. We'll review the evidence and make a decision."
},
"PREPARATION_FOR_NOTIFICATION": {
"title": "Step 4 of 5: Preparation for notification",
"description": "We've made a decision on your claim. We're getting your decision letter ready to mail to you."
},
"COMPLETE": {
"title": "Step 5 of 5: Closed",
"description": "We've made a decision about your claim. If available, you can view your decision letter. We'll also send you your letter by U.S. mail."
}
}
}
}