Skip to content

ReportHIVByAgeAndGender

The age- and gender-stratified HIV report (ReportHIVByAgeAndGender.csv) provides a detailed set of HIV-related statistics, with numerous ways to customize and stratify the output. The report format facilitates further analysis using a pivot table.

Some results, such as population size or number infected, are reported as single "snapshots" at the end of the reporting period. Other values, such as deaths or new infections, are aggregated for the entire reporting period. Further information on the output data types can be seen in the Output file data section.

See the Configuration section, below, for customization options and instructions.

Configuration

To generate this report, the following parameters must be configured in the config.json file:

Parameter Data type Min Max Default Description
Report_HIV_ByAgeAndGender boolean NA NA 0 Set to 1 to generate the report.
Report_HIV_ByAgeAndGender_Start_Year float 1900 2200 1900 The simulation time in years to start collecting data.
Report_HIV_ByAgeAndGender_Stop_Year float 1900 2200 2200 The simulation time in years to stop collecting data.
Report_HIV_ByAgeAndGender_Collect_Gender_Data boolean NA NA 0 When set to 1, the output report will be stratified by gender.
Report_HIV_ByAgeAndGender_Collect_Age_Bins_Data array of floats -3.40282e+38 3.40282e+38 [] A list of bins used to stratify the report by age. Each value defines the minimum value (inclusive) of that bin, while the next value defines the maximum value (exclusive) of the bin. The values cannot be equal and must be listed in ascending order. Leave the array empty to not stratify the report by age. The maximum number of age bins is 100.
Report_HIV_ByAgeAndGender_Collect_Circumcision_Data boolean NA NA 0 When set to 1, the IsCircumcised column is included in the output report. The report data will by stratified by those who do or do not have the MaleCircumcision intervention. Note: setting this to 1 doubles the number of rows in the output report.
Report_HIV_ByAgeAndGender_Collect_HIV_Data boolean NA NA 0 When set to 1, the HasHIV column is included in the output report. The report data will stratified by those who do or do not have HIV. Cannot be used with Report_HIV_ByAgeAndGender_Collect_HIV_Stage_Data. Note: setting this to 1 doubles the number of rows in the output report.
Report_HIV_ByAgeAndGender_Collect_HIV_Stage_Data boolean NA NA 0 When set to 1, the HIV_Stage column is included in the output report. The report data will be stratified by HIV Infection Stage (NOT_INFECTED, ACUTE, LATENT, AIDS, ON_ART). Cannot be used with Report_HIV_ByAgeAndGender_Collect_HIV_Data or Report_HIV_ByAgeAndGender_Collect_On_Art_Data.
Report_HIV_ByAgeAndGender_Collect_On_Art_Data boolean NA NA 0 When set to 1, the On_Art_Dim column is included in the output report. The report data will be stratified by those individuals who are on ART and those who are not. Cannot be used with Report_HIV_ByAgeAndGender_Collect_HIV_Stage_Data. Note: setting this to 1 doubles the number of rows in the output report.
Report_HIV_ByAgeAndGender_Collect_IP_Data array of strings NA NA [] A list of individual property (IP) keys used to stratify the report. A column will be added to the report for each IP listed. Specify the IP values by adding an IndividualProperties parameter in the demographics file. See Individual and node properties for details on setting individual properties. Note: each IP key included here will also increase the number of rows in the report by several fold (once for each possible IP Key:Value pair).
Report_HIV_ByAgeAndGender_Collect_Intervention_Data array of strings NA NA [] A list of interventions used to stratify the report. This allows for reporting on a subset (or all) of the interventions that an individual has been on, of those listed in the Intervention_Name campaign parameter. Note: this can only be used with interventions that remain with an individual for a period of time, such as VMMC, vaccine/PrEP, or those with a delay state in the cascade of care. See Individual-level interventions for a list of possible interventions.
Report_HIV_ByAgeAndGender_Collect_Targeting_Config_Data array of JSON objects NA NA [] Stratifies the population by adding a column of 0s and 1s indicating whether each individual qualifies based on the Targeting_Config class specified. There will be one column (MeetsTargetingConfig_X) for each entry in the array. The order of the targeting configs in the array determines the order of the columns in the report. See Targeting_Config classes for possible values.
Report_HIV_ByAgeAndGender_Add_Transmitters boolean NA NA 0 When set to 1, the Transmitters column is included in the output report. For a given row, this value indicates how many individuals that have transmitted the disease meet the specifications of that row.
Report_HIV_ByAgeAndGender_Stratify_Infected_By_CD4 boolean NA NA 0 When set to 1, the number of infected individuals will be segregated into four columns based on CD4 count. When set to 0, the number of infected individuals are aggregated into one column regardless of CD4 count. Note: this creates additional polling columns, not more stratification rows.
Report_HIV_ByAgeAndGender_Has_Intervention_With_Name string NA NA "" This parameter is being deprecated. Use Report_HIV_ByAgeAndGender_Collect_Intervention_Data instead. If an intervention is listed for this parameter, one column will be added to the report, indicating how many individuals in the row have the intervention. See Individual-level interventions for possible intervention values. Note: this only works for interventions that remain with an individual for a period of time, such as VMMC, vaccine/PrEP, or those with a delay state in the cascade of care.
Report_HIV_ByAgeAndGender_Event_Counter_List array of strings NA NA [] A list of events used to stratify the report. A column will be added to the report for each event listed, showing the number of times the event occurred during the reporting period. To be counted, the individual must qualify for the row stratification at the time the event occurred, not necessarily at the end of the reporting period. See Event list for possible event values.
Report_HIV_ByAgeAndGender_Add_Relationships boolean NA NA 0 When set to 1, the report will contain data on the population currently in a relationship and ever in a relationship for each relationship type (TRANSITORY, INFORMAL, MARITAL, and COMMERCIAL), eight columns total. Additionally, columns containing a sum of individuals in two or more partnerships (Has Concurrent Partners) and a sum of the lifetime number of relationships (Lifetime Partners) will be included.
Report_HIV_ByAgeAndGender_Add_Concordant_Relationships boolean NA NA 0 When set to 1, a Concordant column for each relationship type (TRANSITORY, INFORMAL, MARITAL, and COMMERCIAL) is included in the output report. These contain totals for each relationship of each type where both partners have the same HIV status.
Report_HIV_ByAgeAndGender_Use_Old_Format boolean NA NA 0 When set to 1, enables a legacy data collection behavior where data collection is offset by one time step: the first entry includes an extra time step and subsequent entries occur at half the Report_HIV_Period but remain offset. This is superseded functionality that exists only for backward compatibility with analyses built on the old behavior; it should not be used for new work. When set to 0 (default), data is collected as expected — every half of the Report_HIV_Period with no offset.
{
        "Report_HIV_ByAgeAndGender": 1,
        "Report_HIV_ByAgeAndGender_Start_Year": 2000,
        "Report_HIV_ByAgeAndGender_Stop_Year": 2050,
        "Report_HIV_ByAgeAndGender_Collect_Age_Bins_Data": [ 15, 20, 25, 30, 35, 40, 125 ],
        "Report_HIV_ByAgeAndGender_Collect_Circumcision_Data": 0,
        "Report_HIV_ByAgeAndGender_Collect_Gender_Data": 1,
        "Report_HIV_ByAgeAndGender_Collect_HIV_Data": 1,
        "Report_HIV_ByAgeAndGender_Collect_HIV_Stage_Data": 0,
        "Report_HIV_ByAgeAndGender_Collect_IP_Data": ["InterventionStatus"],
        "Report_HIV_ByAgeAndGender_Collect_Intervention_Data": ["PrEP"],
        "Report_HIV_ByAgeAndGender_Collect_On_Art_Data": 1,
        "Report_HIV_ByAgeAndGender_Event_Counter_List": ["TestedNegative"],
        "Report_HIV_ByAgeAndGender_Has_Intervention_With_Name": "",
        "Report_HIV_ByAgeAndGender_Stratify_Infected_By_CD4": 1,
        "Report_HIV_ByAgeAndGender_Add_Concordant_Relationships": 1,
        "Report_HIV_ByAgeAndGender_Add_Relationships": 0,
        "Report_HIV_ByAgeAndGender_Add_Transmitters": 0,
}

