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
103 lines (103 loc) · 3.75 KB
/
default.json
File metadata and controls
103 lines (103 loc) · 3.75 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"detail": {
"pageTitle": "Application for CHAMPVA benefits",
"sectionTitle": "Applicants"
},
"statusHeader": {
"label": "Application status",
"intro": "Here's the latest update on your application."
},
"whatYouNeedToDo": {
"title": "What you need to do",
"emptyState": "You don't need to do anything right now. If there's an update, we'll mail you a letter."
},
"files": {
"simpleLayout": true,
"headerTitle": "Application files",
"description": "If you need to add information or update your documents, you can print a copy of each document and send them by mail or fax.",
"sectionTitle": "Application files",
"introText": "If you need to add information or update your documents, you can print a copy of each document and send them by mail or fax.",
"noteText": "We can only scan 1 side of each document. If any of your documents are double-sided, you'll need to include copies of each side of those documents.",
"options": {
"mail": {
"title": "Option 1: By mail",
"description": "Mail copies of your documents to this address:",
"addressLines": [
"VHA Office of Community Care",
"CHAMPVA Eligibility",
"PO Box 137",
"Spring City, PA 19475"
]
},
"fax": {
"title": "Option 2: By fax",
"description": "Fax your documents to 1-303-331-7809."
}
},
"confirmation": {
"title": "How to confirm we've received your documents",
"description": "To confirm we've received documents you submitted by mail or fax, call us at 800-733-8387 (TTY: 711). We're here Monday through Friday, 8:00 a.m. to 7:30 p.m. ET."
}
},
"help": {
"phone": "8007338387",
"tty": "711",
"hours": "Monday through Friday, 8:00 a.m. to 7:30 p.m. ET.",
"intro": "If you have questions about your CHAMPVA application, call us"
},
"overview": {
"title": "Overview of the application process",
"description": "Track where you are in the application process for CHAMPVA benefits. And learn what to expect at each step.",
"currentStepPrefix": "Your application moved to this step on",
"steps": [
{
"phase": 1,
"header": "Step 1: Application received",
"description": "We received your application.",
"details": [
"If we need more information, we'll mail you a letter."
],
"linkText": "Learn more about what to do after you apply for CHAMPVA benefits",
"linkUrl": "https://www.va.gov/health-care/family-caregiver-benefits/champva/"
},
{
"phase": 2,
"header": "Step 2: Application decided",
"description": "We made a decision on your application.",
"details": [
"We'll send you a decision letter for each applicant by mail. They should arrive within 7 to 10 business days."
]
}
],
"currentStepByStatus": {
"pending": 1,
"vbms": 2,
"error": 2
}
},
"listCard": {
"title": "Application for CHAMPVA benefits",
"receivedLabel": "Received on",
"lastUpdatedPrefix": "Last updated:"
},
"whatWeAreDoing": {
"title": "What we're doing",
"linkText": {
"status": "Learn more about this step"
},
"statusMap": {
"pending": {
"title": "Step 1 of 2: Application received",
"description": "We received your application. If we need more information, we'll mail you a letter."
},
"vbms": {
"title": "Step 2 of 2: Application completed",
"description": "We completed processing your application."
},
"error": {
"title": "Step 2 of 2: Additional review needed",
"description": "We need additional review before we can complete your application."
}
}
}
}