-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path13-TB.Rmd
238 lines (174 loc) · 7.33 KB
/
13-TB.Rmd
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
---
editor_options:
markdown:
wrap: 72
---
\blandscape
# TB
## TB: TB_STAT (D)
**TB_STAT (D):** Total number of new and relapsed TB cases, during the
reporting period.
```{r echo=FALSE, results='asis'}
sheet_name <- "TB"
section <- "TB_STAT (D)"
columns <- col_seq("F", "H")
data <- prepare_table_data(sheet_name, columns)
for (t in table_seq(data)) {
make_table(t, section)
}
```
### DATIM Import
The following data points will be imported into DATIM from this section:
- **TB_STAT (D) (FY25)** $TB\_STAT.D.T$
### Instructions
1. For historical context, review FY23 targets for TB_STAT (D),
including in the Target Setting Tool reflective of data reported in DATIM.
2. Review and adjust the Estimated Change in Incidence to reflect most
reliable projections of TB trends into FY24. This value defaults to
0%, though this should not be interpreted as a suggested
epidemiological estimate. If the incidence of TB is expected to
remain unchanged from FY23, this value should remain at 0%; if the
incidence is expected to double, the cell should read "100%".
3. Review FY24 Targets for TB_STAT (D) and return to step 2 to adjust
driving assumptions as necessary. In the case services are planned
in FY24 where these were not provided in FY23, you may manually
enter FY24 targets in this column.
## TB: TB_STAT (N)
**TB_STAT (N):** Number of new and relapsed TB cases with documented HIV
status, during the reporting period.
```{r echo=FALSE, results='asis'}
sheet_name <- "TB"
section <- "TB_STAT (N)"
columns <- col_seq("I", "Q")
data <- prepare_table_data(sheet_name, columns)
for (t in table_seq(data, max_col = 4)) {
make_table(t, section)
}
```
### DATIM Import
The following data points will be imported into DATIM from this section:
- **Known HIV Status, Positive (FY25)** $TB\_STAT.N.KnownPos.T$
- **Newly Tested, Positive (FY25)** $TB\_STAT.N.New.Pos.T$
- **Newly Tested, Negative (FY25)** $TB\_STAT.N.New.Neg.T$
### Instructions
1. Review historic data for TB_STAT (N): New Positives from FY23
Targets for context.
2. Review and adjust Targeted TB_STAT Coverage. This defaults to 100%,
reflecting that 100% of new and relapsed TB cases know their HIV
status, but this rate can be adjusted as needed. Red highlights
indicate percentages over 100%; yellow highlights indicate
percentages under 100%.
3. Review FY22 Results for (a) Estimated % TB clients with already
Known HIV Positive status, and (b) Estimated Positivity Rate among
Newly Tested TB clients.
4. Review FY24 projections for (a) Estimated % TB clients with already
Known HIV Positive status, and (b) Estimated Positivity Rate among
Newly Tested TB clients. These data default to remain static from
FY22 results trends, but can be adjusted as necessary. Red
highlights indicate percentages over 100%; yellow highlights
indicate percentages different from FY22 results.
5. Review modeled targets for Total TB_STAT (N), Known HIV Status,
Positive, Newly Tested, Positive, and Newly Tested, Negative, and
return to steps 1-4 to adjust driving assumptions as needed. See
below for additional information.
### Total TB_STAT (N)
Total TB_STAT (N) targets are modeled as follows, rounding to the
nearest integer:
$$
{TB\_ STAT.N}_{t}\ = \ {TB\_ STAT.D}_{t}\ \times \ {Targeted\ TB\_ STAT\ Coverage}_{t}
$$
### Known HIV Status, Positive
Known HIV Status, Positive targets are modeled as follows, rounding to
the nearest integer:
$$
{TB\_ STAT.N.KnownPos}_{t}\ = \ {TB\_ STAT.N}_{t}\ \times \\
{Estimated\ \%\ TB\ clients\ already\ Known\ HIV\ Positive}_{t}
$$
### Newly Tested
Targets for TB_STAT (N): Newly Tested, Positive are modeled as follows,
rounding to the nearest integer:
$$
{TB\_ STAT.N.New.Pos}_{t}\ = \ ({TB\_ STAT.N}_{t}\ - \ {TB\_ STAT.N.KnownPos}_{t})\ \times \\
\text{Estimated Positivity Rate among Newly Tested}_{t}
$$
Based on these and targets for Known HIV Status, Positive, targets for
Newly Tested, Negative are modeled as a remainder, as follows:
$$
{TB\_ STAT.N.New.Neg}_{t}\ = \ {TB\_ STAT.N}_{t}\ - \ {TB\_ STAT.N.KnownPos}_{t}\ - \\
{TB\_ STAT.N.New.Pos}_{t}
$$
**\
**
## TB_STAT_ART: TB_ART
**TB_ART:** Proportion of HIV-positive new and relapsed TB cases on ART
during TB treatment.
```{r echo=FALSE, results='asis'}
sheet_name <- "TB"
section <- "TB_ART"
columns <- col_seq("R", "T")
data <- prepare_table_data(sheet_name, columns)
for (t in table_seq(data)) {
make_table(t, section)
}
```
### DATIM Import
The following data points will be imported into DATIM from this section:
- **Already on ART (FY25)** $TB\_ART.Already.T$
- **New on ART (FY25)** $TB\_ART.New.T$
### Instructions
1. Review Targeted ART Linkage Rate for linkage between TB_STAT (N)
Newly Tested, Positive and TB_ART New on ART. This rate is locked in
step with ART Linkage Rates set on the Cascade Tab, which default to
95%; return to that tab to adjust this rate, though note that this
will alter linkage rates across all modalities.
2. Review modeled targets for Already on ART and New on ART, returning
to the previous sections for TB_STAT (D) and TB_STAT (N) to adjust
driving assumptions.
### Already on ART
For the purposes of COP21 target setting in the Target Setting Tool, FY24 targets
for TB_ART Already on ART are set assuming that 100% of those TB clients
with already known HIV positive status are already on ART. In other
words, the following holds true in the Target Setting Tool:
$$
{TB\_ ART.Already}_{t}\ = \ {TB\_ STAT.N.KnownPos}_{t}
$$
### New on ART
FY24 Targets for TB_ART New on ART are based largely on TB_STAT Newly
Identified HIV positive TB clients as follows, rounding to the nearest
integer:
$$
{TB\_ ART.New}_{t}\ = \ {TB\_ STAT.N.New.Pos}_{t}\ \times \ \text{Targeted ART Linkage Rate}_{t}
$$
## TB: Testing Rationalization
```{r echo=FALSE, results='asis'}
sheet_name <- "TB"
section <- "Testing Rationalization"
columns <- col_seq("U", "Z")
data <- prepare_table_data(sheet_name, columns)
for (t in table_seq(data, max_col = 4)) {
make_table(t, section)
}
```
### DATIM Import
No data from this section will be imported into DATIM.
### Instructions
1. Use this section of the TB tab to analyze how TB_STAT Newly Tested,
Positives fit within the context of an overall testing strategy. In
particular, consider how this modality contributes to total
HTS_TST_POS in relation to HTS_INDEX, PMTCT_STAT, Post ANC1 testing,
VMMC_CIRC, and all other HTS modalities.
2. Review any cases where this section is highlighted red, indicating
over- or under-allocation of HTS_TST_POS targets across contributing
modalities. While these allocation issues may be more the result of
a different modality(ies), analysis of these to confirm no
adjustments to TB_STAT are warranted may prevent issues and
additional work in other sections of the Target Setting Tool.
3. Return to other tabs of the Target Setting Tool where issues flagged in this
section require adjustment of either total HTS_TST_POS targets, or
targets via other modalities. Similar Testing Rationalization
sections can be also found in each of these other tabs of the
Target Setting Tool. You may also use hyperlinks in column headers in this
section to quickly navigate to the most relevant section of the
Target Setting Tool.
\elandscape
\newpage