Output file data

The output report has three types of columns: stratification, polling, and period. The Stratification columns have a predetermined value such as true (1) or false (0). The individuals in the row must have this attribute to be included. The Polling columns are those that count statistics as a snapshot at the end of the reporting period. That is, if HIV_Reporting_Period is set to 360, then at the end of every 180 days, the report will take a survey/poll to count statistics on the population. The data reflects the counts for that specific day. By contrast, the Period columns will contain counts for the entire reporting period, stratified into the rows the individuals qualify for when the count occurs. It is possible that an individual qualifies for one stratification when the count occurs, and another when the polling is done.

Data columns of each type are as follows.

Stratification columns

Data channel Data type Description
Year float The year at the end of the semiannual interval being recorded. For example, 1980.5 means that the counts in this row were aggregated over the first half of 1980, reported as a snapshot in the middle of the year 1980.
NodeId integer The numerical identifier of the node as defined in the demographics. See Demographics parameters for details on configuring the NodeID values.
Gender boolean The gender of the individual. 0 indicates male, 1 indicates female.
Age float The age of the individual, as configured by the Report_HIV_ByAgeAndGender_Collect_Age_Bins_Data parameter.
IP_Key:<IP_Key> string For each IP key in the Report_HIV_ByAgeAndGender_Collect_IP_Data list, there will be a corresponding IP_Key column in the report. The individuals counted in that row will have that value for that key. See the Configuration section, above, for details on setting the Report_HIV_ByAgeAndGender_Collect_IP_Data values.
HasIntervention:<Intervention> string For each intervention name in the Report_HIV_ByAgeAndGender_Collect_Intervention_Data list, there will be a corresponding HasIntervention column in the report. Columns values will be 0 and 1, where 0 indicates that all individuals in that row do not have the intervention, and 1 indicates that they do. Note: The intervention names in the list are not checked for accuracy; errors will result in all zeros being returned for that column. Verify that each intervention name listed in this parameter is defined in the campaign file via the Intervention_Name parameter. The default of the Intervention_Name parameter is the class name of the intervention. See the Configuration section, above, for additional details on setting the Report_HIV_ByAgeAndGender_Collect_Intervention_Data values.
IsCircumcised integer If the Report_HIV_ByAgeAndGender_Collect_Circumcision_Data parameter is set to 1, then this column will be added to the report. The column values will be 0 or 1, where 0 indicates that all individuals in the row have not been circumcised, and 1 indicates that they have been.
HasHIV integer If the Report_HIV_ByAgeAndGender_Collect_HIV_Data parameter is set to 1, then this column will be added to the report. The column values will be 0 or 1, where 0 indicates that all individuals in that row are not infected with HIV, and 1 indicates they are.
HIV_Stage enum If the Report_HIV_ByAgeAndGender_Collect_HIV_Stage_Data parameter is set to 1, then this column will be added to the report. The values of the column will be NOT_INFECTED, ACUTE, LATENT, AIDS, and ON_ART, indicating the HIV stage of all individuals in that row.
On_Art_Dim integer If the Report_HIV_ByAgeAndGender_Collect_On_Art_Data parameter is set to 1, then this column will be added to the report. The values will be 0 or 1, where 0 indicates that all individuals in the row are not on ART, and 1 indicates they are.
MeetsTargetingConfig_X integer For each entry in Report_HIV_ByAgeAndGender_Collect_Targeting_Config_Data, a corresponding column is added to the report. The values will be 0 or 1, where 0 indicates that all individuals in the row do not qualify based on the targeting config, and 1 indicates they do. X is the zero-based index of the targeting config in the array.

Polling columns

Data channel Data type Description
Population float The total number of individuals that qualify for the stratification defined by the stratifying columns.
Infected float The number of HIV-infected individuals that qualify for the stratification defined by the stratifying columns.
On_ART float The number of individuals receiving ART that qualify for the stratification defined by the stratifying columns.
Tested Past Year or On_ART float The number of individuals receiving ART or having tested in the past year that qualify for the stratification defined by the stratifying columns.
Tested Ever float The number of individuals having ever been tested for HIV that qualify for the stratification defined by the stratifying columns.
Diagnosed float The number of HIV positive individuals. Equal to the number of new HIV positive diagnoses minus the number of individuals who died due to HIV.
Infected CD4 Under 200 (Not On ART) float If the Report_HIV_ByAgeAndGender_Stratify_Infected_By_CD4 parameter is set to 1, then this column will be added to the report. It indicates the number of individuals whose CD4 count is under 200 and who are not on ART.
Infected CD4 200 to 349 (Not On ART) float If the Report_HIV_ByAgeAndGender_Stratify_Infected_By_CD4 parameter is set to 1, then this column will be added to the report. It indicates the number of individuals whose CD4 count is between 200 and 349 and who are not on ART.
Infected CD4 350 to 499 (Not On ART) float If the Report_HIV_ByAgeAndGender_Stratify_Infected_By_CD4 parameter is set to 1, then this column will be added to the report. It indicates the number of individuals whose CD4 count is between 350 and 499 and who are not on ART.
Infected CD4 500 Plus (Not On ART) float If the Report_HIV_ByAgeAndGender_Stratify_Infected_By_CD4 parameter is set to 1, then this column will be added to the report. It indicates the number of individuals whose CD4 count is greater than or equal to 500 and who are not on ART.
HasIntervention(<Intervention>) float This parameter is being deprecated. Use Report_HIV_ByAgeAndGender_Collect_IP_Data instead; see Configuration for details. If a value is set for the Report_HIV_ByAgeAndGender_Has_Intervention_With_Name parameter, this column will be added to the report. It indicates the number of individuals in the row who have the specified intervention. Note: The intervention names in Report_HIV_ByAgeAndGender_Has_Intervention_With_Name are not checked for accuracy; errors will result in all zeros being returned for the column. Verify that the intervention name listed for this parameter is correct.
Currently (TRANSITORY) float If the Report_HIV_ByAgeAndGender_Add_Relationships parameter is set to 1, then this column will be added to the report. It indicates the number of individuals in the row that are in at least one transitory relationship at the end of the reporting period.
Currently (INFORMAL) float If the Report_HIV_ByAgeAndGender_Add_Relationships parameter is set to 1, then this column will be added to the report. It indicates the number of individuals in the row that are in at least one informal relationship at the end of the reporting period.
Currently (MARITAL) float If the Report_HIV_ByAgeAndGender_Add_Relationships parameter is set to 1, then this column will be added to the report. It indicates the number of individuals in the row that are in at least one marital relationship at the end of the reporting period.
Currently (COMMERCIAL) float If the Report_HIV_ByAgeAndGender_Add_Relationships parameter is set to 1, then this column will be added to the report. It indicates the number of individuals in the row that are in at least one commercial relationship at the end of the reporting period.
Ever (TRANSITORY) float If the Report_HIV_ByAgeAndGender_Add_Relationships parameter is set to 1, then this column will be added to the report. It indicates the number of individuals in the row that have had at least one transitory relationship during their lifetime.
Ever (INFORMAL) float If the Report_HIV_ByAgeAndGender_Add_Relationships parameter is set to 1, then this column will be added to the report. It indicates the number of individuals in the row that have had at least one informal relationship during their lifetime.
Ever (MARITAL) float If the Report_HIV_ByAgeAndGender_Add_Relationships parameter is set to 1, then this column will be added to the report. It indicates the number of individuals in the row that have had at least one marital relationship during their lifetime.
Ever (COMMERCIAL) float If the Report_HIV_ByAgeAndGender_Add_Relationships parameter is set to 1, then this column will be added to the report. It indicates the number of individuals in the row that have had at least one commercial relationship during their lifetime.
Has Concurrent Partners float If the Report_HIV_ByAgeAndGender_Add_Relationships parameter is set to 1, then this column will be added to the report. It indicates the number of individuals in the row who are in at least two relationships at the end of the reporting period.
Current Partners float If the Report_HIV_ByAgeAndGender_Add_Relationships parameter is set to 1, then this column will be added to the report. It indicates the number of partners for the individuals that qualify for the row. That is, if an individual qualifies for the row, this column will include the number of partners they have at the end of the reporting period.
Lifetime Partners float If the Report_HIV_ByAgeAndGender_Add_Relationships parameter is set to 1, then this column will be added to the report. It indicates the number of partners ever had by the individuals that qualify for the row. That is, if an individual that qualifies for the row has had 10 different partners during their life time at the end of the reporting period, then their 10 will be added to the value in the column.
Num_TRANSITORY float If the Report_HIV_ByAgeAndGender_Add_Concordant_Relationships parameter is set to 1, then this column will be added to the report. It indicates the total number of transitory relationships at the end of the reporting period for individuals that qualify for the row. If two people are in a transitory relationship with each other and they both qualify for the row, both are counted separately (two total).
Num_INFORMAL float If the Report_HIV_ByAgeAndGender_Add_Concordant_Relationships parameter is set to 1, then this column will be added to the report. It indicates the total number of informal relationships at the end of the reporting period for individuals that qualify for the row. If two people are in an informal relationship with each other and they both qualify for the row, both are counted separately (two total).
Num_MARITAL float If the Report_HIV_ByAgeAndGender_Add_Concordant_Relationships parameter is set to 1, then this column will be added to the report. It indicates the total number of marital relationships at the end of the reporting period for individuals that qualify for the row. If two people are in a marital relationship with each other and they both qualify for the row, both are counted separately (two total).
Num_COMMERCIAL float If the Report_HIV_ByAgeAndGender_Add_Concordant_Relationships parameter is set to 1, then this column will be added to the report. It indicates the total number of commercial relationships at the end of the reporting period for individuals that qualify for the row. If two people are in a commercial relationship with each other and they both qualify for the row, both are counted separately (two total).
Num_Concordant_TRANSITORY float If the Report_HIV_ByAgeAndGender_Add_Concordant_Relationships parameter is set to 1, then this column will be added to the report. It indicates the total number of transitory relationships at the end of the reporting period where both partners have the same HIV status. If the person qualifying for the row is HIV negative and has two relationships—one with partner that is also HIV negative and one with a partner that is HIV positive—only the relationship where they are both HIV negative is counted.
Num_Concordant_INFORMAL float If the Report_HIV_ByAgeAndGender_Add_Concordant_Relationships parameter is set to 1, then this column will be added to the report. It indicates the total number of informal relationships at the end of the reporting period where both partners have the same HIV status. If the person qualifying for the row is HIV negative and has two relationships—one with partner that is also HIV negative and one with a partner that is HIV positive—only the relationship where they are both HIV negative is counted.
Num_Concordant_MARITAL float If the Report_HIV_ByAgeAndGender_Add_Concordant_Relationships parameter is set to 1, then this column will be added to the report. It indicates the total number of marital relationships at the end of the reporting period where both partners have the same HIV status. If the person qualifying for the row is HIV negative and has two relationships—one with partner that is also HIV negative and one with a partner that is HIV positive—only the relationship where they are both HIV negative is counted.
Num_Concordant_COMMERCIAL float If the Report_HIV_ByAgeAndGender_Add_Concordant_Relationships parameter is set to 1, then this column will be added to the report. It indicates the total number of commercial relationships at the end of the reporting period where both partners have the same HIV status. If the person qualifying for the row is HIV negative and has two relationships—one with partner that is also HIV negative and one with a partner that is HIV positive—only the relationship where they are both HIV negative is counted.

Period columns

Data channel Data type Description
Newly Infected float The number of newly infected individuals that qualify for the stratification defined by the stratifying columns, aggregated over the reporting period.
Died float The number of deaths among individuals that qualify for the stratification defined by the stratifying columns, aggregated over the reporting period.
Died_from_HIV float The number of deaths due to HIV (as opposed to background mortality) among individuals that qualify for the stratification defined by the stratifying columns, aggregated over the reporting period.
Newly Tested Positive float The number of positive HIV tests that occurred during the reporting period.
Newly Tested Negative float The number of negative HIV tests that occurred during the reporting period.
Transmitters float If the Report_HIV_ByAgeAndGender_Add_Transmitters parameter is set to 1, then this column will be added to the report. It indicates the total number of the individuals qualifying for that row who transmitted HIV during this reporting period. This may not add up to the number of new infections in the reporting period if any of the new infections were due to the OutbreakIndividual intervention or maternal transmission.
<Event Name> float If the Report_HIV_ByAgeAndGender_Event_Counter_List parameter has event names specified, there will be one column for each individual event name. The values in the column will be the count of the events that occurred during the reporting period for individuals qualifying for that row. For example, if the rows were stratified by HasHIV and the person was uninfected when the event occurred they would be counted in the HasHIV=0 row. However, if at the end of the reporting period the person had become infected, they would counted in the HasHIV=1 row.

Example

The following is an example of a ReportHIVByAgeAndGender.csv report:

Year NodeId Gender IP_Key:Adherence HasIntervention:STIBarrier_NoCondoms IsCircumcised HIV_Stage Age Population Infected CD4 Under 200 (Not On ART) Infected CD4 200 To 349 (Not On ART) Infected CD4 350 To 499 (Not On ART) Infected CD4 500 Plus (Not On ART) Infected Newly Infected On_ART Died Died_from_HIV Tested Past Year or On_ART Tested Ever Diagnosed Newly Tested Positive Newly Tested Negative Transmitters HasIntervention(CoitalActRiskFactors_MoreLikelyToTransmit) EnteredRelationship ExitedRelationship Currently (TRANSITORY) Currently (INFORMAL) Currently (MARITAL) Currently (COMMERCIAL) Ever (TRANSITORY) Ever (INFORMAL) Ever (MARITAL) Ever (COMMERCIAL) Has Concurrent Partners Current Partners Lifetime Partners Num_TRANSITORY Num_INFORMAL Num_MARITAL Num_COMMERCIAL Num_Concordant_TRANSITORY Num_Concordant_INFORMAL Num_Concordant_MARITAL Num_Concordant_COMMERCIAL
1963.37 1 0 LOW 0 0 NOT_INFECTED 15 911 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 27 35 337 450 18 0 607 574 19 0 322 1059 2424 432 609 18 0 392 568 18 0
1963.37 1 0 LOW 0 0 NOT_INFECTED 40 876 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 8 10 96 275 133 0 252 403 137 0 133 558 996 106 319 133 0 106 319 132 0
1963.37 1 0 LOW 0 0 ACUTE 15 3 0 0 0 3 3 2 0 0 0 0 0 0 0 0 1 0 0 0 1 2 0 0 3 2 0 0 2 6 10 3 3 0 0 2 2 0 0
1963.37 1 0 LOW 0 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 0 0 LATENT 15 46 13 10 19 4 46 0 0 0 0 0 0 0 0 0 0 0 3 2 23 39 3 0 42 44 3 0 31 84 179 30 51 3 0 6 23 1 0
1963.37 1 0 LOW 0 0 LATENT 40 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 3 3 1 2 0 0 0 1 0 0
1963.37 1 0 LOW 0 0 AIDS 15 3 3 0 0 0 3 0 0 1 1 0 0 0 0 0 1 0 1 1 2 2 0 0 3 3 0 0 2 6 14 3 3 0 0 2 1 0 0
1963.37 1 0 LOW 0 0 AIDS 40 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 2 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 0 0 ON_ART 15 37 0 0 0 0 37 0 37 0 0 37 0 0 0 0 0 0 4 3 20 30 3 0 30 33 3 0 23 66 143 25 38 3 0 9 17 2 0
1963.37 1 0 LOW 0 0 ON_ART 40 2 0 0 0 0 2 0 2 0 0 2 0 0 0 0 0 0 0 0 1 1 1 0 1 2 1 0 1 3 4 1 1 1 0 0 0 1 0
1963.37 1 0 LOW 0 1 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 0 1 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 0 1 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 0 1 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 0 1 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 0 1 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 0 1 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 0 1 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 0 1 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 0 1 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 1 0 NOT_INFECTED 15 671 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 34 31 308 415 14 0 580 546 15 0 320 1008 2346 416 578 14 0 390 530 14 0
1963.37 1 0 LOW 1 0 NOT_INFECTED 40 57 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 16 26 11 0 33 44 11 0 17 61 133 18 32 11 0 18 32 11 0
1963.37 1 0 LOW 1 0 ACUTE 15 3 0 0 0 3 3 2 0 0 0 0 0 0 0 0 1 0 0 0 3 2 0 0 3 3 0 0 3 8 14 5 3 0 0 4 1 0 0
1963.37 1 0 LOW 1 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 1 0 LATENT 15 20 4 5 10 1 20 0 0 0 0 0 0 0 0 0 0 0 2 0 10 13 0 0 19 18 0 0 12 31 84 15 16 0 0 10 8 0 0
1963.37 1 0 LOW 1 0 LATENT 40 5 4 0 1 0 5 0 0 0 0 0 0 0 0 0 0 0 1 1 2 3 0 0 3 4 0 0 2 6 10 2 4 0 0 0 0 0 0
1963.37 1 0 LOW 1 0 AIDS 15 2 1 0 0 0 2 0 1 1 1 1 0 0 0 0 0 0 0 2 2 1 0 0 2 2 0 0 1 3 9 2 1 0 0 1 0 0 0
1963.37 1 0 LOW 1 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 1 0 ON_ART 15 36 0 0 0 0 36 0 36 0 0 36 0 0 0 0 2 0 1 0 21 27 0 0 32 34 0 0 25 72 154 28 44 0 0 12 22 0 0
1963.37 1 0 LOW 1 0 ON_ART 40 2 0 0 0 0 2 0 2 0 0 2 0 0 0 0 0 0 0 0 0 1 0 0 2 1 0 0 0 1 5 0 1 0 0 0 0 0 0
1963.37 1 0 LOW 1 1 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 1 1 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 1 1 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 1 1 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 1 1 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 1 1 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 1 1 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 1 1 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 1 1 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 LOW 1 1 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 0 0 NOT_INFECTED 15 945 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 33 338 491 18 0 633 604 18 0 354 1141 2463 447 676 18 0 405 619 16 0
1963.37 1 0 HIGH 0 0 NOT_INFECTED 40 875 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 11 10 84 274 135 0 229 397 138 0 121 542 967 86 321 135 0 86 316 134 0
1963.37 1 0 HIGH 0 0 ACUTE 15 4 0 0 1 3 4 0 0 0 0 0 0 0 0 0 1 0 0 0 2 4 1 0 4 4 1 0 4 10 22 2 7 1 0 0 5 0 0
1963.37 1 0 HIGH 0 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 0 0 LATENT 15 42 15 5 18 4 42 0 0 0 0 0 0 0 0 0 1 0 2 1 23 30 4 0 39 40 4 0 28 75 172 33 38 4 0 15 18 0 0
1963.37 1 0 HIGH 0 0 LATENT 40 2 1 1 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 2 2 0 0 0 2 6 0 2 0 0 0 1 0 0
1963.37 1 0 HIGH 0 0 AIDS 15 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 2 0 1 0 0 0 1 0 0
1963.37 1 0 HIGH 0 0 AIDS 40 2 2 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 0 0 ON_ART 15 26 0 0 0 0 26 0 26 0 0 26 0 0 0 0 0 0 2 0 9 9 2 0 20 19 2 0 10 28 84 13 13 2 0 3 3 0 0
1963.37 1 0 HIGH 0 0 ON_ART 40 3 0 0 0 0 3 0 3 0 0 3 0 0 0 0 0 0 1 0 1 2 1 0 2 3 1 0 2 5 9 1 3 1 0 0 1 0 0
1963.37 1 0 HIGH 0 1 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 0 1 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 0 1 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 0 1 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 0 1 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 0 1 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 0 1 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 0 1 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 0 1 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 0 1 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 1 0 NOT_INFECTED 15 652 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 31 27 294 424 18 0 544 528 18 0 311 975 2208 371 586 18 0 342 557 17 0
1963.37 1 0 HIGH 1 0 NOT_INFECTED 40 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 1 13 22 3 0 29 34 3 0 9 44 96 15 26 3 0 14 26 3 0
1963.37 1 0 HIGH 1 0 ACUTE 15 9 0 0 0 9 9 2 0 0 0 0 0 0 0 0 1 0 0 0 7 6 0 0 8 9 0 0 6 19 39 10 9 0 0 8 6 0 0
1963.37 1 0 HIGH 1 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 1 0 LATENT 15 31 13 3 8 7 31 0 0 0 0 0 0 0 0 0 0 0 3 1 16 26 0 0 27 30 0 0 18 58 118 23 35 0 0 8 16 0 0
1963.37 1 0 HIGH 1 0 LATENT 40 4 2 0 2 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 3 1 1 0 1 3 6 1 1 1 0 0 0 0 0
1963.37 1 0 HIGH 1 0 AIDS 15 4 4 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 2 3 0 0 4 4 0 0 3 7 15 2 5 0 0 1 1 0 0
1963.37 1 0 HIGH 1 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 1 0 ON_ART 15 25 0 0 0 0 25 0 25 0 0 25 0 0 0 0 0 0 1 1 9 21 0 0 20 24 0 0 13 45 103 14 31 0 0 2 7 0 0
1963.37 1 0 HIGH 1 0 ON_ART 40 2 0 0 0 0 2 0 2 0 0 2 0 0 0 0 0 0 0 1 0 0 0 0 1 2 0 0 0 0 4 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 1 1 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 1 1 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 1 1 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 1 1 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 1 1 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 1 1 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 1 1 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 1 1 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 1 1 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 0 HIGH 1 1 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 LOW 0 0 NOT_INFECTED 15 1639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 751 75 78 672 1034 77 0 1212 1267 81 0 773 2397 5318 901 1419 77 0 837 1314 72 0
1963.37 1 1 LOW 0 0 NOT_INFECTED 40 982 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 6 3 55 157 98 0 154 258 104 0 38 325 588 58 169 98 0 57 168 98 0
1963.37 1 1 LOW 0 0 ACUTE 15 12 0 0 0 12 12 5 0 0 0 0 0 0 0 0 1 7 0 1 10 9 1 0 10 11 1 0 10 27 58 12 14 1 0 9 6 0 0
1963.37 1 1 LOW 0 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 LOW 0 0 LATENT 15 61 1 9 36 15 61 0 0 0 0 0 0 0 0 0 2 38 3 5 38 48 0 0 61 57 1 0 38 122 304 51 71 0 0 16 35 0 0
1963.37 1 1 LOW 0 0 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 LOW 0 0 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 LOW 0 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 LOW 0 0 ON_ART 15 46 0 0 0 0 46 0 46 0 0 46 0 0 0 0 0 33 5 2 25 39 4 0 44 46 4 0 32 95 232 35 56 4 0 12 23 3 0
1963.37 1 1 LOW 0 0 ON_ART 40 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 0
1963.37 1 1 LOW 1 0 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 LOW 1 0 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 LOW 1 0 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 LOW 1 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 LOW 1 0 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 LOW 1 0 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 LOW 1 0 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 LOW 1 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 LOW 1 0 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 LOW 1 0 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 HIGH 0 0 NOT_INFECTED 15 1582 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 703 63 55 658 989 87 0 1185 1219 90 0 732 2303 5145 858 1358 87 0 792 1288 81 0
1963.37 1 1 HIGH 0 0 NOT_INFECTED 40 969 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 60 5 12 58 170 95 0 179 278 99 0 51 343 638 60 188 95 0 60 187 94 0
1963.37 1 1 HIGH 0 0 ACUTE 15 11 0 0 0 11 11 3 0 0 0 0 0 0 0 0 3 6 0 1 9 10 0 0 10 11 0 0 9 28 54 15 13 0 0 9 7 0 0
1963.37 1 1 HIGH 0 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 HIGH 0 0 LATENT 15 82 2 5 53 22 82 0 0 0 0 0 0 0 0 0 0 49 8 4 53 70 3 0 77 81 3 0 60 178 416 71 104 3 0 24 49 1 0
1963.37 1 1 HIGH 0 0 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 HIGH 0 0 AIDS 15 3 2 0 0 0 3 0 1 0 0 1 0 0 0 0 0 2 0 0 2 2 0 0 3 2 0 0 2 5 10 2 3 0 0 2 2 0 0
1963.37 1 1 HIGH 0 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 HIGH 0 0 ON_ART 15 37 0 0 0 0 37 0 37 0 0 37 0 0 0 0 0 21 2 2 25 35 1 0 36 36 2 0 31 88 214 35 52 1 0 11 11 0 0
1963.37 1 1 HIGH 0 0 ON_ART 40 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 2 0 0 0 0 0 0 0 0
1963.37 1 1 HIGH 1 0 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 HIGH 1 0 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 HIGH 1 0 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 HIGH 1 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 HIGH 1 0 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 HIGH 1 0 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 HIGH 1 0 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 HIGH 1 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 HIGH 1 0 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.37 1 1 HIGH 1 0 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 0 0 NOT_INFECTED 15 917 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 42 25 346 453 18 0 616 578 19 0 329 1076 2466 443 615 18 0 402 573 18 0
1963.41 1 0 LOW 0 0 NOT_INFECTED 40 876 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 12 94 274 133 0 253 407 137 0 135 559 1009 104 322 133 0 104 322 132 0
1963.41 1 0 LOW 0 0 ACUTE 15 3 0 0 0 3 3 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 0 0 3 2 0 0 2 6 10 3 3 0 0 2 2 0 0
1963.41 1 0 LOW 0 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 0 0 LATENT 15 46 13 10 20 3 46 0 0 0 0 0 0 0 0 0 0 0 1 6 24 37 3 0 42 44 3 0 31 79 180 28 48 3 0 5 20 1 0
1963.41 1 0 LOW 0 0 LATENT 40 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 3 3 1 2 0 0 0 1 0 0
1963.41 1 0 LOW 0 0 AIDS 15 2 2 0 0 0 2 0 0 1 1 0 0 0 0 0 0 0 0 3 1 1 0 0 2 2 0 0 1 3 10 2 1 0 0 1 1 0 0
1963.41 1 0 LOW 0 0 AIDS 40 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 2 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 0 0 ON_ART 15 37 0 0 0 0 37 0 37 0 0 37 0 0 0 0 0 0 0 3 18 30 3 0 30 33 3 0 21 63 143 23 37 3 0 8 16 2 0
1963.41 1 0 LOW 0 0 ON_ART 40 2 0 0 0 0 2 0 2 0 0 2 0 0 0 0 0 0 0 0 1 1 1 0 1 2 1 0 1 3 4 1 1 1 0 0 0 1 0
1963.41 1 0 LOW 0 1 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 0 1 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 0 1 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 0 1 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 0 1 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 0 1 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 0 1 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 0 1 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 0 1 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 0 1 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 1 0 NOT_INFECTED 15 669 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 34 25 310 417 15 0 579 547 16 0 318 1016 2373 419 582 15 0 394 533 15 0
1963.41 1 0 LOW 1 0 NOT_INFECTED 40 58 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 1 16 26 11 0 34 45 11 0 17 62 138 20 31 11 0 20 31 11 0
1963.41 1 0 LOW 1 0 ACUTE 15 4 0 0 0 4 4 1 0 0 0 0 0 0 0 0 0 0 0 0 4 2 0 0 4 3 0 0 3 9 18 6 3 0 0 5 1 0 0
1963.41 1 0 LOW 1 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 1 0 LATENT 15 20 4 5 10 1 20 0 0 0 0 0 0 0 0 0 0 0 0 2 10 12 0 0 19 18 0 0 10 29 84 14 15 0 0 10 7 0 0
1963.41 1 0 LOW 1 0 LATENT 40 5 4 0 1 0 5 0 0 0 0 0 0 0 0 0 0 0 1 0 3 3 0 0 3 4 0 0 2 7 11 3 4 0 0 0 0 0 0
1963.41 1 0 LOW 1 0 AIDS 15 2 1 0 0 0 2 0 1 0 0 1 0 0 0 0 0 0 0 0 2 1 0 0 2 2 0 0 1 3 9 2 1 0 0 1 0 0 0
1963.41 1 0 LOW 1 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 1 0 ON_ART 15 36 0 0 0 0 36 0 36 0 0 36 0 0 0 0 0 0 5 2 23 26 0 0 32 34 0 0 26 75 159 31 44 0 0 14 22 0 0
1963.41 1 0 LOW 1 0 ON_ART 40 2 0 0 0 0 2 0 2 0 0 2 0 0 0 0 0 0 0 0 0 1 0 0 2 1 0 0 0 1 5 0 1 0 0 0 0 0 0
1963.41 1 0 LOW 1 1 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 1 1 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 1 1 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 1 1 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 1 1 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 1 1 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 1 1 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 1 1 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 1 1 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 LOW 1 1 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 0 0 NOT_INFECTED 15 951 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 42 35 342 497 18 0 638 611 18 0 359 1151 2509 449 684 18 0 408 623 16 0
1963.41 1 0 HIGH 0 0 NOT_INFECTED 40 875 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 19 11 86 280 137 0 234 404 140 0 124 550 986 89 324 137 0 89 319 136 0
1963.41 1 0 HIGH 0 0 ACUTE 15 4 0 0 1 3 4 0 0 0 0 0 0 0 0 0 0 0 0 0 2 4 1 0 4 4 1 0 4 10 22 2 7 1 0 0 5 0 0
1963.41 1 0 HIGH 0 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 0 0 LATENT 15 42 15 5 18 4 42 0 0 0 0 0 0 0 0 0 0 0 1 3 22 30 4 0 39 40 4 0 26 73 173 31 38 4 0 14 18 0 0
1963.41 1 0 HIGH 0 0 LATENT 40 2 1 1 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 2 2 0 0 0 2 6 0 2 0 0 0 1 0 0
1963.41 1 0 HIGH 0 0 AIDS 15 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 2 0 1 0 0 0 1 0 0
1963.41 1 0 HIGH 0 0 AIDS 40 2 2 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 0 0 ON_ART 15 26 0 0 0 0 26 0 26 0 0 26 0 0 0 0 0 0 0 2 9 9 2 0 20 19 2 0 8 26 84 13 11 2 0 3 3 0 0
1963.41 1 0 HIGH 0 0 ON_ART 40 3 0 0 0 0 3 0 3 0 0 3 0 0 0 0 0 0 0 0 1 2 1 0 2 3 1 0 2 5 9 1 3 1 0 0 1 0 0
1963.41 1 0 HIGH 0 1 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 0 1 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 0 1 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 0 1 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 0 1 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 0 1 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 0 1 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 0 1 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 0 1 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 0 1 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 1 0 NOT_INFECTED 15 650 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 39 25 291 431 18 0 544 533 18 0 308 984 2242 372 594 18 0 342 565 17 0
1963.41 1 0 HIGH 1 0 NOT_INFECTED 40 47 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 14 23 3 0 31 35 3 0 11 47 100 16 28 3 0 15 28 3 0
1963.41 1 0 HIGH 1 0 ACUTE 15 8 0 0 0 8 8 1 0 0 0 0 0 0 0 0 1 0 0 0 5 6 0 0 6 8 0 0 5 17 31 7 10 0 0 6 6 0 0
1963.41 1 0 HIGH 1 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 1 0 LATENT 15 33 13 3 10 7 33 0 0 0 0 0 0 0 0 0 0 0 4 5 20 25 0 0 29 32 0 0 21 61 132 28 33 0 0 12 15 0 0
1963.41 1 0 HIGH 1 0 LATENT 40 4 2 0 2 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 3 1 1 0 1 3 6 1 1 1 0 0 0 0 0
1963.41 1 0 HIGH 1 0 AIDS 15 2 2 0 0 0 2 0 0 2 2 0 0 0 0 0 0 0 0 3 1 2 0 0 2 2 0 0 2 4 9 1 3 0 0 0 0 0 0
1963.41 1 0 HIGH 1 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 1 0 ON_ART 15 25 0 0 0 0 25 0 25 0 0 25 0 0 0 0 0 0 0 2 9 20 0 0 20 24 0 0 13 43 103 13 30 0 0 2 7 0 0
1963.41 1 0 HIGH 1 0 ON_ART 40 2 0 0 0 0 2 0 2 0 0 2 0 0 0 0 0 0 1 0 0 1 0 0 1 2 0 0 0 1 5 0 1 0 0 0 0 0 0
1963.41 1 0 HIGH 1 1 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 1 1 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 1 1 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 1 1 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 1 1 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 1 1 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 1 1 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 1 1 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 1 1 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 0 HIGH 1 1 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 LOW 0 0 NOT_INFECTED 15 1639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 749 76 58 680 1036 76 0 1216 1274 80 0 785 2414 5393 908 1430 76 0 845 1328 71 0
1963.41 1 1 LOW 0 0 NOT_INFECTED 40 985 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 13 7 57 159 99 0 157 264 105 0 40 334 605 62 173 99 0 60 172 99 0
1963.41 1 1 LOW 0 0 ACUTE 15 10 0 0 0 10 10 0 0 0 0 0 0 0 0 0 1 6 0 0 9 8 0 0 9 9 0 0 9 24 54 11 13 0 0 8 6 0 0
1963.41 1 1 LOW 0 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 LOW 0 0 LATENT 15 63 1 10 39 13 63 0 0 0 0 0 0 0 0 0 0 39 5 5 38 50 1 0 62 59 2 0 38 125 313 53 71 1 0 17 33 0 0
1963.41 1 1 LOW 0 0 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 LOW 0 0 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 LOW 0 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 LOW 0 0 ON_ART 15 46 0 0 0 0 46 0 46 0 0 46 0 0 0 0 0 33 3 1 26 38 4 0 44 46 4 0 32 97 235 36 57 4 0 13 23 3 0
1963.41 1 1 LOW 0 0 ON_ART 40 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 0
1963.41 1 1 LOW 1 0 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 LOW 1 0 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 LOW 1 0 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 LOW 1 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 LOW 1 0 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 LOW 1 0 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 LOW 1 0 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 LOW 1 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 LOW 1 0 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 LOW 1 0 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 HIGH 0 0 NOT_INFECTED 15 1581 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 701 84 78 657 987 89 0 1188 1225 92 0 735 2306 5226 859 1358 89 0 796 1290 83 0
1963.41 1 1 HIGH 0 0 NOT_INFECTED 40 971 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 61 11 4 60 176 96 0 181 286 100 0 50 351 650 62 193 96 0 62 192 95 0
1963.41 1 1 HIGH 0 0 ACUTE 15 12 0 0 0 12 12 1 0 0 0 0 0 0 0 0 1 7 2 0 10 11 0 0 11 11 0 0 10 32 58 18 14 0 0 11 7 0 0
1963.41 1 1 HIGH 0 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 HIGH 0 0 LATENT 15 82 2 6 54 20 82 0 0 0 0 0 0 0 0 0 0 49 6 9 52 70 3 0 77 81 3 0 63 175 422 69 103 3 0 23 46 1 0
1963.41 1 1 HIGH 0 0 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 HIGH 0 0 AIDS 15 2 1 0 0 0 2 0 1 1 1 1 0 0 0 0 0 2 0 2 1 2 0 0 2 2 0 0 1 3 9 1 2 0 0 1 1 0 0
1963.41 1 1 HIGH 0 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 HIGH 0 0 ON_ART 15 37 0 0 0 0 37 0 37 0 0 37 0 0 0 0 0 21 1 3 24 34 1 0 36 36 2 0 29 86 215 33 52 1 0 10 10 0 0
1963.41 1 1 HIGH 0 0 ON_ART 40 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 2 0 0 0 0 0 0 0 0
1963.41 1 1 HIGH 1 0 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 HIGH 1 0 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 HIGH 1 0 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 HIGH 1 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 HIGH 1 0 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 HIGH 1 0 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 HIGH 1 0 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 HIGH 1 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 HIGH 1 0 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.41 1 1 HIGH 1 0 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 0 0 NOT_INFECTED 15 921 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 40 33 341 456 19 0 617 581 20 0 332 1078 2495 443 616 19 0 404 575 19 0
1963.45 1 0 LOW 0 0 NOT_INFECTED 40 874 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 14 15 94 271 134 0 257 408 138 0 132 558 1019 104 320 134 0 104 320 133 0
1963.45 1 0 LOW 0 0 ACUTE 15 5 0 0 0 5 5 2 0 0 0 0 0 0 0 0 2 0 1 0 3 4 0 0 5 4 0 0 4 12 22 6 6 0 0 4 4 0 0
1963.45 1 0 LOW 0 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 0 0 LATENT 15 45 13 9 20 3 45 0 0 0 0 0 0 0 0 0 0 0 4 1 23 38 3 0 42 43 3 0 31 81 182 28 50 3 0 4 20 1 0
1963.45 1 0 LOW 0 0 LATENT 40 2 0 1 0 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 2 1 0 0 2 2 0 0 1 4 5 2 2 0 0 0 1 0 0
1963.45 1 0 LOW 0 0 AIDS 15 2 2 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 2 2 0 0 1 3 10 2 1 0 0 1 1 0 0
1963.45 1 0 LOW 0 0 AIDS 40 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 2 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 0 0 ON_ART 15 37 0 0 0 0 37 0 37 0 0 37 0 0 0 0 0 0 1 1 18 30 3 0 31 33 3 0 21 63 144 23 37 3 0 8 16 2 0
1963.45 1 0 LOW 0 0 ON_ART 40 2 0 0 0 0 2 0 2 0 0 2 0 0 0 0 0 0 0 0 1 1 1 0 1 2 1 0 1 3 4 1 1 1 0 0 0 1 0
1963.45 1 0 LOW 0 1 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 0 1 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 0 1 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 0 1 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 0 1 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 0 1 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 0 1 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 0 1 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 0 1 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 0 1 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 1 0 NOT_INFECTED 15 666 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 26 38 310 418 15 0 580 548 16 0 312 1002 2386 410 577 15 0 384 527 15 0
1963.45 1 0 LOW 1 0 NOT_INFECTED 40 58 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16 26 11 0 34 45 11 0 17 62 138 20 31 11 0 20 31 11 0
1963.45 1 0 LOW 1 0 ACUTE 15 5 0 0 0 5 5 1 0 0 0 0 0 0 0 0 0 0 0 0 5 3 0 0 5 4 0 0 4 11 22 7 4 0 0 6 1 0 0
1963.45 1 0 LOW 1 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 1 0 LATENT 15 19 4 5 10 0 19 0 0 1 0 0 0 0 0 0 0 0 2 5 10 10 0 0 18 17 0 0 8 26 81 12 14 0 0 9 7 0 0
1963.45 1 0 LOW 1 0 LATENT 40 5 4 0 1 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 3 3 0 0 3 4 0 0 2 7 11 3 4 0 0 0 0 0 0
1963.45 1 0 LOW 1 0 AIDS 15 2 1 0 0 0 2 0 1 0 0 1 0 0 0 0 0 0 0 0 2 1 0 0 2 2 0 0 1 3 9 2 1 0 0 1 0 0 0
1963.45 1 0 LOW 1 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 1 0 ON_ART 15 36 0 0 0 0 36 0 36 0 0 36 0 0 0 0 1 0 2 1 23 26 0 0 32 34 0 0 27 76 161 31 45 0 0 13 23 0 0
1963.45 1 0 LOW 1 0 ON_ART 40 2 0 0 0 0 2 0 2 0 0 2 0 0 0 0 0 0 0 0 0 1 0 0 2 1 0 0 0 1 5 0 1 0 0 0 0 0 0
1963.45 1 0 LOW 1 1 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 1 1 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 1 1 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 1 1 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 1 1 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 1 1 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 1 1 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 1 1 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 1 1 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 LOW 1 1 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 0 0 NOT_INFECTED 15 950 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 44 28 345 495 17 0 641 611 17 0 365 1163 2543 456 690 17 0 411 626 15 0
1963.45 1 0 HIGH 0 0 NOT_INFECTED 40 876 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 11 84 282 141 0 235 410 144 0 122 550 998 87 322 141 0 87 316 140 0
1963.45 1 0 HIGH 0 0 ACUTE 15 4 0 0 0 4 4 1 0 0 0 0 0 0 0 0 0 0 0 3 2 3 1 0 4 4 1 0 3 8 23 3 4 1 0 1 2 0 0
1963.45 1 0 HIGH 0 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 0 0 LATENT 15 43 15 6 18 4 43 0 0 0 0 0 0 0 0 0 0 0 4 0 23 32 4 0 40 41 4 0 27 79 180 34 41 4 0 14 19 0 0
1963.45 1 0 HIGH 0 0 LATENT 40 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 4 0 1 0 0 0 0 0 0
1963.45 1 0 HIGH 0 0 AIDS 15 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 2 0 1 0 0 0 1 0 0
1963.45 1 0 HIGH 0 0 AIDS 40 2 2 0 0 0 2 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 2 0 1 0 0 0 1 0 0
1963.45 1 0 HIGH 0 0 ON_ART 15 26 0 0 0 0 26 0 26 0 0 26 0 0 0 0 0 0 4 0 11 10 2 0 20 19 2 0 9 30 88 16 12 2 0 4 4 0 0
1963.45 1 0 HIGH 0 0 ON_ART 40 3 0 0 0 0 3 0 3 0 0 3 0 0 0 0 0 0 0 0 1 2 1 0 2 3 1 0 2 5 9 1 3 1 0 0 1 0 0
1963.45 1 0 HIGH 0 1 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 0 1 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 0 1 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 0 1 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 0 1 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 0 1 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 0 1 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 0 1 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 0 1 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 0 1 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 1 0 NOT_INFECTED 15 649 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 33 38 289 429 19 0 547 533 19 0 306 979 2270 368 592 19 0 336 558 17 0
1963.45 1 0 HIGH 1 0 NOT_INFECTED 40 47 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14 23 3 0 31 35 3 0 11 47 100 16 28 3 0 15 28 3 0
1963.45 1 0 HIGH 1 0 ACUTE 15 6 0 0 0 6 6 0 0 0 0 0 0 0 0 0 1 0 1 1 3 5 0 0 4 6 0 0 3 13 22 5 8 0 0 4 5 0 0
1963.45 1 0 HIGH 1 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 1 0 LATENT 15 35 13 4 10 8 35 0 0 0 0 0 0 0 0 0 0 0 4 3 22 26 0 0 31 34 0 0 21 66 146 32 34 0 0 15 16 0 0
1963.45 1 0 HIGH 1 0 LATENT 40 4 2 0 2 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 3 1 1 0 1 3 6 1 1 1 0 0 0 0 0
1963.45 1 0 HIGH 1 0 AIDS 15 2 2 0 0 0 2 0 0 0 0 0 0 0 0 0 2 0 0 0 1 2 0 0 2 2 0 0 2 4 9 1 3 0 0 0 2 0 0
1963.45 1 0 HIGH 1 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 1 0 ON_ART 15 25 0 0 0 0 25 0 25 0 0 25 0 0 0 0 0 0 2 2 8 20 0 0 20 24 0 0 15 43 105 12 31 0 0 2 8 0 0
1963.45 1 0 HIGH 1 0 ON_ART 40 2 0 0 0 0 2 0 2 0 0 2 0 0 0 0 0 0 0 0 0 1 0 0 1 2 0 0 0 1 5 0 1 0 0 0 0 0 0
1963.45 1 0 HIGH 1 1 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 1 1 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 1 1 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 1 1 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 1 1 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 1 1 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 1 1 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 1 1 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 1 1 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 0 HIGH 1 1 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 LOW 0 0 NOT_INFECTED 15 1636 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 747 86 71 681 1037 77 0 1221 1278 81 0 785 2418 5461 912 1429 77 0 841 1327 72 0
1963.45 1 1 LOW 0 0 NOT_INFECTED 40 987 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 49 7 7 56 161 101 0 157 268 108 0 41 336 614 61 174 101 0 59 174 101 0
1963.45 1 1 LOW 0 0 ACUTE 15 10 0 0 0 10 10 3 0 0 0 0 0 0 0 0 1 5 1 2 10 7 0 0 10 8 0 0 9 24 56 13 11 0 0 8 4 0 0
1963.45 1 1 LOW 0 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 LOW 0 0 LATENT 15 66 1 11 40 14 66 0 0 0 0 0 0 0 0 0 1 41 4 3 40 52 1 0 64 62 2 0 43 134 332 56 77 1 0 19 38 0 0
1963.45 1 1 LOW 0 0 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 LOW 0 0 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 LOW 0 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 LOW 0 0 ON_ART 15 46 0 0 0 0 46 0 46 0 0 46 0 0 0 0 0 33 3 2 26 38 5 0 44 46 5 0 33 98 238 35 58 5 0 13 23 3 0
1963.45 1 1 LOW 0 0 ON_ART 40 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 0
1963.45 1 1 LOW 1 0 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 LOW 1 0 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 LOW 1 0 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 LOW 1 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 LOW 1 0 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 LOW 1 0 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 LOW 1 0 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 LOW 1 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 LOW 1 0 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 LOW 1 0 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 HIGH 0 0 NOT_INFECTED 15 1578 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 698 70 76 654 982 90 0 1191 1225 94 0 733 2291 5278 852 1349 90 0 790 1278 84 0
1963.45 1 1 HIGH 0 0 NOT_INFECTED 40 973 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 63 4 11 56 175 97 0 183 290 101 0 49 346 660 58 191 97 0 58 190 96 0
1963.45 1 1 HIGH 0 0 ACUTE 15 13 0 0 0 13 13 3 0 0 0 0 0 0 0 0 2 6 2 0 10 13 0 0 12 13 0 0 11 38 65 20 18 0 0 14 7 0 0
1963.45 1 1 HIGH 0 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 HIGH 0 0 LATENT 15 84 2 8 56 18 84 0 0 0 0 0 0 0 0 0 0 51 7 5 54 72 3 0 78 83 3 0 63 180 436 70 107 3 0 23 48 1 0
1963.45 1 1 HIGH 0 0 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 HIGH 0 0 AIDS 15 2 1 0 0 0 2 0 1 1 1 1 0 0 0 0 0 2 0 2 0 1 0 0 2 2 0 0 0 1 9 0 1 0 0 0 0 0 0
1963.45 1 1 HIGH 0 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 HIGH 0 0 ON_ART 15 37 0 0 0 0 37 0 37 0 0 37 0 0 0 0 0 21 6 2 24 34 1 0 36 36 2 0 30 90 221 35 54 1 0 9 11 0 0
1963.45 1 1 HIGH 0 0 ON_ART 40 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 2 0 0 0 0 0 0 0 0
1963.45 1 1 HIGH 1 0 NOT_INFECTED 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 HIGH 1 0 NOT_INFECTED 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 HIGH 1 0 ACUTE 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 HIGH 1 0 ACUTE 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 HIGH 1 0 LATENT 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 HIGH 1 0 LATENT 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 HIGH 1 0 AIDS 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 HIGH 1 0 AIDS 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 HIGH 1 0 ON_ART 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1963.45 1 1 HIGH 1 0 ON_ART 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0