← Back to team overview

dhis2-users team mailing list archive

importing datasets between 2 2.25 instances

 

Hi,

I am trying to import a dataset from a development instance (on 2.25) over
to a production instance of 2.25. I exported the dataset from the
development instance using the meta-data dependency export. I tried testing
importing it locally (both through UI and by posting via cUrl) and am
receiving the following error in the log file:

Caused by: org.postgresql.util.PSQLException: ERROR: null value in column
"categorycomboid" violates not-null constraint
Detail: Failing row contains (363716, DTI66gwkiYc, PR_4, 2016-09-25
16:37:50.541, 2017-02-25 12:34:41.404, PR_MSM reached with HIV prevention
{Site (Outreach, DIC)} (V1), PR_MSM reached, null, 1.5. Number of men who
have sex with men reached with HIV preven..., INTEGER_ZERO_OR_POSITIVE,
AGGREGATE, SUM, null, null, f, null, null, 176738, --------, null).

When I check the corresponding DE's in the XML file, they all have
categorycomboid's (file attached). Is there anything else that might be
causing this error?

Thanks,
Nick
<?xml version='1.0' encoding='UTF-8'?>
<metadata xmlns="http://dhis2.org/schema/dxf/2.0"; date="2017-02-25T08:03:33.458">
	<dataEntryForms>
		<dataEntryForm lastUpdated="2017-02-13T07:20:24.199" created="2016-11-13T15:02:24.834" id="g2VkIXLPKz8">
			<htmlCode>&lt;script>
var _intervalId;
var _dataLoaded = false;
$(document).ready(function() {
	// Start App for calculate Total values
	startApp();

	// If preiod is changed, restart the all the settings.
	$('#selectedPeriodId').change(function() {

		if (_intervalId !== undefined) {
			_dataLoaded = false;
			clearInterval(_intervalId);
		}		
		startApp();
	});

	$('#orgUnitTree').click(function(){

			if ( _intervalId !== undefined )
			{
				_dataLoaded = false;
				clearInterval( _intervalId );
			}
			startApp();
		});
});

function startApp() {
	// Note 1.
	// add group id as 'cfid' in each input tag.
	// Clear all the totals
	$("#TolSec5").text('');
	$("#TolSec3").text('');
	$("#TolSec4_1").text('');
	$("#TolSec4_2").text('');
	_intervalId = undefined;
	_dataLoaded = false;

	// Note 2. Run interval for detecting data loading
	_intervalId = setInterval(function() {
		// Note 3. If any non-empty value is found,
		//	- Set Section 'KeyUp' calculation event handler
		//	- calculate total on all sections and stop the interval.
			CalTotalSection5();
			CalTotalSection3();
			CalTotalSection4_1();
			CalTotalSection4_2();
	}, 500);
}

function ConvertToNumber(Object){
	if(Object==""){
		return 0;
	}else return parseInt(Object);
}

	//NMElSmi8HBu-L3NbebDrkmD-val  ldV88ki2mwM-L3NbebDrkmD-val  pOrnaZFlMGK-L3NbebDrkmD-val  YolDRCldX2f-L3NbebDrkmD-val  tLGgZY0I2wB-L3NbebDrkmD-val  CvW6mYClFdh-L3NbebDrkmD-val			      
function CalTotalSection5(){
	$("#TolSec5").text(  ConvertToNumber($("#NMElSmi8HBu-L3NbebDrkmD-val").val()) + ConvertToNumber($("#ldV88ki2mwM-L3NbebDrkmD-val").val()) + ConvertToNumber($("#pOrnaZFlMGK-L3NbebDrkmD-val").val()) + ConvertToNumber($("#YolDRCldX2f-L3NbebDrkmD-val").val()) + ConvertToNumber($("#tLGgZY0I2wB-L3NbebDrkmD-val").val()) + ConvertToNumber($("#CvW6mYClFdh-L3NbebDrkmD-val").val()) );
}

function CalTotalSection3(){
	$("#TolSec3").text(  ConvertToNumber($("#JhQeibYkjtZ-L3NbebDrkmD-val").val()) + ConvertToNumber($("#DIdv0fJN53w-L3NbebDrkmD-val").val()) + ConvertToNumber($("#jeLG6zII0lZ-L3NbebDrkmD-val").val()) + ConvertToNumber($("#h53qCNAqyMS-L3NbebDrkmD-val").val()) + ConvertToNumber($("#znQX33rHldw-L3NbebDrkmD-val").val()) + ConvertToNumber($("#CeCWMqFH11R-L3NbebDrkmD-val").val()) + ConvertToNumber($("#oQWswl4pgCB-L3NbebDrkmD-val").val()) );
}

function CalTotalSection4_1(){
	$("#TolSec4_1").text(  ConvertToNumber($("#fWAPN0Pp2kd-L3NbebDrkmD-val").val()) + ConvertToNumber($("#lc6osae9cDU-L3NbebDrkmD-val").val()) + ConvertToNumber($("#OdQRNELMuSy-L3NbebDrkmD-val").val()) + ConvertToNumber($("#spx9Qtf6V8u-L3NbebDrkmD-val").val()) + ConvertToNumber($("#NNHaihm4MlE-L3NbebDrkmD-val").val()) + ConvertToNumber($("#yQAvDA7bupp-L3NbebDrkmD-val").val()) + ConvertToNumber($("#nX6XrsoB4Mb-L3NbebDrkmD-val").val()) );
}

function CalTotalSection4_2(){
	$("#TolSec4_2").text(  ConvertToNumber($("#TIBmrUEiCDD-L3NbebDrkmD-val").val()) + ConvertToNumber($("#vH97S6IcS2V-L3NbebDrkmD-val").val()) + ConvertToNumber($("#TLP6c6XzB0P-L3NbebDrkmD-val").val()) + ConvertToNumber($("#y2SxGm7LfZr-L3NbebDrkmD-val").val()) + ConvertToNumber($("#MfYAjScrOJn-L3NbebDrkmD-val").val()) + ConvertToNumber($("#ZugIon53GzJ-L3NbebDrkmD-val").val()) + ConvertToNumber($("#kanG0xSqwT5-L3NbebDrkmD-val").val()) );
}

&lt;/script>
&lt;style type="text/css">td.tableSeperate {
		height: 20px;
		background-color: rgb(255, 255, 255);
		text-align: right;
	}
	td {
		text-align: center;
		background-color: rgb(244,249,255);
		padding: 2px;
	}
	td.mainTitle {
		text-align: left;
		text-transform: uppercase;
		color: #ffffff;
		font-weight: bold;
		letter-spacing: 1.5px;
		background-color: rgb(102, 153, 204);
	}
	td.blueTitle {
		background-color: rgb(153, 204, 255);
		font-weight: bold;
		text-align: left;
	}
	td.blueContent {
		background-color: rgb(202, 229, 255);
		/*font-weight: bold;*/
		text-align: left;
	}
	td.orangeTitle {
		background-color: rgb(255, 204, 0);
		font-weight: bold;
	}
	td.orangeCatgory {
		background-color: rgb(255, 224, 102);
		font-weight: bold;
	}
	td.orangeContent {
		background-color: rgb(255, 234, 153);
	}
	td.yorkGreenTitle {
		background-color: rgb(153, 204, 153);
		font-weight: bold;
	}
	td.yorkGreenCatgory {
		background-color: rgb(183, 219, 183);
		font-weight: bold;
	}
	td.yorkGreenContent {
		background-color: rgb(224, 239, 224);
	}
	td.pinkTitle {
		background-color: rgb(235,199,222);
		font-weight: bold;
	}
	td.pinkCatgory {
		background-color: rgb(239,210,228);
		font-weight: bold;
	}
	td.pinkContent {
		background-color: rgb(247,232,241);
	}
	td.brownTitle {
		background-color: rgb(183, 112, 76);
		font-weight: bold;
	}
	td.brownCatgory {
		background-color: rgb(204, 153, 127);
		font-weight: bold;
	}
	td.brownContent {
		background-color: rgb(224, 193, 178);
	}
	td.greyField {
		background-color: rgb(170, 182, 162);
	}
	input {
		width: 5em;
	}
	td.totalValueRow {
		text-align: right;
		font-weight: bold;
		background-color: rgb(224, 193, 178);
	}
&lt;/style>
&lt;div id="tabs">
&lt;ul>
	&lt;li>
	&lt;div>&lt;a href="#Sec1">Prevention&lt;/a>&lt;/div>
	&lt;/li>
	&lt;li>
	&lt;div>&lt;a href="#Sec2">Service Delivery Points&lt;/a>&lt;/div>
	&lt;/li>
	&lt;li>
	&lt;div>&lt;a href="#Sec3">STI&lt;/a>&lt;/div>
	&lt;/li>
	&lt;li>
	&lt;div>&lt;a href="#Sec4">HTS&lt;/a>&lt;/div>
	&lt;/li>
	&lt;li>
	&lt;div>&lt;a href="#Sec5">Condom Distribution&lt;/a>&lt;/div>
	&lt;/li>
	&lt;li>
	&lt;div>&lt;a href="#Sec6">NSEP&lt;/a>&lt;/div>
	&lt;/li>
	&lt;li>
	&lt;div>&lt;a href="#Sec7">Pre-ART &amp;amp; ART&lt;/a>&lt;/div>
	&lt;/li>
	&lt;li>
	&lt;div>&lt;a href="#Sec8">TB-HIV&lt;/a>&lt;/div>
	&lt;/li>
	&lt;li>
	&lt;div>&lt;a href="#Sec9">PMTCT&lt;/a>&lt;/div>
	&lt;/li>
	&lt;li>
	&lt;div>&lt;a href="#Sec10">Impact Mitigation&lt;/a>&lt;/div>
	&lt;/li>
&lt;/ul>

&lt;div id="Sec1">
&lt;table border="1" cellspacing="0" width="100%">
	&lt;tbody>
		&lt;tr>
			&lt;td class="blueTitle" colspan="3">Female Sex Worker (FSW)&lt;/td>
			&lt;td class="orangeTitle" width="15%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" width="50%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent" colspan="3">Number of female sex workers reached with HIV prevention programmes (Outreach)&lt;/td>
			&lt;td class="orangeContent">&lt;input id="PkEoqVEdnUw-o9znll7VZw5-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent" rowspan="2">Count the number of FSW that have been reached at least once by minimum package of HIV prevention services through interventions (outreach and DIC separately) during the reporting period. (No overlapping between OR and DIC)&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent" colspan="3">Number of female sex workers reached with HIV prevention programmes (DIC)&lt;/td>
			&lt;td class="orangeContent">&lt;input id="PkEoqVEdnUw-ZDy8D2Ra3mz-val" name="entryfield" title="" value="" />&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent" colspan="3">1.3. Number of clients of female sex workers reached with HIV prevention programmes&lt;!--&lt;/td-->&lt;/td>
			&lt;td class="orangeContent">&lt;input id="WhJLqeaQahd-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of Clients of FSW that have been reached at least once by minimum package of HIV prevention services through interventions during the reporting period.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent" colspan="3">1.4. Number of regular sexual partners of sex workers reached with HIV prevention programmes&lt;/td>
			&lt;td class="orangeContent">&lt;input id="S8NlN7EltEU-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the numbe of Regular sexual partners of SWs and clients who have been reached at least once by minimum package of HIV prevention services through interventions during the reporting period.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueTitle" colspan="3">Men who have sex with Men (MSM)&lt;/td>
			&lt;td class="orangeTitle">Total&lt;/td>
			&lt;td class="yorkGreenTitle">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent" colspan="3">1.5. Number of men who have sex with men reached with HIV prevention programmes (Outreach)&lt;/td>
			&lt;td class="orangeContent">&lt;input id="DTI66gwkiYc-o9znll7VZw5-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent" rowspan="2">Count the number of MSM that have been reached at least once by minimum package of HIV prevention services through interventions (outreach and DIC separately) during the reporting period. (No overlapping between OR and DIC)&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent" colspan="3">1.6. Number of men who have sex with men reached with HIV prevention programmes (DIC)&lt;/td>
			&lt;td class="orangeContent">&lt;input id="DTI66gwkiYc-ZDy8D2Ra3mz-val" name="entryfield" title="" value="" />&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent" colspan="3">1.7. Number of female sexual partners of men who have sex with men reached with HIV prevention programmes&lt;/td>
			&lt;td class="orangeContent">&lt;input id="hjUjlCTBNtH-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the nubmer of Sexual partners of MSM who have been reached at least once by minimum package of HIV prevention services through interventions during the reporting period.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueTitle" width="25%">People who inject drugs (PWID)&lt;/td>
			&lt;td class="pinkTitle" width="10%">Male&lt;/td>
			&lt;td class="pinkTitle" width="10%">Female&lt;/td>
			&lt;td class="orangeTitle" width="10%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" width="45%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">1.8. Number of people who inject drugs reached with HIV prevention programmes (Outreach)&lt;/td>
			&lt;td class="pinkContent">&lt;input id="oSFDteByUM7-vl78jeqXtDu-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="oSFDteByUM7-y3TzJygofeu-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input id="indicatorkZ7dX8P8lMy" indicatorid="kZ7dX8P8lMy" name="indicator" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent" rowspan="2">Count the number of PWID who have been reached at least once by minimum package of HIV prevention services through interventions (outreach and DIC/facility separately) during the reporting period. (No overlapping between PR and DIC)&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">1.9. Number of people who inject drugs reached with HIV prevention programmes (DIC)&lt;/td>
			&lt;td class="pinkContent">&lt;input id="oSFDteByUM7-iNZfN3vXZSx-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="oSFDteByUM7-A38YUM8S5Xs-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input id="indicatorHM7FTy1jwRU" indicatorid="HM7FTy1jwRU" name="indicator" readonly="readonly" title="" value="" />&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">1.10. Number of people who use drugs reached with HIV prevention programmes (Outreach)&lt;/td>
			&lt;td class="pinkContent">&lt;input id="bVNykvZuGiA-vl78jeqXtDu-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="bVNykvZuGiA-y3TzJygofeu-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input id="indicatorQWxVhlKDzQp" indicatorid="QWxVhlKDzQp" name="indicator" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent" rowspan="2">Count the number of PWUD who have been reached at least once by minimum package of HIV prevention services through interventions (outreach and DIC/facility separately) during the reporting period. (No overlapping between PR and DIC)&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">1.11. Number of people who use drugs reached with HIV prevention programmes (DIC)&lt;/td>
			&lt;td class="pinkContent">&lt;input id="bVNykvZuGiA-iNZfN3vXZSx-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="bVNykvZuGiA-A38YUM8S5Xs-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input id="indicatorOvrgnQjzUX3" indicatorid="OvrgnQjzUX3" name="indicator" readonly="readonly" title="" value="" />&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">1.12. Number of regular sexual partners of people who inject drugs (PWIDs) reached with HIV prevention services through intervention during the reporting period&lt;/td>
			&lt;td class="pinkContent">&lt;input id="iMmYLKJJCwq-QZ6kUGMVdF7-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="iMmYLKJJCwq-jzBTmGmlQ9S-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="iMmYLKJJCwq" id="totaliMmYLKJJCwq" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of regular sexual partners of PWID who have been reached at least once by HIV prevention services through intervention during the reporting period.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueTitle" width="25%">Other Populations&lt;/td>
			&lt;td class="pinkTitle" width="10%">Male&lt;/td>
			&lt;td class="pinkTitle" width="10%">Female&lt;/td>
			&lt;td class="orangeTitle" width="10%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" width="45%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">1.13. Number of prisoners reached with HIV prevention programmes&lt;/td>
			&lt;td class="pinkContent">&lt;input id="ubqnqfF96VP-QZ6kUGMVdF7-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="ubqnqfF96VP-jzBTmGmlQ9S-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="ubqnqfF96VP" id="totalubqnqfF96VP" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of Prisoners who have been reached at least once by minimum package of HIV prevention services through intervention during the last reporting period. (DO NOT report prison guards, families or police trained)&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">1.14. Number of mobile and migrant population reached with HIV prevention programmes&lt;/td>
			&lt;td class="pinkContent">&lt;input id="xAxxqcY9clI-QZ6kUGMVdF7-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="xAxxqcY9clI-jzBTmGmlQ9S-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="xAxxqcY9clI" id="totalxAxxqcY9clI" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of Mobile and migrant populations who have been reached at least once by minimum package of HIV prevention services through intervention during the reporting period. (DO NOT report family members and affected community)&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">1.15. Number of uniformed services personnel reached with HIV prevention programmes&lt;/td>
			&lt;td class="pinkContent">&lt;input id="f2ZUEH7r6HN-QZ6kUGMVdF7-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="f2ZUEH7r6HN-jzBTmGmlQ9S-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="f2ZUEH7r6HN" id="totalf2ZUEH7r6HN" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of Uniformed services personnel who have been reached at least once by minimum package of HIV prevention services through intervention during the reporting period.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">1.16. Number of Out-of-school youth reached with HIV prevention programmes&lt;/td>
			&lt;td class="pinkContent">&lt;input id="CAh2XLYMv11-QZ6kUGMVdF7-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="CAh2XLYMv11-jzBTmGmlQ9S-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="CAh2XLYMv11" id="totalCAh2XLYMv11" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of Out of school young women and men (aged 15-24 years) who have been reached at least once by minimum package of HIV prevention services through intervention during the reporting period.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">1.17. Number of people in workplace reached with HIV prevention programmes&lt;/td>
			&lt;td class="pinkContent">&lt;input id="qaU2h7TVY0q-QZ6kUGMVdF7-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="qaU2h7TVY0q-jzBTmGmlQ9S-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="qaU2h7TVY0q" id="totalqaU2h7TVY0q" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of People in workplace who have been reached at least once by minimum package of HIV prevention services through intervention during the reporting period.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">1.18. Number of discordant couples reached with HIV prevention programmes&lt;/td>
			&lt;td class="pinkContent">&lt;input id="XBXPvAEah7s-QZ6kUGMVdF7-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="XBXPvAEah7s-jzBTmGmlQ9S-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="XBXPvAEah7s" id="totalXBXPvAEah7s" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of Discordant couples ( those where one partner is HIV-infected and the other is not) who have been reached at least once by minimum package of HIV prevention services through intervention during the reporting period.&lt;/td>
		&lt;/tr>
	&lt;/tbody>
&lt;/table>
&lt;/div>

&lt;div id="Sec2">
&lt;table border="1" cellspacing="0" width="100%">
	&lt;tbody>
		&lt;tr>
			&lt;td class="blueTitle" width="35%">Service Delivery Points&lt;/td>
			&lt;td class="orangeTitle" width="15%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" width="50%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">2.1. Number of Service Delivery Point providing STI treatment&lt;/td>
			&lt;td class="orangeContent">&lt;input id="O9FQ50jWFUk-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of facilities providing STI treatment.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">2.2. Number of Service Delivery Point providing HTS&lt;/td>
			&lt;td class="orangeContent">&lt;input id="Ikt833V4F4P-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of facilities providing HTS.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">2.3. Number of Service Delivery Point providing adult ART&lt;/td>
			&lt;td class="orangeContent">&lt;input id="wYzqTw73USi-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of facilities providing ART to adults.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">2.4. Number of Service Delivery Point providing child ART&lt;/td>
			&lt;td class="orangeContent">&lt;input id="mnacl7qipNk-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of facilities providing ART to children.&lt;/td>
		&lt;/tr>
	&lt;/tbody>
&lt;/table>
&lt;/div>

&lt;div id="Sec3">
&lt;table border="1" cellspacing="0" width="100%">
	&lt;tbody>
		&lt;tr>
			&lt;td class="blueTitle" width="20%">Sexually Transmitted Infection (STI)&lt;/td>
			&lt;td class="pinkTitle" width="7%">FSW&lt;/td>
			&lt;td class="pinkTitle" width="7%">Clients of FSW&lt;/td>
			&lt;td class="pinkTitle" width="7%">MSM&lt;/td>
			&lt;td class="pinkTitle" width="7%">PWID&lt;/td>
			&lt;td class="pinkTitle" width="7%">Prisoners&lt;/td>
			&lt;td class="pinkTitle" width="7%">Regular partners of KPs&lt;/td>
			&lt;td class="pinkTitle" width="7%">Other population&lt;/td>
			&lt;td class="orangeTitle" width="10%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" width="21%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent" width="20%">3.1. Number of people who received STI treatment during the reporting period&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="SLESiRB17M6-tUilBoYA0Pa-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="SLESiRB17M6-cxkHaciya3K-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="SLESiRB17M6-jdJtig3i31o-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="SLESiRB17M6-vK2fdIn1dtL-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="SLESiRB17M6-mj19WZIPh68-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="SLESiRB17M6-WPr6B82sD0P-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="SLESiRB17M6-JTpB1xkdocU-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent" width="10%">&lt;input dataelementid="SLESiRB17M6" id="totalSLESiRB17M6" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent" width="21%">Count the number of non-duplicated individuals treated for an STI during the reporting period. But do NOT count the number of treatments or consultations.&lt;/td>
		&lt;/tr>
	&lt;/tbody>
&lt;/table>
&lt;/div>

&lt;div id="Sec4">
&lt;table border="1" cellspacing="0" width="100%">
	&lt;tbody>
		&lt;tr>
			&lt;td class="blueTitle" width="20%">HIV Testing Service (HTS)&lt;/td>
			&lt;td class="pinkTitle" width="7%">FSW&lt;/td>
			&lt;td class="pinkTitle" width="7%">Clients of FSW&lt;/td>
			&lt;td class="pinkTitle" width="7%">MSM&lt;/td>
			&lt;td class="pinkTitle" width="7%">PWID&lt;/td>
			&lt;td class="pinkTitle" width="7%">Regular partners of KPs&lt;/td>
			&lt;td class="pinkTitle" width="7%">Discordant couple&lt;/td>
			&lt;td class="pinkTitle" width="7%">Other population&lt;/td>
			&lt;td class="orangeTitle" width="10%"&gt;Total&lt;/td>
			&lt;td class="yorkGreenTitle" width="21%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent" width="20%">4.1. Number of people who received an HIV test during the reporting period and who know the result&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="hWR80X5H8TZ-QiuJ4qKRQSn-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="hWR80X5H8TZ-AAEcCu7kqlR-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="hWR80X5H8TZ-Y8wr2RUgY69-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="hWR80X5H8TZ-KqSUkcVm24b-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="hWR80X5H8TZ-zc8vljxBLGI-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="hWR80X5H8TZ-mEcYLTWuHZo-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="hWR80X5H8TZ-hkz2Ply2dMR-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent" width="10%">&lt;input dataelementid="hWR80X5H8TZ" id="totalhWR80X5H8TZ" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent" rowspan="2" width="21%">Count the number of people who have received pre-test counselling, an HIV test and know the result with post-test counselling in the reporting period by population. Referral will NOT be counted. Also provide HIV positive number among those people.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent" width="20%">4.2. Number of people who tested HIV positive&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="CcCBU45ormp-QiuJ4qKRQSn-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="CcCBU45ormp-AAEcCu7kqlR-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="CcCBU45ormp-Y8wr2RUgY69-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="CcCBU45ormp-KqSUkcVm24b-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="CcCBU45ormp-zc8vljxBLGI-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="CcCBU45ormp-mEcYLTWuHZo-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent" width="7%">&lt;input id="CcCBU45ormp-hkz2Ply2dMR-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent" width="10%">&lt;input dataelementid="CcCBU45ormp" id="totalCcCBU45ormp" name="total" readonly="readonly" title="" value="" />&lt;/td>
		&lt;/tr>
	&lt;/tbody>
&lt;/table>
&lt;/div>

&lt;div id="Sec5">
&lt;table border="1" cellspacing="0" width="100%">
	&lt;tbody>
		&lt;tr>
			&lt;td class="blueTitle" width="35%">Condom Distribution&lt;/td>
			&lt;td class="orangeTitle" width="15%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" width="50%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">5.1. Number of condoms distributed for free to FSW&lt;/td>
			&lt;td class="orangeContent">&lt;input id="acUPgt186Lx-xGPWig6LWVG-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent" rowspan="5">Count the number of Male and female condoms distributed for free-of-charge during the reporting period. Describe the distribution by population.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">5.2. Number of condoms distributed for free to Clients&lt;/td>
			&lt;td class="orangeContent">&lt;input id="acUPgt186Lx-Bxz2kmuB2u3-val" name="entryfield" title="" value="" />&lt;/td>
		&lt;/tr>
		&lt;tr&gt;
			&lt;td class="blueContent">5.3. Number of condoms distributed for free to MSM&lt;/td>
			&lt;td class="orangeContent">&lt;input id="acUPgt186Lx-DJTgNyow2p7-val" name="entryfield" title="" value="" />&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">5.4. Number of condoms distributed for free to PWID&lt;/td>
			&lt;td class="orangeContent">&lt;input id="acUPgt186Lx-QNK9kbH75Ro-val" name="entryfield" title="" value="" />&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">5.5. Number of condoms distributed for free to Other populations&lt;/td>
			&lt;td class="orangeContent">&lt;input id="acUPgt186Lx-LrRXMtvUKAf-val" name="entryfield" title="" value="" />&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">5.6. Number of condoms sold through social marketing&lt;/td>
			&lt;td class="orangeContent">&lt;input id="CvW6mYClFdh-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of Male and Female condoms sold through social marketing during the reporting peroid.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueTitle">&lt;strong>Total&lt;/strong>&lt;/td>
			&lt;td class="orangeTitle">&lt;input id="indicatoraTihCwv0Hb6" indicatorid="aTihCwv0Hb6" name="indicator" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenTitle">&amp;nbsp;&lt;/td>
		&lt;/tr>
	&lt;/tbody>
&lt;/table>
&lt;/div>

&lt;div id="Sec6">
&lt;table border="1" cellspacing="0" width="100%">
	&lt;tbody>
		&lt;tr>
			&lt;td class="blueTitle" width="35%">Needle Syringe Exchange Program (NSEP)&lt;/td>
			&lt;td class="orangeTitle" width="15%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" width="50%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">6.1. Number of sterile injecting equipment distributed to people who inject drugs during the reporting period&lt;/td>
			&lt;td class="orangeContent">&lt;input id="jU2blK4m7Xb-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of sterile injecting equipment (needle and syringe) distributed to PWID in DIC and outside DIC in the reporting period.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">6.2. Number of injecting equipment returned from people who inject drugs during the reporting period&lt;/td>
			&lt;td class="orangeContent">&lt;input id="RLTPfPHxFdr-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of injection equipment (needle and syringe) returned from people who inject drugs in the reporting period.&lt;/td>
		&lt;/tr>
	&lt;/tbody>
&lt;/table>
&lt;/div>

&lt;div id="Sec7">
&lt;table border="1" cellspacing="0" width="100%">
	&lt;tbody>
		&lt;tr>
			&lt;td class="blueTitle" rowspan="2" width="25%">Enrollment into HIV care&lt;/td>
			&lt;td class="pinkTitle" colspan="2">Male&lt;/td>
			&lt;td class="pinkTitle" colspan="2">Female&lt;/td>
			&lt;td class="orangeTitle" rowspan="2" width="5%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" rowspan="2" width="50%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="pinkTitle" width="5%">&amp;lt; 15yrs&lt;/td>
			&lt;td class="pinkTitle" width="5%">&amp;gt;=15yrs&lt;/td>
			&lt;td class="pinkTitle" width="5%">&amp;lt; 15yrs&lt;/td>
			&lt;td class="pinkTitle" width="5%">&amp;gt;=15yrs&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">7.1. Number of PLHIV newly diagnosed and enrolled in care&lt;/td>
			&lt;td class="pinkContent">&lt;input id="R5lhjdPrQBM-W53t4KbEjbi-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="R5lhjdPrQBM-RUWE1hJRgXM-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="R5lhjdPrQBM-qz1azeoZlBM-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="R5lhjdPrQBM-LDF2UNpTsRc-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="R5lhjdPrQBM" id="totalR5lhjdPrQBM" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of PLHIV who diagnosed as HIV positive in the reporting period and enrolled in HIV care (pre-ART, ART, PMTCT).&lt;/td>
		&lt;/tr>
	&lt;/tbody>
&lt;/table>
&amp;nbsp;

&lt;table border="1" cellspacing="0" width="100%">
	&lt;tbody>
		&lt;tr>
			&lt;td class="blueTitle" width="25%">Antiretroviral Therapy (ART)&lt;/td>
			&lt;td class="pinkTitle">Male&lt;/td>
			&lt;td class="pinkTitle">Female&lt;/td>
			&lt;td class="orangeTitle" width="5%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" width="50%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">7.2. Number of adults living with HIV receiving antiretroviral therapy&lt;/td>
			&lt;td class="pinkContent">&lt;input id="YbN2Nvy3RW7-QZ6kUGMVdF7-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="YbN2Nvy3RW7-jzBTmGmlQ9S-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="YbN2Nvy3RW7" id="totalYbN2Nvy3RW7" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent" rowspan="2">Count the number of Adults (equal and above 15 years of age) and children (less than 15 years) separately with HIV infection receiving antiretroviral therapy at the end of reporting period. Patients who died, stopped ART, transferred out or are lost to follow up (patient does not show up for 2 months from next appointment date) are EXCLUDED. (Cumulative figure at the end of the reporting period)&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">7.3. Number of children living with HIV receiving antiretroviral therapy&lt;/td>
			&lt;td class="pinkContent">&lt;input id="Blw0S7zEbaa-QZ6kUGMVdF7-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="Blw0S7zEbaa-jzBTmGmlQ9S-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="Blw0S7zEbaa" id="totalBlw0S7zEbaa" name="total" readonly="readonly" title="" value="" />&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">7.4. Number of people living with HIV who are not on ART receiving cotrimoxazole prophylaxis&lt;/td>
			&lt;td class="pinkContent">&lt;input id="cSxlWoiwbeR-QZ6kUGMVdF7-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="cSxlWoiwbeR-jzBTmGmlQ9S-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="cSxlWoiwbeR" id="totalcSxlWoiwbeR" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of PLHIV who are not on ART and receiving cotrimoxazole as prophylaxis against opportunistic infections at the end of reporting period (Cumulative figure at the end of the reporting period). Provision of cotrimoxazole for treatment of episodes of HIV-related infections are NOT included.&lt;/td>
		&lt;/tr>
	&lt;/tbody>
&lt;/table>
&amp;nbsp;

&lt;table border="1" cellspacing="0" width="100%">
	&lt;tbody>
		&lt;tr>
			&lt;td class="blueTitle" rowspan="2" width="25%">Viral Load Measurement&lt;/td>
			&lt;td class="pinkTitle" colspan="2">Male&lt;/td>
			&lt;td class="pinkTitle" colspan="2">Female&lt;/td>
			&lt;td class="orangeTitle" rowspan="2" width="5%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" rowspan="2" width="50%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="pinkTitle" width="5%">&amp;lt; 15yrs&lt;/td>
			&lt;td class="pinkTitle" width="5%">&amp;gt;=15yrs&lt;/td>
			&lt;td class="pinkTitle" width="5%">&amp;lt; 15yrs&lt;/td>
			&lt;td class="pinkTitle" width="5%">&amp;gt;=15yrs&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">7.5. Number of people living with HIV on ART received viral load measurement during the reporting period&lt;/td>
			&lt;td class="pinkContent">&lt;input id="xGe5mkeW1qr-W53t4KbEjbi-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="xGe5mkeW1qr-RUWE1hJRgXM-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="xGe5mkeW1qr-qz1azeoZlBM-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="xGe5mkeW1qr-LDF2UNpTsRc-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="xGe5mkeW1qr" id="totalxGe5mkeW1qr" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of PLHIV on ART and received at least one viral load test during the reporting period. Count the individual. Do not count the number of VL test.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">7.6. Number of people living with HIV on ART with suppressed viral load (&amp;le; 1,000 copies) during the reporting period&lt;/td>
			&lt;td class="pinkContent">&lt;input id="DhzrTQZGjvf-W53t4KbEjbi-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="DhzrTQZGjvf-RUWE1hJRgXM-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="DhzrTQZGjvf-qz1azeoZlBM-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="DhzrTQZGjvf-LDF2UNpTsRc-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="DhzrTQZGjvf" id="totalDhzrTQZGjvf" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of PLHIV on ART and with viral load test result &amp;le; 1,000 copies among those tested for viral load during the reporting period. Count the last VL test result if an individual had more than one VL test.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">7.7. Number of people living with HIV on ART with viral load suppression (&amp;lt;1,000 copies/ml) at 12 months after ART initiation.&lt;/td>
			&lt;td class="pinkContent">&lt;input id="QTMkh5aoEE7-W53t4KbEjbi-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="QTMkh5aoEE7-RUWE1hJRgXM-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="QTMkh5aoEE7-qz1azeoZlBM-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="QTMkh5aoEE7-LDF2UNpTsRc-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="QTMkh5aoEE7" id="totalQTMkh5aoEE7" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of PLHIV who initiated ART 12 months (&amp;plusmn; 3 months) before the start of the reporting year and have a suppressed viral load (&amp;lt;1,000 copies/ml) at 12 months after initiating ART.&lt;/td>
		&lt;/tr>
	&lt;/tbody>
&lt;/table>
&lt;/div>

&lt;div id="Sec8">
&lt;table border="1" cellspacing="0" width="100%">
	&lt;tbody>
		&lt;tr&gt;
			&lt;td class="blueTitle" width="35%">Comanagement of TB-HIV - Diagnosis&lt;/td>
			&lt;td class="orangeTitle" width="15%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" width="50%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">8.1. Number of PLHIV in HIV care whose TB status was assessed in the reporting period&lt;/td>
			&lt;td class="orangeContent">&lt;input id="oMrh1sKByCh-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of PLHIV enrolled in HIV care (pre-ART, ART, PMTCT) within the past 12 months, whose TB status was assessed and recorded at their last visit during the reporting period.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">8.2. Number of PLHIV enrolled in HIV care during the reporting period&lt;/td>
			&lt;td class="orangeContent">&lt;input id="kObeiRNVq4l-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of PLHIV newly enrolled in HIV care (pre-ART, ART, PMTCT) within the reporting period.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">8.3. Number of people newly enrolled in HIV care who have active TB disease&lt;/td>
			&lt;td class="orangeContent">&lt;input id="khLYhkitCBU-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of PLHIV newly enrolled in HIV care during the reporting period who have active TB disease.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">8.4. Number of PLHIV started on TB treatment&lt;/td>
			&lt;td class="orangeContent">&lt;input id="AEG52hibdRV-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of PLHIV who started on TB treatment and registered in the TB register.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">8.5. Number of PLHIV diagnosed to have active TB&lt;/td>
			&lt;td class="orangeContent">&lt;input id="iCsnrL65qn8-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of PLHIV diagnosed to have active TB through intensified TB case finding.&lt;/td>
		&lt;/tr>
	&lt;/tbody>
&lt;/table>
&amp;nbsp;

&lt;table border="1" cellspacing="0" width="100%">
	&lt;tbody>
		&lt;tr>
			&lt;td class="blueTitle" rowspan="2" width="25%">Comanagement of TB-HIV - Prophylaxis and Treatment&lt;/td>
			&lt;td class="pinkTitle" colspan="2">Male&lt;/td>
			&lt;td class="pinkTitle" colspan="2">Female&lt;/td>
			&lt;td class="orangeTitle" rowspan="2" width="5%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" rowspan="2" width="50%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="pinkTitle" width="5%">&amp;lt; 15yrs&lt;/td>
			&lt;td class="pinkTitle" width="5%">&amp;gt;=15yrs&lt;/td>
			&lt;td class="pinkTitle" width="5%">&amp;lt; 15yrs&lt;/td>
			&lt;td class="pinkTitle" width="5%">&amp;gt;=15yrs&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">8.6. Number of HIV-positive new and relapsed TB patients on ART during TB treatment&lt;/td>
			&lt;td class="pinkContent">&lt;input id="JfovtGi353M-W53t4KbEjbi-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="JfovtGi353M-RUWE1hJRgXM-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="JfovtGi353M-qz1azeoZlBM-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="JfovtGi353M-LDF2UNpTsRc-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="JfovtGi353M" id="totalJfovtGi353M" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of HIV positive new and relapsed TB patients started on TB treatment during the reporting period who are already on ART or who start on ART during TB treatment.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">8.7. Number of people newly enrolled in HIV care who are started TB preventive therapy&lt;/td>
			&lt;td class="pinkContent">&lt;input id="E7b1UHTMYUD-W53t4KbEjbi-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="E7b1UHTMYUD-RUWE1hJRgXM-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="E7b1UHTMYUD-qz1azeoZlBM-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="E7b1UHTMYUD-LDF2UNpTsRc-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="E7b1UHTMYUD" id="totalE7b1UHTMYUD" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of PLHIV newly enrolled in HIV care who are started on treatment for latent TB infection (e.g. IPT) during the reporting period.&lt;/td>
		&lt;/tr>
	&lt;/tbody>
&lt;/table>
&lt;/div>

&lt;div id="Sec9">
&lt;table border="1" cellspacing="0" width="100%">
	&lt;tbody>
		&lt;tr>
			&lt;td class="blueTitle" width="35%">PMTCT HIV testing&lt;/td>
			&lt;td class="orangeTitle" width="15%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" width="50%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">9.1. Number of pregnant women attending ante-natal care services&lt;/td>
			&lt;td class="orangeContent">&lt;input id="ZDAZGsuUnQ7-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of pregnant woman attending antenatal care services.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">9.2. Number of pregnant women attending ante-natal care services who received HIV testing&lt;/td>
			&lt;td class="orangeContent">&lt;input id="ID2CihQ1Hwg-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent" rowspan="2">Count the number of pregnant woman attending antenatal care services who have received HIV testing during the reporting period. Specify for positive results.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">9.3. Number of pregnant women attending ANC tested positive for HIV&lt;/td>
			&lt;td class="orangeContent">&lt;input id="q5fIXsJgqD7-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
		&lt;/tr>
	&lt;/tbody>
&lt;/table>
&amp;nbsp;

&lt;table border="1" cellspacing="0" width="100%">
	&lt;tbody>
		&lt;tr>
			&lt;td class="blueTitle" width="25%">&amp;nbsp;&lt;/td>
			&lt;td class="pinkTitle">pregnant women with unknown HIV status received testing result and post-test counselling&lt;/td>
			&lt;td class="pinkTitle">known HIV+ pregnant women attending ANC for a new pregnancy&lt;/td>
			&lt;td class="orangeTitle" width="5%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" width="50%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">9.4. Number of pregnant women attending ante-natal care services who received HIV test result with post-test counselling&lt;/td>
			&lt;td class="pinkContent">&lt;input id="zi3WetNBHV7-D9LiO3zZyv6-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="zi3WetNBHV7-jRG7qB2SWVH-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="zi3WetNBHV7" id="totalzi3WetNBHV7" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of pregnant women who have received HIV test and test result with post-test counselling including the number of pregnant women with previously known HIV positive status attending ante-natal care for a new pregnancy during the reporting period. Specify on pregnant women with unknown HIV status and known HIV status.&lt;/td>
		&lt;/tr>
	&lt;/tbody>
&lt;/table>
&amp;nbsp;

&lt;table border="1" cellspacing="0" width="100%">
	&lt;tbody>
		&lt;tr>
			&lt;td class="blueTitle" rowspan="2" width="25%">PMTCT Prophylaxis &amp;amp; Treatment&lt;/td>
			&lt;td class="pinkTitle" colspan="3">Option B&lt;/td>
			&lt;td class="pinkTitle" colspan="2">Lifelong ART&lt;/td>
			&lt;td class="orangeTitle" rowspan="2" width="5%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" rowspan="2" width="45%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="pinkTitle" width="5%">&amp;gt;14 wks&lt;/td>
			&lt;td class="pinkTitle" width="5%">During labour&lt;/td>
			&lt;td class="pinkTitle" width="5%">After delivery&lt;/td>
			&lt;td class="pinkTitle" width="5%">newly initiate on ART during current pregnancy&lt;/td>
			&lt;td class="pinkTitle" width="5%">already on ART before the current pregnancy&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">9.5. Number of HIV positive pregnant women who received antiretrovirals to reduce the risk of mother to child transmission&lt;/td>
			&lt;td class="pinkContent">&lt;input id="EbO55gv6CfR-vZ1OtdDZbYm-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="EbO55gv6CfR-Qyv7M737UJ0-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="EbO55gv6CfR-UcGpC73Un3J-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="EbO55gv6CfR-TWRw4g6PamW-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="EbO55gv6CfR-QbDA03JwRoa-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="EbO55gv6CfR" id="totalEbO55gv6CfR" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of HIV-positive pregnant women who have received antiretroviral prophylaxis (Option B) or antiretroviral therapy (Option B+) to reduce the risk of mother-to-child transmission during the reporting period. Report by disaggregation of type of regimen, Option B or Life long ART.&lt;/td>
		&lt;/tr>
	&lt;/tbody>
&lt;/table>
&amp;nbsp;

&lt;table border="1" cellspacing="0" width="100%">
	&lt;tbody>
		&lt;tr>
			&lt;td class="blueTitle" colspan="3">Exposed Infants&lt;/td>
			&lt;td class="orangeTitle">Total&lt;/td>
			&lt;td class="yorkGreenTitle">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent" colspan="3">9.6. Number of HIV exposed infant who initiated ARV prophylaxis&lt;/td>
			&lt;td class="orangeContent">&lt;input id="fzMmvsYIBso-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of HIV exposed infants born within the reporting period who were started on ARV prophylaxis at birth.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent" colspan="3">9.7. Number of HIV exposed infant started on cotrimoxazole prophylaxis within 2 months of birth&lt;/td>
			&lt;td class="orangeContent">&lt;input id="sCNx0AhyjZP-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of HIV exposed infants born within the reporting period who were started on CTX within two months of birth.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueTitle" width="25%">&amp;nbsp;&lt;/td>
			&lt;td class="pinkTitle" width="10%">Positive&lt;/td>
			&lt;td class="pinkTitle" width="10%">Negative&lt;/td>
			&lt;td class="orangeTitle" width="10%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" width="45%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">9.8. Number of HIV exposed infant received a virological test for HIV within 2 months of birth&lt;/td>
			&lt;td class="pinkContent">&lt;input id="Sv2ANIPnqO9-ElInD24GfWD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="Sv2ANIPnqO9-UScYpKCFAfr-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="Sv2ANIPnqO9" id="totalSv2ANIPnqO9" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of HIV exposed infants born within the reporting period who received an HIV test within 2 months of birth. Count the individual. DO NOT count number of test.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueTitle" colspan="3">HIV Positive Infants&lt;/td>
			&lt;td class="orangeTitle">Total&lt;/td>
			&lt;td class="yorkGreenTitle">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent" colspan="3">9.9. Number of identified HIV positive infants initiated on ART by 12 months of age&lt;/td>
			&lt;td class="orangeContent">&lt;input id="YG7Np97VQk5-L3NbebDrkmD-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of HIV exposed infants who were identified as HIV positive and started on ART by 12 months of age.&lt;/td>
		&lt;/tr>
	&lt;/tbody>
&lt;/table>
&lt;/div>

&lt;div id="Sec10">
&lt;table border="1" cellspacing="0" width="100%">
	&lt;tbody>
		&lt;tr>
			&lt;td class="blueTitle" width="20%">Community Home Based Care (CHBC)&lt;/td>
			&lt;td class="pinkTitle" width="10%">Psychological/social support&lt;/td>
			&lt;td class="pinkTitle" width="10%">Food, material or financial support&lt;/td>
			&lt;td class="pinkTitle" width="10%">Medical support&lt;/td>
			&lt;td class="orangeTitle" width="10%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" width="40%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent">10.1. Number of people receiving community home based care&lt;/td>
			&lt;td class="pinkContent">&lt;input id="MJIiMcZS8T3-jCMuCA5niRY-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="MJIiMcZS8T3-oWKZDipBlGT-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="MJIiMcZS8T3-VsPybf542rg-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="MJIiMcZS8T3" id="totalMJIiMcZS8T3" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of PLHIV who receive at least one of the services of basic home base care package of support at least once during the reporting period. Count ONLY non-duplicated number of PLHIVs. NOT number of visits to household. DO NOT include family members.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueTitle" colspan="2" width="25%">Self Help Group&lt;/td>
			&lt;td class="pinkTitle" width="10%">Male&lt;/td>
			&lt;td class="pinkTitle" width="10%">Female&lt;/td>
			&lt;td class="orangeTitle" width="10%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" width="45%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent" colspan="2">10.2. Number of people living with HIV associated with self- help groups&lt;/td>
			&lt;td class="pinkContent">&lt;input id="FCVAKzenHej-QZ6kUGMVdF7-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="FCVAKzenHej-jzBTmGmlQ9S-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="FCVAKzenHej" id="totalFCVAKzenHej" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count only the number of people living with HIV who are associated with self-help groups, but not non-infected family members.&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueTitle" colspan="2" width="25%">Orphan and Vulnerable Children (OVC)&lt;/td>
			&lt;td class="pinkTitle" width="10%">Male&lt;/td>
			&lt;td class="pinkTitle" width="10%">Female&lt;/td>
			&lt;td class="orangeTitle" width="10%">Total&lt;/td>
			&lt;td class="yorkGreenTitle" width="45%">Description&lt;/td>
		&lt;/tr>
		&lt;tr>
			&lt;td class="blueContent" colspan="2">10.3. Number of orphans and vulnerable children affected by HIV receiving package of support&lt;/td>
			&lt;td class="pinkContent">&lt;input id="JOYxgAyzY2v-QZ6kUGMVdF7-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="pinkContent">&lt;input id="JOYxgAyzY2v-jzBTmGmlQ9S-val" name="entryfield" title="" value="" />&lt;/td>
			&lt;td class="orangeContent">&lt;input dataelementid="JOYxgAyzY2v" id="totalJOYxgAyzY2v" name="total" readonly="readonly" title="" value="" />&lt;/td>
			&lt;td class="yorkGreenContent">Count the number of Orphans and vulnerable children affected by HIV who received at least one of six types of support in the reporting period. Count the number orphaned and vulnerable children aged 0 to 17 that received the minimum package of support (health care, food support, school support, emotional/ psychological support, shelter, vocational support). Orphans can have lost one or two parents.&lt;/td>
		&lt;/tr>
	&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;/div>
			</htmlCode>
			<format>2</format>
			<name>NAP_Progress Report</name>
			<style>NORMAL</style>
		</dataEntryForm>
	</dataEntryForms>
	<categoryOptions>
		<categoryOption code="PGK" created="2016-09-20T14:48:15.134" lastUpdated="2016-09-22T09:21:28.720" name="Pyi Gyi Khin" id="zMzbfWYg3Y5" shortName="PGK">
			<publicAccess>--------</publicAccess>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>QbiYJwQtIYK</userGroupUid>
					<displayName>PGK (NAP)</displayName>
					<id>QbiYJwQtIYK</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption code="MANA" created="2016-09-20T14:32:33.562" lastUpdated="2016-12-15T13:58:33.240" name="Myanmar Anti-Narcotics Association" id="jjwEQ0tKj4J" shortName="MANA">
			<publicAccess>--------</publicAccess>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>lpPqfLRb6lT</userGroupUid>
					<displayName>MANA (NAP)</displayName>
					<id>lpPqfLRb6lT</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption code="SCiM" created="2016-09-06T11:41:51.456" lastUpdated="2016-10-10T14:45:50.775" name="Save the Children in Myanmar" id="tQ43js9vqcE" shortName="SCiM">
			<publicAccess>--------</publicAccess>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>OOUnk8hc5rf</userGroupUid>
					<displayName>9. National Tuberculosis Programme</displayName>
					<id>OOUnk8hc5rf</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>sL8f5MQNagk</userGroupUid>
					<displayName>PR_SCI (NAP)</displayName>
					<id>sL8f5MQNagk</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>hKBRI8lZD1H</userGroupUid>
					<displayName>SCIM (NAP)</displayName>
					<id>hKBRI8lZD1H</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>URLjBdWr6ZD</userGroupUid>
					<displayName>10. National Malaria Control Program Group</displayName>
					<id>URLjBdWr6ZD</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption created="2016-09-28T15:53:06.575" lastUpdated="2016-10-03T15:50:52.878" name="ART_Newly initiate on ART during current pregnancy" id="y7tzPyAGERY" shortName="ART_Newly initiate on ART during current pregnancy">
			<user id="yFZe8HI1sWB"/>
		</categoryOption>
		<categoryOption code="MoH" created="2016-07-08T12:10:34.847" lastUpdated="2016-10-02T14:10:34.597" name="Ministry of Health_NAP" id="iZfwmG1Z7DT" shortName="MoH_NAP">
			<publicAccess>--------</publicAccess>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>iz6yFyq0gbW</userGroupUid>
					<displayName>Ministry of Health_NAP Group</displayName>
					<id>iz6yFyq0gbW</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>URLjBdWr6ZD</userGroupUid>
					<displayName>10. National Malaria Control Program Group</displayName>
					<id>URLjBdWr6ZD</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>FcWlvYnf6bZ</userGroupUid>
					<displayName>1. HMIS SuperUser</displayName>
					<id>FcWlvYnf6bZ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>rmfRWczEp3o</userGroupUid>
					<displayName>2. HMIS Central Group</displayName>
					<id>rmfRWczEp3o</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>OOUnk8hc5rf</userGroupUid>
					<displayName>9. National Tuberculosis Programme</displayName>
					<id>OOUnk8hc5rf</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption code="PU-AMI" created="2016-09-06T11:41:50.959" lastUpdated="2016-12-16T13:12:42.933" name="Première Urgence - Aide Médicale Internationale " id="qLqqfDS5Hz4" shortName="PU-AMI">
			<publicAccess>--------</publicAccess>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>yK0ZzgX1lsf</userGroupUid>
					<displayName>PU-AMI (NAP)</displayName>
					<id>yK0ZzgX1lsf</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption code="F" created="2013-09-03T09:01:01.520" lastUpdated="2016-07-24T12:29:49.819" name="Female" id="IqTiDJxDQ0U" shortName="Female"/>
		<categoryOption code="Other Pop" created="2016-07-24T12:30:08.738" lastUpdated="2016-07-24T12:30:08.739" name="Other Pop" id="th3FmenStBg" shortName="Other Pop">
			<publicAccess>rw------</publicAccess>
			<user id="VdzanTrExaQ"/>
		</categoryOption>
		<categoryOption code="Imprisoned" created="2016-07-24T12:29:57.812" lastUpdated="2016-07-24T12:29:57.813" name="Imprisoned" id="kUjXcOC9JlF" shortName="Imprisoned">
			<publicAccess>rw------</publicAccess>
			<user id="VdzanTrExaQ"/>
		</categoryOption>
		<categoryOption created="2016-07-14T15:03:01.004" lastUpdated="2016-09-20T14:38:17.043" name="Médecins du Monde" id="na1doEOLtk6" shortName="MDM ">
			<publicAccess>--------</publicAccess>
			<user id="KkNUjCJu16A"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>T1tZ2sWWUpO</userGroupUid>
					<displayName>MDM (NAP)</displayName>
					<id>T1tZ2sWWUpO</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>GK1eterYeNK</userGroupUid>
					<displayName>MDM (NTP) group</displayName>
					<id>GK1eterYeNK</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption created="2016-07-11T20:55:22.369" lastUpdated="2016-12-15T13:57:46.355" name="Medical Action Myanmar" id="gTqlwxQUZ79" shortName="MAM">
			<publicAccess>--------</publicAccess>
			<user id="KkNUjCJu16A"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>xLI7nsnAg3Y</userGroupUid>
					<displayName>MAM (NAP)</displayName>
					<id>xLI7nsnAg3Y</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>RsMClUbjR1C</userGroupUid>
					<displayName>MAM(NTP) group</displayName>
					<id>RsMClUbjR1C</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption created="2016-09-28T15:53:30.714" lastUpdated="2016-10-03T15:51:15.735" name="ART_Already on ART before the current pregnancy" id="v03cyi8xxig" shortName="ART_Already on ART before the current pregnancy">
			<user id="yFZe8HI1sWB"/>
		</categoryOption>
		<categoryOption code="Burnet" created="2016-07-08T12:10:11.748" lastUpdated="2016-12-15T14:43:27.444" name="Burnet Institute" id="lpdzaJUUaeN" shortName="Burnet">
			<publicAccess>--------</publicAccess>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>iGJ3jzTHMHn</userGroupUid>
					<displayName>Burnet (NAP)</displayName>
					<id>iGJ3jzTHMHn</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption code="MSM" created="2016-07-24T12:30:06.323" lastUpdated="2016-07-24T12:30:06.325" name="MSM" id="HtfhiGDQEn4" shortName="MSM">
			<publicAccess>rw------</publicAccess>
			<user id="VdzanTrExaQ"/>
		</categoryOption>
		<categoryOption code="Consortium" created="2016-09-06T11:41:49.166" lastUpdated="2016-12-15T16:50:22.086" name="Consortium" id="Fj3f7ZIuop9" shortName="Consortium">
			<publicAccess>--------</publicAccess>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>qJIqgs3SuSn</userGroupUid>
					<displayName>Consortium (NAP)</displayName>
					<id>qJIqgs3SuSn</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption created="2013-09-03T08:37:12.088" lastUpdated="2016-07-24T12:29:45.946" name="default" id="uQjEoFQojw4" shortName="default"/>
		<categoryOption code="IntOM" created="2016-09-06T11:41:49.957" lastUpdated="2017-02-03T14:42:50.705" name="International Organization for Migration" id="jrcC9NA4SA9" shortName="IntOM">
			<publicAccess>rw------</publicAccess>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>OOUnk8hc5rf</userGroupUid>
					<displayName>9. National Tuberculosis Programme</displayName>
					<id>OOUnk8hc5rf</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>zY06f7JcDnH</userGroupUid>
					<displayName>IOM (NAP)</displayName>
					<id>zY06f7JcDnH</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>URLjBdWr6ZD</userGroupUid>
					<displayName>10. National Malaria Control Program Group</displayName>
					<id>URLjBdWr6ZD</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption created="2016-07-12T14:05:51.307" lastUpdated="2016-09-21T12:40:52.541" name="Médecins Sans Frontières - Switzerland" id="NiZ5ztH8RP1" shortName="MSF-CH ">
			<publicAccess>--------</publicAccess>
			<user id="KkNUjCJu16A"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>RXiIsjMkuob</userGroupUid>
					<displayName>MSF CH (NAP)</displayName>
					<id>RXiIsjMkuob</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>H4POuRjn2me</userGroupUid>
					<displayName>MSFCH(NTP) group</displayName>
					<id>H4POuRjn2me</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption code="O" created="2017-01-31T14:59:52.881" lastUpdated="2017-02-02T11:37:24.235" name="Outreach" id="l36Z26WYKLU" shortName="OR">
			<publicAccess>rw------</publicAccess>
			<user id="yFZe8HI1sWB"/>
		</categoryOption>
		<categoryOption code="AssocFXB" created="2016-09-06T11:41:48.030" lastUpdated="2016-09-26T14:16:06.798" name="Association Francois-Xavier Bagnoud" id="Yer3hZ14ymO" shortName="AssocFXB">
			<publicAccess>--------</publicAccess>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ItuGLNxLBax</userGroupUid>
					<displayName>AFXB (NAP)</displayName>
					<id>ItuGLNxLBax</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption code="Union" created="2016-09-20T14:41:24.756" lastUpdated="2016-09-26T14:29:35.861" name="International Union against Tuberculosis and Lung Disease" id="RhMS3tvoY16" shortName="Union">
			<publicAccess>--------</publicAccess>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>PozzYrCymHF</userGroupUid>
					<displayName>UNION (NAP)</displayName>
					<id>PozzYrCymHF</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption created="2016-09-28T15:48:46.249" lastUpdated="2016-09-28T15:48:46.249" name="known HIV+ pregnant women attending ANC for a new pregnancy during the reporting period" id="nk4NKAQHNm3" shortName="known HIV+ pregnant women">
			<user id="yFZe8HI1sWB"/>
		</categoryOption>
		<categoryOption created="2016-09-28T16:20:30.602" lastUpdated="2016-09-28T16:20:30.602" name="HIV negative" id="U9rsQ4sjUVs" shortName="HIV negative">
			<user id="yFZe8HI1sWB"/>
		</categoryOption>
		<categoryOption created="2016-09-28T15:47:55.249" lastUpdated="2016-09-28T15:47:55.249" name="pregnant women with unknown HIV status received testing result and post-test counselling during the reporting period" id="Gw2h6i2rl9m" shortName="unknown HIV status">
			<user id="yFZe8HI1sWB"/>
		</categoryOption>
		<categoryOption code="Clients" created="2016-07-24T12:29:41.651" lastUpdated="2016-07-24T12:29:41.653" name="Clients" id="njsFqbMFsVU" shortName="Clients">
			<publicAccess>rw------</publicAccess>
			<user id="VdzanTrExaQ"/>
		</categoryOption>
		<categoryOption code="M" created="2013-09-03T09:00:21.131" lastUpdated="2016-07-24T12:30:00.250" name="Male" id="P5ZqzZTcqAT" shortName="Male"/>
		<categoryOption created="2016-09-28T15:51:05.938" lastUpdated="2016-10-03T15:49:36.310" name="OptionB_>14 wks" id="GG0aQnngWeN" shortName="OptionB_>14 wks"><user id="yFZe8HI1sWB"/>
		</categoryOption>
		<categoryOption code="HPA" created="2016-09-06T11:41:50.459" lastUpdated="2016-10-10T16:45:00.873" name="Health Poverty Action" id="Ul03GKteAck" shortName="HPA">
			<publicAccess>--------</publicAccess>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>URLjBdWr6ZD</userGroupUid>
					<displayName>10. National Malaria Control Program Group</displayName>
					<id>URLjBdWr6ZD</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>xUNIiQMYqi5</userGroupUid>
					<displayName>HPA (NAP)</displayName>
					<id>xUNIiQMYqi5</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption code="MSI" created="2016-09-20T14:33:46.205" lastUpdated="2016-12-16T14:00:03.602" name="Marie Stopes International Myanmar" id="Bif0lb33wPu" shortName="MSI">
			<publicAccess>--------</publicAccess>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>xrt4EyWwKtp</userGroupUid>
					<displayName>MSI (NAP)</displayName>
					<id>xrt4EyWwKtp</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption created="2016-07-12T14:10:44.248" lastUpdated="2016-09-26T14:19:07.025" name="Asian Harm Reduction Network" id="QLTLcWE18le" shortName="AHRN ">
			<publicAccess>--------</publicAccess>
			<user id="KkNUjCJu16A"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>R0xsE0JYC1n</userGroupUid>
					<displayName>AHRN (NTP) group</displayName>
					<id>R0xsE0JYC1n</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>thyhv3vOEPn</userGroupUid>
					<displayName>AHRN (NAP)</displayName>
					<id>thyhv3vOEPn</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption created="2017-02-02T22:51:40.363" lastUpdated="2017-02-02T22:51:40.363" name="Discordant Couple" id="mTCjNrKjzle" shortName="Discordant Couple">
			<publicAccess>rw------</publicAccess>
			<user id="sjXEqVX56JY"/>
		</categoryOption>
		<categoryOption code="≥15" created="2016-07-24T12:29:22.620" lastUpdated="2016-07-24T12:29:22.622" name="≥15" id="IMVA0wiuEPi" shortName="≥15">
			<publicAccess>rw------</publicAccess>
			<user id="VdzanTrExaQ"/>
		</categoryOption>
		<categoryOption code="UNODC" created="2016-09-20T14:35:28.895" lastUpdated="2016-12-22T10:04:42.781" name="United Nations Office on Drugs and Crime" id="whBuujU4aoq" shortName="UNODC">
			<publicAccess>--------</publicAccess>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>Q3d65QYtscv</userGroupUid>
					<displayName>UNODC (NAP)</displayName>
					<id>Q3d65QYtscv</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption created="2016-09-20T14:32:47.095" lastUpdated="2016-12-16T14:05:14.145" name="Myanmar Business Coalition on AIDS" id="eOvL3PH3iyi" shortName="MBCA">
			<publicAccess>--------</publicAccess>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>LaWN8lhqqFS</userGroupUid>
					<displayName>MBCA (NAP)</displayName>
					<id>LaWN8lhqqFS</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption created="2016-12-15T10:15:30.686" lastUpdated="2016-12-15T14:02:45.841" name="Myanmar Positive Group" id="gWyFBR02sAN" shortName="MPG">
			<publicAccess>--------</publicAccess>
			<startDate>2016-12-01T00:00:00.000</startDate>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>OzDdqqf5FMg</userGroupUid>
					<displayName>MPG (NAP)</displayName>
					<id>OzDdqqf5FMg</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption created="2016-09-28T15:51:41.304" lastUpdated="2016-10-03T15:50:25.279" name="OptionB_After delivery" id="ESrP58Fifcg" shortName="OptionB_After delivery">
			<user id="yFZe8HI1sWB"/>
		</categoryOption>
		<categoryOption code="PWID" created="2016-07-24T12:29:56.590" lastUpdated="2017-02-02T23:02:58.883" name="PWID" id="wLS9T6zaF2r" shortName="PWID">
			<publicAccess>rw------</publicAccess>
			<user id="VdzanTrExaQ"/>
		</categoryOption>
		<categoryOption created="2016-09-20T14:30:51.691" lastUpdated="2016-12-16T10:16:35.559" name="International HIV/AIDS Alliance in Myanmar" id="ybQsISqBzfw" shortName="Alliance">
			<publicAccess>--------</publicAccess>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>cy5HX4XQxDW</userGroupUid>
					<displayName>Alliance (NAP)</displayName>
					<id>cy5HX4XQxDW</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption created="2016-07-12T14:04:16.981" lastUpdated="2016-09-21T12:40:06.658" name="Médecins Sans Frontières - Holland" id="axMImMQ27je" shortName="MSF-H ">
			<publicAccess>--------</publicAccess>
			<user id="KkNUjCJu16A"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>LfHY8tV1z2s</userGroupUid>
					<displayName>MSFH(NTP) group</displayName>
					<id>LfHY8tV1z2s</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>P2Jv6NBGVjl</userGroupUid>
					<displayName>MSF Holland (NAP)</displayName>
					<id>P2Jv6NBGVjl</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption code="World Vision" created="2016-09-06T11:41:51.958" lastUpdated="2016-12-16T13:52:36.944" name="World Vision" id="hJmY3HjufR5" shortName="World Vision">
			<publicAccess>--------</publicAccess>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>OOUnk8hc5rf</userGroupUid>
					<displayName>9. National Tuberculosis Programme</displayName>
					<id>OOUnk8hc5rf</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>BL4XVs7Pya1</userGroupUid>
					<displayName>WV (NAP)</displayName>
					<id>BL4XVs7Pya1</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>URLjBdWr6ZD</userGroupUid>
					<displayName>10. National Malaria Control Program Group</displayName>
					<id>URLjBdWr6ZD</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption code="Regular Partner" created="2016-07-24T12:30:16.442" lastUpdated="2016-07-24T12:30:16.443" name="Regular Partner" id="Arz0ov0DozS" shortName="Regular Partner">
			<publicAccess>rw------</publicAccess>
			<user id="VdzanTrExaQ"/>
		</categoryOption>
		<categoryOption created="2016-07-11T20:54:36.826" lastUpdated="2016-09-20T14:49:04.663" name="Population Services International" id="GFhHTmhXmaf" shortName="PSI organization">
			<publicAccess>--------</publicAccess>
			<user id="KkNUjCJu16A"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>PFV9FTqfEZ3</userGroupUid>
					<displayName>PSI (NAP)</displayName>
					<id>PFV9FTqfEZ3</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>PyiZn53Uocz</userGroupUid>
					<displayName>PSI (NTP) group</displayName>
					<id>PyiZn53Uocz</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption created="2017-01-31T15:00:09.962" lastUpdated="2017-02-02T11:37:24.233" name="Drop-in Center" id="ahCjbhUfYKq" shortName="DIC">
			<publicAccess>rw------</publicAccess>
			<user id="yFZe8HI1sWB"/>
		</categoryOption>
		<categoryOption code="SARA" created="2016-09-06T11:41:51.208" lastUpdated="2016-10-07T09:05:16.314" name="Substance Abuse Research Association" id="J47app0MQzg" shortName="SARA">
			<publicAccess>--------</publicAccess>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>Z0q5gxHYkyK</userGroupUid>
					<displayName>SARA (NAP)</displayName>
					<id>Z0q5gxHYkyK</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption created="2016-09-28T16:23:29.388" lastUpdated="2016-09-28T16:23:29.388" name="Food, material or financial support" id="taYMxm0fp4k" shortName="Food, material or financial support">
			<user id="yFZe8HI1sWB"/>
		</categoryOption>
		<categoryOption code="Malteser" created="2016-09-06T11:41:50.710" lastUpdated="2016-09-26T14:26:32.950" name="Malteser" id="wBV4zO62SD5" shortName="Malteser">
			<publicAccess>--------</publicAccess>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>OOUnk8hc5rf</userGroupUid>
					<displayName>9. National Tuberculosis Programme</displayName>
					<id>OOUnk8hc5rf</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ooQAyr9wJHi</userGroupUid>
					<displayName>Malteser (NAP)</displayName>
					<id>ooQAyr9wJHi</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>URLjBdWr6ZD</userGroupUid>
					<displayName>10. National Malaria Control Program Group</displayName>
					<id>URLjBdWr6ZD</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption created="2016-10-10T13:31:28.910" lastUpdated="2016-10-10T14:47:10.605" name="Metta Foundation" id="zCuK513Girw" shortName="Metta Foundation">
			<publicAccess>--------</publicAccess>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>NSpiOOFug4m</userGroupUid>
					<displayName>Metta (NAP)</displayName>
					<id>NSpiOOFug4m</id>
				</userGroupAccess>
			</userGroupAccesses>
		</categoryOption>
		<categoryOption code="&lt;15" created="2016-07-24T12:29:20.248" lastUpdated="2016-07-24T12:29:20.249" name="&lt;15" id="XN5z2ZGOvof" shortName="&lt;15">
			<publicAccess>rw------</publicAccess>
			<user id="VdzanTrExaQ"/>
		</categoryOption>
		<categoryOption code="FSW" created="2016-07-24T12:29:52.467" lastUpdated="2016-07-24T12:29:52.468" name="FSW" id="aUdIDNj3lbQ" shortName="FSW">
			<publicAccess>rw------</publicAccess>
			<user id="VdzanTrExaQ"/>
		</categoryOption>
		<categoryOption created="2016-09-28T15:51:22.572" lastUpdated="2016-10-03T15:50:04.620" name="OptionB_During labour" id="N5JnbCixa7h" shortName="OptionB_During labour">
			<user id="yFZe8HI1sWB"/>
		</categoryOption>
		<categoryOption created="2016-09-28T16:20:17.720" lastUpdated="2016-09-28T16:20:17.720" name="HIV positive" id="MaLeG16BYHv" shortName="HIV positive">
			<user id="yFZe8HI1sWB"/>
		</categoryOption>
		<categoryOption created="2016-09-28T16:23:55.009" lastUpdated="2016-09-28T16:23:55.009" name="Medical support" id="zJuwti8GZlS" shortName="Medical support">
			<user id="yFZe8HI1sWB"/>
		</categoryOption>
		<categoryOption created="2016-09-28T16:23:14.146" lastUpdated="2016-09-28T16:23:14.146" name="Psychological/social support&#x9;" id="PGpQfYMZ9o6" shortName="Psychological/social support&#x9;">
			<user id="yFZe8HI1sWB"/>
		</categoryOption>
	</categoryOptions>
	<indicators>
		<indicator created="2017-02-13T07:18:54.103" lastUpdated="2017-02-13T07:18:54.103" name="PR_Condom Distribution" id="aTihCwv0Hb6" shortName="Condom Distribution">
			<publicAccess>rw------</publicAccess>
			<numerator>#{acUPgt186Lx.xGPWig6LWVG}+#{acUPgt186Lx.DJTgNyow2p7}+#{acUPgt186Lx.Bxz2kmuB2u3}+#{acUPgt186Lx.QNK9kbH75Ro}+#{acUPgt186Lx.LrRXMtvUKAf}+#{CvW6mYClFdh.L3NbebDrkmD}</numerator>
			<denominator>1</denominator>
			<annualized>false</annualized>
			<denominatorDescription>1</denominatorDescription>
			<numeratorDescription>Total Condoms Distributed (Free + Social Marketing)</numeratorDescription>
			<indicatorType id="dVwM44YVPZp"/>
			<user id="sjXEqVX56JY"/>
		</indicator>
		<indicator created="2017-02-02T14:11:46.714" lastUpdated="2017-02-02T14:11:46.714" name="PR_PWUD reached with HIV prevention (Outreach, Male+Female)" id="QWxVhlKDzQp" shortName="PWUD reached with HIV prevention (Outreach, M+F)">
			<publicAccess>rw------</publicAccess>
			<numerator>#{bVNykvZuGiA.vl78jeqXtDu} + #{bVNykvZuGiA.y3TzJygofeu}</numerator>
			<denominator>1</denominator>
			<annualized>false</annualized>
			<denominatorDescription>1</denominatorDescription>
			<numeratorDescription>PWUD reached with HIV prevention (Outreach, M+F)</numeratorDescription>
			<indicatorType id="dVwM44YVPZp"/>
			<user id="sjXEqVX56JY"/>
		</indicator>
		<indicator created="2017-02-02T14:08:51.185" lastUpdated="2017-02-02T14:08:51.185" name="PR_PWID reached with HIV prevention (DIC, Male+Female)" id="HM7FTy1jwRU" shortName="PWID reached with HIV prevention (DIC, M+F)">
			<publicAccess>rw------</publicAccess>
			<numerator>#{oSFDteByUM7.iNZfN3vXZSx} + #{oSFDteByUM7.A38YUM8S5Xs}</numerator>
			<denominator>1</denominator>
			<annualized>false</annualized>
			<denominatorDescription>1</denominatorDescription>
			<numeratorDescription>PWID reached with HIV prevention (DIC, M+F)</numeratorDescription>
			<indicatorType id="dVwM44YVPZp"/>
			<user id="sjXEqVX56JY"/>
		</indicator>
		<indicator created="2017-02-02T14:12:54.295" lastUpdated="2017-02-02T14:12:54.295" name="PR_PWUD reached with HIV prevention (DIC, Male+Female)" id="OvrgnQjzUX3" shortName="PWUD reached with HIV prevention (DIC, M+F)">
			<publicAccess>rw------</publicAccess>
			<numerator>#{bVNykvZuGiA.iNZfN3vXZSx} + #{bVNykvZuGiA.A38YUM8S5Xs}</numerator>
			<denominator>1</denominator>
			<annualized>false</annualized>
			<denominatorDescription>1</denominatorDescription>
			<numeratorDescription>PWUD reached with HIV prevention (DIC, M+F)</numeratorDescription>
			<indicatorType id="dVwM44YVPZp"/>
			<user id="sjXEqVX56JY"/>
		</indicator>
		<indicator created="2017-02-02T14:07:24.393" lastUpdated="2017-02-02T14:07:24.393" name="PR_PWID reached with HIV prevention (Outreach, Male+Female)" id="kZ7dX8P8lMy" shortName="PWID reached with HIV prevention (Outreach,M+F)">
			<publicAccess>rw------</publicAccess>
			<numerator>#{oSFDteByUM7.vl78jeqXtDu} + #{oSFDteByUM7.y3TzJygofeu}</numerator>
			<denominator>1</denominator>
			<annualized>false</annualized>
			<denominatorDescription>1</denominatorDescription>
			<numeratorDescription>PR_PWID reached with HIV prevention (Outreach, Male+Female)</numeratorDescription>
			<indicatorType id="dVwM44YVPZp"/>
			<user id="sjXEqVX56JY"/>
		</indicator>
	</indicators>
	<sections>
		<section created="2016-09-30T14:29:20.409" lastUpdated="2016-10-01T09:19:19.190" name="PR_Adult on ART (Sex)" id="TN4JCQ9ghtL">
			<description># on ART</description>
			<sortOrder>21</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="YbN2Nvy3RW7"/>
			</dataElements>
		</section>
		<section created="2016-09-29T21:41:59.853" lastUpdated="2016-10-01T09:19:19.202" name="PR_Care and Supprt_Cohort" id="DobXReTN5wh">
			<description>ART cohort</description>
			<sortOrder>29</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="VCJE8MUGaWJ"/>
				<dataElement id="GOth1F2IQs1"/>
				<dataElement id="eLvilmO2zM7"/>
				<dataElement id="HJdnUqXYXpt"/>
				<dataElement id="UoZqRCIsuzO"/>
				<dataElement id="UNKEfWslqRj"/>
				<dataElement id="QTMkh5aoEE7"/>
			</dataElements>
		</section>
		<section created="2016-09-29T21:31:18.134" lastUpdated="2016-10-01T09:19:19.170" name="PR_HTS" id="zyCMgz9JyXh">
			<description>HTS services</description>
			<sortOrder>9</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="fWAPN0Pp2kd"/>
				<dataElement id="TIBmrUEiCDD"/>
				<dataElement id="lc6osae9cDU"/>
				<dataElement id="vH97S6IcS2V"/>
				<dataElement id="OdQRNELMuSy"/>
				<dataElement id="TLP6c6XzB0P"/>
				<dataElement id="spx9Qtf6V8u"/>
				<dataElement id="y2SxGm7LfZr"/>
				<dataElement id="NNHaihm4MlE"/>
				<dataElement id="MfYAjScrOJn"/>
				<dataElement id="yQAvDA7bupp"/>
				<dataElement id="ZugIon53GzJ"/>
				<dataElement id="nX6XrsoB4Mb"/>
				<dataElement id="kanG0xSqwT5"/>
			</dataElements>
		</section>
		<section created="2016-09-30T16:07:22.230" lastUpdated="2016-10-01T09:19:19.223" name="PR_TB-HIV" id="mDgtfRWeiGq">
			<description>PR_TB-HIV</description>
			<sortOrder>41</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="E7b1UHTMYUD"/>
				<dataElement id="kObeiRNVq4l"/>
				<dataElement id="oMrh1sKByCh"/>
				<dataElement id="AEG52hibdRV"/>
				<dataElement id="JfovtGi353M"/>
			</dataElements>
		</section>
		<section created="2016-09-30T14:25:08.788" lastUpdated="2016-10-01T09:19:19.199" name="PR_Care and Support_enrollment and VL" id="DHtB0X2qQrZ">
			<description># enrolled and VL testing</description>
			<sortOrder>27</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="R5lhjdPrQBM"/>
				<dataElement id="xGe5mkeW1qr"/>
				<dataElement id="DhzrTQZGjvf"/>
			</dataElements>
		</section>
		<section created="2016-09-30T14:38:15.755" lastUpdated="2016-10-01T09:19:19.206" name="PR_PMCT" id="rSlyE8TxKLA">
			<description>PMCT</description>
			<sortOrder>31</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="ZDAZGsuUnQ7"/>
				<dataElement id="ID2CihQ1Hwg"/>
				<dataElement id="q5fIXsJgqD7"/>
			</dataElements>
		</section>
		<section created="2016-09-30T16:03:08.301" lastUpdated="2016-10-01T09:19:19.209" name="PR_PMCT_known HIV status" id="IW9Zpl1d2zV">
			<description>PMCT_known HIV status</description>
			<sortOrder>33</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="zi3WetNBHV7"/>
			</dataElements>
		</section>
		<section created="2016-09-30T16:04:37.096" lastUpdated="2016-10-01T09:19:19.196" name="PR_C&amp;S_cotri" id="H0ZvjBh3PW6">
			<description>C&amp;S_cotri</description>
			<sortOrder>25</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="cSxlWoiwbeR"/>
			</dataElements>
		</section>
		<section created="2016-09-30T16:01:03.044" lastUpdated="2016-10-01T09:19:19.212" name="PR_PMCT_prophylaxis" id="CLYs1aZWbrY">
			<description>PMCT_prophylaxis</description>
			<sortOrder>35</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="EbO55gv6CfR"/>
			</dataElements>
		</section>
		<section created="2016-09-30T16:01:50.025" lastUpdated="2016-10-01T09:19:19.220" name="PR_PMCT_exposed infants tested" id="xSqH3IQVFtK">
			<description>PMCT_exposed infants tested</description>
			<sortOrder>39</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="Sv2ANIPnqO9"/>
			</dataElements>
		</section>
		<section created="2016-09-30T14:29:37.435" lastUpdated="2016-10-01T09:19:19.193" name="PR_Child on ART" id="ymWUd5mm7YP">
			<sortOrder>23</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="Blw0S7zEbaa"/>
			</dataElements>
		</section>
		<section created="2016-09-29T21:35:40.596" lastUpdated="2016-10-01T09:19:19.177" name="PR_NSEP" id="lrWFaJT4UMK">
			<description>Needle and Syringes program</description>
			<sortOrder>13</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="jU2blK4m7Xb"/>
				<dataElement id="RLTPfPHxFdr"/>
			</dataElements>
		</section>
		<section created="2016-09-30T15:27:57.581" lastUpdated="2016-10-04T13:16:52.559" name="PR_PMCT_ART initiation" id="nNyFOjsAA8Y">
			<description>PMCT_ART initiation</description>
			<sortOrder>37</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
		</section>
		<section created="2016-09-30T15:34:59.859" lastUpdated="2016-10-01T09:19:19.231" name="PR_impact mitigation" id="QazKG9xYBNB">
			<description>impact mitigation</description>
			<sortOrder>45</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="FCVAKzenHej"/>
			</dataElements>
		</section>
		<section created="2016-09-29T21:24:14.578" lastUpdated="2016-10-01T09:19:19.160" name="PR_Prevention_B" id="WdDVoSTMp6f">
			<description>PR_Prevention of HIV_with cat combination_Sex</description>
			<sortOrder>3</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="ubqnqfF96VP"/>
				<dataElement id="xAxxqcY9clI"/>
				<dataElement id="CAh2XLYMv11"/>
				<dataElement id="qaU2h7TVY0q"/>
				<dataElement id="f2ZUEH7r6HN"/>
				<dataElement id="XBXPvAEah7s"/>
			</dataElements>
		</section>
		<section created="2016-09-29T21:27:30.981" lastUpdated="2016-10-01T09:19:19.174" name="PR_STI" id="lEZMNtetuJO">
			<description>STI services</description>
			<sortOrder>11</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="O9FQ50jWFUk"/>
				<dataElement id="JhQeibYkjtZ"/>
				<dataElement id="DIdv0fJN53w"/>
				<dataElement id="jeLG6zII0lZ"/>
				<dataElement id="h53qCNAqyMS"/>
				<dataElement id="znQX33rHldw"/>
				<dataElement id="CeCWMqFH11R"/>
			</dataElements>
		</section>
		<section created="2016-09-29T21:36:40.733" lastUpdated="2016-10-01T09:19:19.183" name="PR_MMT" id="nIGsl0yEfmF">
			<description>Methadone Program</description>
			<sortOrder>17</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="lNEZ8oolH9Q"/>
				<dataElement id="liBLFGDnRXz"/>
			</dataElements>
		</section>
		<section created="2016-09-29T21:38:37.887" lastUpdated="2016-10-01T09:19:19.187" name="PR_Care and Support_A" id="lvflldjNcCf">
			<description>ART program_service delivery point</description>
			<sortOrder>19</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="wYzqTw73USi"/>
				<dataElement id="mnacl7qipNk"/>
			</dataElements>
		</section>
		<section created="2016-09-29T21:22:27.967" lastUpdated="2016-10-01T09:19:19.156" name="PR_Prevention_A" id="db3TEaC195I">
			<description>PR_Prevention of HIV (no cat combination)</description>
			<sortOrder>1</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="PkEoqVEdnUw"/>
				<dataElement id="vcdXhsHqvly"/>
				<dataElement id="WhJLqeaQahd"/>
				<dataElement id="S8NlN7EltEU"/>
				<dataElement id="DTI66gwkiYc"/>
				<dataElement id="kYsFdszAOBK"/>
				<dataElement id="hjUjlCTBNtH"/>
				<dataElement id="iMmYLKJJCwq"/>
			</dataElements>
		</section>
		<section created="2016-09-30T14:20:18.083" lastUpdated="2016-10-04T10:48:16.882" name="PR_# on MMT" id="tnizaVFeE57">
			<description>number of PWID on MMT</description>
			<sortOrder>15</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
		</section>
		<section created="2016-09-30T15:59:04.012" lastUpdated="2016-10-01T09:19:19.227" name="PR_impact mitigation (type)" id="A3SmueVQ090">
			<description>impact mitigation (type)</description>
			<sortOrder>43</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="MJIiMcZS8T3"/>
			</dataElements>
		</section>
		<section created="2016-09-29T21:33:44.262" lastUpdated="2016-10-01T09:19:19.167" name="PR_condom distributio" id="gr7L65arbnd">
			<description>Condom Distribution</description>
			<sortOrder>7</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="NMElSmi8HBu"/>
				<dataElement id="ldV88ki2mwM"/>
				<dataElement id="pOrnaZFlMGK"/>
				<dataElement id="YolDRCldX2f"/>
				<dataElement id="tLGgZY0I2wB"/>
				<dataElement id="CvW6mYClFdh"/>
			</dataElements>
		</section>
		<section created="2016-09-29T21:25:09.814" lastUpdated="2016-10-01T09:19:19.164" name="PR_Prevention_C" id="zmhvo5HBgzP">
			<description>Prevention of HIV_cat combination_Type/Sex</description>
			<sortOrder>5</sortOrder>
			<dataSet id="yAAZsdI11b9"/>
			<dataElements>
				<dataElement id="Ojs537tiF4x"/>
				<dataElement id="oSFDteByUM7"/>
			</dataElements>
		</section>
	</sections>
	<dataSets>
		<dataSet lastUpdated="2017-02-13T07:20:24.212" id="yAAZsdI11b9" created="2016-09-29T21:16:02.485" name="NAP - Progress Report V1" shortName="NAP - Progress Report">
			<validCompleteOnly>false</validCompleteOnly>
			<dataElementDecoration>true</dataElementDecoration>
			<publicAccess>--------</publicAccess>
			<notifyCompletingUser>false</notifyCompletingUser>
			<noValueRequiresComment>false</noValueRequiresComment>
			<skipOffline>false</skipOffline>
			<fieldCombinationRequired>false</fieldCombinationRequired>
			<renderHorizontally>false</renderHorizontally>
			<renderAsTabs>true</renderAsTabs>
			<mobile>false</mobile>
			<version>28</version>
			<timelyDays>30</timelyDays>
			<periodType>Yearly</periodType>
			<openFuturePeriods>0</openFuturePeriods>
			<expiryDays>0</expiryDays>
			<dataEntryForm id="g2VkIXLPKz8"/>
			<categoryCombo id="KDVKpw0xbC2"/>
			<user id="gTZVUfHCzRV"/>
			<dataSetElements>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.680" created="2017-02-13T07:19:49.680" id="iYFXfrEzBQA">
					<dataElement id="CyPLUGCkeD7"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.681" created="2017-02-13T07:19:49.681" id="alX8XjcPcG4">
					<dataElement id="iCsnrL65qn8"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.681" created="2017-02-13T07:19:49.681" id="ZlSRoEgqn0J">
					<dataElement id="CvW6mYClFdh"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.681" created="2017-02-13T07:19:49.681" id="a6LMausXixH">
					<dataElement id="wYzqTw73USi"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.681" created="2017-02-13T07:19:49.681" id="JstDJU2Xfho">
					<dataElement id="RLTPfPHxFdr"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.681" created="2017-02-13T07:19:49.681" id="mJXjZ1j9O5F">
					<dataElement id="JOYxgAyzY2v"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.681" created="2017-02-13T07:19:49.681" id="hoZ1jfAgEWU">
					<dataElement id="cSxlWoiwbeR"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.681" created="2017-02-13T07:19:49.681" id="i4rcHgn8yN0">
					<dataElement id="Ikt833V4F4P"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.681" created="2017-02-13T07:19:49.681" id="Vb2b0htjp6B">
					<dataElement id="WhJLqeaQahd"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.681" created="2017-02-13T07:19:49.681" id="bLBFOVTmD27">
					<dataElement id="AEG52hibdRV"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.681" created="2017-02-13T07:19:49.681" id="pZ5xLANzonr">
					<dataElement id="qaU2h7TVY0q"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.681" created="2017-02-13T07:19:49.681" id="vOEMLEcz70D">
					<dataElement id="khLYhkitCBU"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.681" created="2017-02-13T07:19:49.681" id="wBYsxsBYsAG">
					<dataElement id="CcCBU45ormp"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.681" created="2017-02-13T07:19:49.681" id="r6MV50waFgM">
					<dataElement id="hjUjlCTBNtH"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.681" created="2017-02-13T07:19:49.681" id="XVELGn7iGCs">
					<dataElement id="fzMmvsYIBso"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.682" created="2017-02-13T07:19:49.682" id="QdebaIp8crb">
					<dataElement id="EbO55gv6CfR"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.682" created="2017-02-13T07:19:49.682" id="zG904OcHfiw">
					<dataElement id="hWR80X5H8TZ"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.682" created="2017-02-13T07:19:49.682" id="e2MFrHesbNJ">
					<dataElement id="bVNykvZuGiA"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.682" created="2017-02-13T07:19:49.682" id="zn5t4tC5E5r">
					<dataElement id="xAxxqcY9clI"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.682" created="2017-02-13T07:19:49.682" id="LBUkrrBJImz">
					<dataElement id="Blw0S7zEbaa"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.688" created="2017-02-13T07:19:49.688" id="HSjQ7hto990">
					<dataElement id="lNEZ8oolH9Q"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.688" created="2017-02-13T07:19:49.688" id="eWWF4AcO1gq">
					<dataElement id="HJdnUqXYXpt"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.688" created="2017-02-13T07:19:49.688" id="GZu2QwmWSGY">
					<dataElement id="ubqnqfF96VP"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.688" created="2017-02-13T07:19:49.688" id="XHK8Tso3m8A">
					<dataElement id="MJIiMcZS8T3"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.688" created="2017-02-13T07:19:49.688" id="drJe0WbGhVB">
					<dataElement id="UNKEfWslqRj"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.688" created="2017-02-13T07:19:49.688" id="R0DbbHR8SSD">
					<dataElement id="Sv2ANIPnqO9"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.688" created="2017-02-13T07:19:49.688" id="xiWyFDHsBYp">
					<dataElement id="FCVAKzenHej"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.688" created="2017-02-13T07:19:49.688" id="UriUvTv42ak">
					<dataElement id="PkEoqVEdnUw"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.688" created="2017-02-13T07:19:49.688" id="dtUG8Qeu4bM">
					<dataElement id="CAh2XLYMv11"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.688" created="2017-02-13T07:19:49.688" id="xhQqWLWw8jb">
					<dataElement id="E7b1UHTMYUD"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.688" created="2017-02-13T07:19:49.688" id="OAqoo0TlCW1">
					<dataElement id="zi3WetNBHV7"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.688" created="2017-02-13T07:19:49.688" id="vQEP1KNchXj">
					<dataElement id="eLvilmO2zM7"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.688" created="2017-02-13T07:19:49.688" id="O8gBAcF6J6O">
					<dataElement id="xGe5mkeW1qr"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.688" created="2017-02-13T07:19:49.688" id="t3ooWBf5v0B">
					<dataElement id="f2ZUEH7r6HN"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="hkradFxPgXH">
					<dataElement id="oSFDteByUM7"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="jFE86T38C0y">
					<dataElement id="acUPgt186Lx"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="ScN3yPaOU1l">
					<dataElement id="sCNx0AhyjZP"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="oRKu1mfn1XF">
					<dataElement id="JfovtGi353M"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="uWneqycpyRe">
					<dataElement id="SLESiRB17M6"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="rUXWs7HLhDU">
					<dataElement id="kObeiRNVq4l"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="VwMpwNxIpBB">
					<dataElement id="XBXPvAEah7s"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="gUfDWS79Po3">
					<dataElement id="S8NlN7EltEU"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="Y83DwFD1xQb">
					<dataElement id="R5lhjdPrQBM"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="zmQpLoEWX8k">
					<dataElement id="oMrh1sKByCh"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="NLJ9EyqlB84">
					<dataElement id="jU2blK4m7Xb"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="fpy4dcP6Y66">
					<dataElement id="q5fIXsJgqD7"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="Yk5JqVWU6Du">
					<dataElement id="VCJE8MUGaWJ"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="nak1YhJJUlF">
					<dataElement id="DTI66gwkiYc"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="iXJrPHgazQe">
					<dataElement id="QTMkh5aoEE7"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="yyFtOaXQQnJ">
					<dataElement id="iMmYLKJJCwq"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="LeDdIM7HX7d">
					<dataElement id="ZDAZGsuUnQ7"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="W3su6j0gQ9A">
					<dataElement id="O9FQ50jWFUk"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="oP2bQ45hWnJ">
					<dataElement id="UoZqRCIsuzO"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="DADCu0GLtz5">
					<dataElement id="GOth1F2IQs1"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="LLpR1wMqHkD">
					<dataElement id="liBLFGDnRXz"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="vM6JI83gHy3">
					<dataElement id="DhzrTQZGjvf"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="ErNjSzbZw9i">
					<dataElement id="YbN2Nvy3RW7"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.689" created="2017-02-13T07:19:49.689" id="VFaXFNZm8ux">
					<dataElement id="ID2CihQ1Hwg"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.690" created="2017-02-13T07:19:49.690" id="sSuPrP6BuXI">
					<dataElement id="mnacl7qipNk"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
				<identifiableObject lastUpdated="2017-02-13T07:19:49.690" created="2017-02-13T07:19:49.690" id="xMDQSdUOBk5">
					<dataElement id="YG7Np97VQk5"/>
					<dataSet id="yAAZsdI11b9"/>
				</identifiableObject>
			</dataSetElements>
			<organisationUnits>
				<organisationUnit id="ZG4LBoWNWRk"/>
				<organisationUnit id="pKVKegw6IhC"/>
				<organisationUnit id="fKMUYCPU62V"/>
				<organisationUnit id="T8VG1UlNonB"/>
				<organisationUnit id="Fu59SZXzawr"/>
				<organisationUnit id="yJ1Q5pyvUOz"/>
				<organisationUnit id="CaiHhR8sQxK"/>
				<organisationUnit id="InRwlO6OnJB"/>
				<organisationUnit id="IdoJKsSWKUH"/>
				<organisationUnit id="kw5IL8DXh71"/>
				<organisationUnit id="Vw4W6tUieRb"/>
				<organisationUnit id="XrOz1KRimUm"/>
				<organisationUnit id="Rby1CYeEZQu"/>
				<organisationUnit id="bd0T2offit7"/>
				<organisationUnit id="nuVACN4dl6S"/>
				<organisationUnit id="M02T0mdNz3c"/>
				<organisationUnit id="etc5n2nvGVe"/>
				<organisationUnit id="pKAWLIJoJ90"/>
				<organisationUnit id="mV9A4jJF2Ia"/>
				<organisationUnit id="d3CQoeXeFn0"/>
				<organisationUnit id="D7crIXeLpJg"/>
				<organisationUnit id="k6crj9qnkqW"/>
				<organisationUnit id="QfmFWcdEmWE"/>
				<organisationUnit id="UzHj5vvaAsO"/>
				<organisationUnit id="TOVHtfHQIVt"/>
				<organisationUnit id="d0GElAJpI3f"/>
				<organisationUnit id="DWp4zzNbthg"/>
				<organisationUnit id="oWp5fmx0xXf"/>
				<organisationUnit id="Jhkeq0h2j6s"/>
				<organisationUnit id="t1YyZ98gPk8"/>
				<organisationUnit id="y4kUHNcoNAS"/>
				<organisationUnit id="EncIoNAwmL1"/>
				<organisationUnit id="EWUZoFE7Q1X"/>
				<organisationUnit id="YlDWppFTtbO"/>
				<organisationUnit id="IEsKoO94lp9"/>
				<organisationUnit id="yJcqYPnMrSW"/>
				<organisationUnit id="lmPeKdCgMVq"/>
				<organisationUnit id="e59pA57Nnsj"/>
				<organisationUnit id="T5VYgxXFa5e"/>
				<organisationUnit id="IVYXdqZ4l9x"/>
				<organisationUnit id="REPFCq86xCc"/>
				<organisationUnit id="qTanQJ4lJGk"/>
				<organisationUnit id="JMdoPeR1Dgq"/>
				<organisationUnit id="IIwV2jZg5lh"/>
				<organisationUnit id="ndJ21o5ybfU"/>
				<organisationUnit id="CmqbKkrMduW"/>
				<organisationUnit id="fCJHpHelE0K"/>
				<organisationUnit id="lRTdK9W6Jz8"/>
				<organisationUnit id="KwSnQnnuvas"/>
				<organisationUnit id="yugZplunQC1"/>
				<organisationUnit id="UbhLjYwfmAC"/>
				<organisationUnit id="pXvzpf13rsF"/>
				<organisationUnit id="XRRZw6JKQ01"/>
				<organisationUnit id="UkWRIgmxmMg"/>
				<organisationUnit id="i2eaOsCGc8t"/>
				<organisationUnit id="NWpbxfndklC"/>
				<organisationUnit id="EAsd9X5aPMG"/>
				<organisationUnit id="Rw1nqpZCw96"/>
				<organisationUnit id="eE9QTxoeZoj"/>
				<organisationUnit id="cm2EXJEJt6R"/>
				<organisationUnit id="UvB8Mwm8fjl"/>
				<organisationUnit id="cSLGuGdLJVg"/>
				<organisationUnit id="C0bMvxdsXSJ"/>
				<organisationUnit id="VESgsJNVwq9"/>
				<organisationUnit id="Fw4rwKA8d1c"/>
				<organisationUnit id="y571ncWgJj4"/>
				<organisationUnit id="CFfUxQbGYSi"/>
				<organisationUnit id="Xn9BGs5lASO"/>
				<organisationUnit id="ilFl2z2JHGs"/>
				<organisationUnit id="XKziNszufg1"/>
				<organisationUnit id="NiOHzdO38T5"/>
				<organisationUnit id="wzDf0wlLsw1"/>
				<organisationUnit id="j5J4eKlmWhy"/>
				<organisationUnit id="Z5st3yh3XGW"/>
				<organisationUnit id="ZKqoDz5Fpi4"/>
				<organisationUnit id="GcUE9MYY0jx"/>
				<organisationUnit id="wK8hcRKnxfz"/>
				<organisationUnit id="ibAKOmohfKg"/>
				<organisationUnit id="fdHooxORhAd"/>
				<organisationUnit id="NAkHnOt7DYL"/>
				<organisationUnit id="miNONgTqyOU"/>
				<organisationUnit id="AiyDCU3WRqD"/>
				<organisationUnit id="oKroFy0aXMz"/>
				<organisationUnit id="iCHZL7z15Mi"/>
				<organisationUnit id="H4ESefFhLTD"/>
				<organisationUnit id="ngZhjSXP38d"/>
				<organisationUnit id="uPJ74HbCLJI"/>
				<organisationUnit id="xEC2dbXyatM"/>
				<organisationUnit id="qS1foJemCOw"/>
				<organisationUnit id="o5lS7A2kFqc"/>
				<organisationUnit id="GATS35sr1f1"/>
				<organisationUnit id="Oe6rmgUSnxo"/>
				<organisationUnit id="H3Ehx7XEFqH"/>
				<organisationUnit id="U70cXFiAlwT"/>
				<organisationUnit id="Q2awhSvDx58"/>
				<organisationUnit id="JGs2qdxnSHI"/>
				<organisationUnit id="LhT3UqEaSJf"/>
				<organisationUnit id="WytmUmfq2xw"/>
				<organisationUnit id="QP1ll02aFQJ"/>
				<organisationUnit id="IUyMOEPcI8C"/>
				<organisationUnit id="W0mylbAoKLv"/>
				<organisationUnit id="WR9BnKzxf3s"/>
				<organisationUnit id="PcyuRTLfoUd"/>
				<organisationUnit id="trFbGtj35hW"/>
				<organisationUnit id="EaeTxUiz91w"/>
				<organisationUnit id="n926Cwur1h6"/>
				<organisationUnit id="TPeCylC9dHA"/>
				<organisationUnit id="ikjUpqWKy7H"/>
				<organisationUnit id="M0zg7PSzCkH"/>
				<organisationUnit id="B3bohseTk54"/>
				<organisationUnit id="wYmfibU2vVw"/>
				<organisationUnit id="LnHnGyw1VyE"/>
				<organisationUnit id="Nq3B80obx3Q"/>
				<organisationUnit id="aSVpPovWPha"/>
				<organisationUnit id="rGzahN9xqz6"/>
				<organisationUnit id="GYIBOLdNuYw"/>
				<organisationUnit id="lnF7VmH2i2M"/>
				<organisationUnit id="oiGkJyVxJcm"/>
				<organisationUnit id="v8X6N237j9y"/>
				<organisationUnit id="W4AIWSCxBia"/>
				<organisationUnit id="Cc2ntGA27wX"/>
				<organisationUnit id="riKaU7rpDlD"/>
				<organisationUnit id="S6CZ85guOUf"/>
				<organisationUnit id="SVX46SzGno9"/>
				<organisationUnit id="j03r768X8BQ"/>
				<organisationUnit id="Otu1bemNWoe"/>
				<organisationUnit id="PvpFdJqvfGE"/>
				<organisationUnit id="GXJ6Ttwd2BX"/>
				<organisationUnit id="U7mH9Lae0ZX"/>
				<organisationUnit id="zluI8HyzkJ0"/>
				<organisationUnit id="rZKQQ8MoP8v"/>
				<organisationUnit id="VDVJHYbvaVe"/>
				<organisationUnit id="oJ3k3kFQcqv"/>
				<organisationUnit id="TIlfcx7T4tT"/>
				<organisationUnit id="gacbHZcMvsa"/>
				<organisationUnit id="RIlfef8XS3u"/>
				<organisationUnit id="Bncz9K93cdq"/>
				<organisationUnit id="I3J5ZoefQJi"/>
				<organisationUnit id="Ig7UhrD9QMI"/>
				<organisationUnit id="hoKuyHmwLKJ"/>
				<organisationUnit id="jTkMn8o9RD6"/>
				<organisationUnit id="w4pR3nzAo4F"/>
				<organisationUnit id="QArUdRLTzo4"/>
				<organisationUnit id="fITgzdlExWj"/>
				<organisationUnit id="GVuIHF0cwTs"/>
				<organisationUnit id="awCSWo7Uwer"/>
				<organisationUnit id="gARDApVocJq"/>
				<organisationUnit id="vVITTITau4X"/>
				<organisationUnit id="VuEFYKiidvT"/>
				<organisationUnit id="IH5lkz04eBG"/>
				<organisationUnit id="FCiUfIzvs6x"/>
				<organisationUnit id="H7y4NCfjM2e"/>
				<organisationUnit id="I30wF1fDUu2"/>
				<organisationUnit id="vCiF7aRfpbF"/>
				<organisationUnit id="gUWFDrBdEgr"/>
				<organisationUnit id="mBeI4wNsFIw"/>
				<organisationUnit id="PvyCpmxXRu0"/>
				<organisationUnit id="Fzd5WVUKuH8"/>
				<organisationUnit id="EbpWSMFu4Rn"/>
				<organisationUnit id="gzJWGM8tTUs"/>
				<organisationUnit id="xkDEm1Gi4KB"/>
				<organisationUnit id="U82jthI4B4A"/>
				<organisationUnit id="fVozZs9ueVQ"/>
				<organisationUnit id="NZxInDDnO07"/>
				<organisationUnit id="O2TD5PCqdX8"/>
				<organisationUnit id="rXhEWBALRyN"/>
				<organisationUnit id="SGHBZZwaMrz"/>
				<organisationUnit id="zOJzNQYfCT4"/>
				<organisationUnit id="eF3tG7IKfI3"/>
				<organisationUnit id="x78skfdeek4"/>
				<organisationUnit id="MtCWZv5titA"/>
				<organisationUnit id="VuFLnyfqjIt"/>
				<organisationUnit id="XdDGIqYFjdt"/>
				<organisationUnit id="aN5Ww1lDwwR"/>
				<organisationUnit id="COMHE4OYvth"/>
				<organisationUnit id="HAgZ5uoeUyv"/>
				<organisationUnit id="w40FAbcTbuO"/>
				<organisationUnit id="R3KoyI4HmAo"/>
				<organisationUnit id="e4meQmNwJuJ"/>
				<organisationUnit id="XvNghKSERMj"/>
				<organisationUnit id="Dgr9zwTAOFb"/>
				<organisationUnit id="gxEXnf9aEIM"/>
				<organisationUnit id="I9zePkWsWV4"/>
				<organisationUnit id="Z1gHOYxnLXU"/>
				<organisationUnit id="Gmz1HVAwKAG"/>
				<organisationUnit id="hakwcVo1zPE"/>
				<organisationUnit id="e2c0Ufx8oSY"/>
				<organisationUnit id="bIN0QjMydu7"/>
				<organisationUnit id="o6s8PuS303S"/>
				<organisationUnit id="rgdOI14pK7G"/>
				<organisationUnit id="I3zi9Rjt7iV"/>
				<organisationUnit id="XxktoCBBnWM"/>
				<organisationUnit id="DPos98722I2"/>
				<organisationUnit id="m0IwxOatMZf"/>
				<organisationUnit id="LKOzbGEM6MS"/>
				<organisationUnit id="oatZ4yWnWSz"/>
				<organisationUnit id="tQrrBPiSjfa"/>
				<organisationUnit id="Xx1GIWenDEB"/>
				<organisationUnit id="Ym02s6PDqAr"/>
				<organisationUnit id="wmspZh7wjbj"/>
				<organisationUnit id="sHwTDtib17i"/>
				<organisationUnit id="aTQIQEIp74B"/>
				<organisationUnit id="qvOxQ1VYUzk"/>
				<organisationUnit id="hZbDRsCEbjF"/>
				<organisationUnit id="T3I0fjAdQzw"/>
				<organisationUnit id="Qm8i1avi2Xh"/>
				<organisationUnit id="jW8J7wqH1RB"/>
				<organisationUnit id="axjeFCLP2FS"/>
				<organisationUnit id="ATlge21Nm7V"/>
				<organisationUnit id="A4BfBeMC8T5"/>
				<organisationUnit id="x1vw05c1XPr"/>
				<organisationUnit id="i7CMCeLnKpT"/>
				<organisationUnit id="u7CmHDIZd2f"/>
				<organisationUnit id="B23bU01uxpB"/>
				<organisationUnit id="Ba20OQgiRR9"/>
				<organisationUnit id="AlRMVaNnG88"/>
				<organisationUnit id="bpC1UcJSjoL"/>
				<organisationUnit id="n8YQZiJQ5TT"/>
				<organisationUnit id="ZwwkRtdPkZU"/>
				<organisationUnit id="nCaOPu8dW2q"/>
				<organisationUnit id="mihTdVywRqS"/>
				<organisationUnit id="NMMEsxlyfNv"/>
				<organisationUnit id="uKbvREqz2II"/>
				<organisationUnit id="sB4uKj4Qmev"/>
				<organisationUnit id="WaDsyQzN7wv"/>
				<organisationUnit id="YUyJG2QvIy6"/>
				<organisationUnit id="d9FLJcznYAj"/>
				<organisationUnit id="Bz1FYIwb1E6"/>
				<organisationUnit id="Sf4qTYk4bLn"/>
				<organisationUnit id="zeUGGfZNdBV"/>
				<organisationUnit id="gF8yiD3veJp"/>
				<organisationUnit id="kRVbk8vYLFJ"/>
				<organisationUnit id="jTPndZXOvIY"/>
				<organisationUnit id="V0EwlbvkbL3"/>
				<organisationUnit id="hbGYVcPxQ2r"/>
				<organisationUnit id="Sej5cEQDj0z"/>
				<organisationUnit id="fqGr4QwkqWk"/>
				<organisationUnit id="akTG8OjkoqZ"/>
				<organisationUnit id="XpvUJuqAg4c"/>
				<organisationUnit id="ZSsiK8zzqSU"/>
				<organisationUnit id="yVpOXSNFysu"/>
				<organisationUnit id="JmpUOhPmYrY"/>
				<organisationUnit id="MBp4ajHN44M"/>
				<organisationUnit id="fKZr3wNAdkO"/>
				<organisationUnit id="BVIco2edZRN"/>
				<organisationUnit id="FIVEsd53yAX"/>
				<organisationUnit id="HNHpGvZZwqm"/>
				<organisationUnit id="UeNxjzq9rMt"/>
				<organisationUnit id="m0gBwkT8s61"/>
				<organisationUnit id="RqUMyOIL2th"/>
				<organisationUnit id="CqyNsYYTNU6"/>
				<organisationUnit id="YSQYgP9HAdL"/>
				<organisationUnit id="lE080YOsQta"/>
				<organisationUnit id="dxd0VCRjI8S"/>
				<organisationUnit id="WlecYh13tEw"/>
				<organisationUnit id="tXqdyQDjTIO"/>
				<organisationUnit id="KR4sCS5sRT0"/>
				<organisationUnit id="ImFJ4GUFlBV"/>
				<organisationUnit id="Pu0GiuIHitv"/>
				<organisationUnit id="aZ4yxSn4K8v"/>
				<organisationUnit id="Foe98tsuXa1"/>
				<organisationUnit id="BMOext5Eyai"/>
				<organisationUnit id="a0ktsx7QOfH"/>
				<organisationUnit id="y7zq51jEoqA"/>
				<organisationUnit id="KTRmFRMZphS"/>
				<organisationUnit id="wmFdQIjbjbB"/>
				<organisationUnit id="ZMQhbg9Rxll"/>
				<organisationUnit id="ZexF9OWyI1D"/>
				<organisationUnit id="PA41MEFutcc"/>
				<organisationUnit id="pSdidMNqZl5"/>
				<organisationUnit id="XaYY87npXGN"/>
				<organisationUnit id="oFxi6jvfAXk"/>
				<organisationUnit id="pJvXtGEfSAN"/>
				<organisationUnit id="bMQ42tTMz0e"/>
				<organisationUnit id="SzEijplQf4I"/>
				<organisationUnit id="UtKHot8q6Zp"/>
				<organisationUnit id="kInkQ6h4fFV"/>
				<organisationUnit id="vqENRDwb5Qi"/>
				<organisationUnit id="NJ8JvckZByb"/>
				<organisationUnit id="pT1u523uH94"/>
				<organisationUnit id="rsRBaIT3X7z"/>
				<organisationUnit id="TZS6ds6zK5t"/>
				<organisationUnit id="x0kGXwhRMJg"/>
				<organisationUnit id="s9zDu3z2X6A"/>
				<organisationUnit id="rPbzgkGvN6K"/>
				<organisationUnit id="Tc5clg0ui34"/>
				<organisationUnit id="cZd0zhtc54n"/>
				<organisationUnit id="eSLJTvjdTga"/>
				<organisationUnit id="teF9w0PJ31O"/>
				<organisationUnit id="E5JNaeEyYZx"/>
				<organisationUnit id="EKrQklGNlMb"/>
				<organisationUnit id="SsBDHazt1tn"/>
				<organisationUnit id="VRAQTNZ3i5J"/>
				<organisationUnit id="Zf14VoHj62I"/>
				<organisationUnit id="XAXOY1cwSXS"/>
				<organisationUnit id="elxgQ2HgUVG"/>
				<organisationUnit id="tOU0Lv3m39O"/>
				<organisationUnit id="DQTDGihCFmZ"/>
				<organisationUnit id="FS5VbiSLKKI"/>
				<organisationUnit id="Z4hSx2DTY1S"/>
				<organisationUnit id="lxHUADtnI3r"/>
				<organisationUnit id="mmvjd501CXD"/>
				<organisationUnit id="e1Nsb5Q0ZX9"/>
				<organisationUnit id="SQ4praRuBmV"/>
				<organisationUnit id="ba2RKe6hwZ0"/>
				<organisationUnit id="kARkFswS8JL"/>
				<organisationUnit id="iHxxpUwjtRI"/>
				<organisationUnit id="gDmPsDpaHgz"/>
				<organisationUnit id="UAuJEpyfrw1"/>
				<organisationUnit id="yqVYqbEID9L"/>
				<organisationUnit id="ybsneDrChTj"/>
				<organisationUnit id="dMjpo4NGVgh"/>
				<organisationUnit id="m6qSrvMWGWI"/>
				<organisationUnit id="xoHYxZkBWhg"/>
				<organisationUnit id="aiHDtmTvAPs"/>
				<organisationUnit id="uxXyxzQknX0"/>
				<organisationUnit id="kHwdJyepwdU"/>
				<organisationUnit id="AjdE3EYX16u"/>
				<organisationUnit id="cplIm99Nq57"/>
				<organisationUnit id="wHqS8Z5TrX7"/>
				<organisationUnit id="Tndh5DsVpFp"/>
				<organisationUnit id="ic9hdGa4hz4"/>
				<organisationUnit id="gdjOMzQcHy0"/>
				<organisationUnit id="boMHwB4rV4C"/>
				<organisationUnit id="BgX6CoqFWYM"/>
				<organisationUnit id="Ls1ut9SVAp4"/>
				<organisationUnit id="EsvgnvIY6nD"/>
				<organisationUnit id="cgT7Ttqsfto"/>
				<organisationUnit id="TJsWnQe203v"/>
				<organisationUnit id="aVy0JOV3LBD"/>
				<organisationUnit id="mxa0piMHIzf"/>
				<organisationUnit id="NLjZtamEumJ"/>
				<organisationUnit id="iO4H1e6xB3J"/>
				<organisationUnit id="RwOZWX26DLo"/>
				<organisationUnit id="gwjH0L0JSpj"/>
				<organisationUnit id="pIuR73Hx4Mp"/>
				<organisationUnit id="TT0ru9RsIIl"/>
				<organisationUnit id="iuZddheQwT0"/>
				<organisationUnit id="TvSLHYahMpH"/>
				<organisationUnit id="IY7bZYzmJAc"/>
				<organisationUnit id="hcedRTybLB8"/>
				<organisationUnit id="jXBuMluMgKK"/>
				<organisationUnit id="diuNQrKKvE3"/>
				<organisationUnit id="A3qj2RfKIc1"/>
				<organisationUnit id="XVrHQzr2uuV"/>
				<organisationUnit id="U6ef0qQcezi"/>
				<organisationUnit id="XMhsjzPA03V"/>
				<organisationUnit id="tpzhD7VIZn5"/>
				<organisationUnit id="Jkv2KQRcRjN"/>
				<organisationUnit id="pU9wHdMddSs"/>
				<organisationUnit id="Sv1F5YhgNAH"/>
				<organisationUnit id="MzoMFPvCAMk"/>
				<organisationUnit id="yry2ot0h5za"/>
				<organisationUnit id="saRMkHu0LUn"/>
				<organisationUnit id="kobOMJ6DjZr"/>
				<organisationUnit id="nFFRskhOKNP"/>
				<organisationUnit id="Ue2Q2nLzUBN"/>
				<organisationUnit id="Dl5EuovhM0B"/>
				<organisationUnit id="OVjxMIYS0bS"/>
				<organisationUnit id="tCGobM9OIkP"/>
				<organisationUnit id="xzlq9kdhFij"/>
				<organisationUnit id="pZQ2peNmeXM"/>
				<organisationUnit id="YfoUJ7hbKKr"/>
				<organisationUnit id="HdeYOxz0FDa"/>
				<organisationUnit id="EzlmHRh4hNR"/>
				<organisationUnit id="l9IoS4zxzia"/>
				<organisationUnit id="nupWuPQyICU"/>
				<organisationUnit id="myKtmYiH8KI"/>
				<organisationUnit id="YJ80WtO4ZlB"/>
				<organisationUnit id="kfFTwObf0MV"/>
				<organisationUnit id="UpX563bbUeD"/>
				<organisationUnit id="DrUyfMzKalg"/>
				<organisationUnit id="DMP939kROJK"/>
				<organisationUnit id="eh2NjV9gp8M"/>
				<organisationUnit id="RY3z2fY5TKV"/>
				<organisationUnit id="djAEArapzUg"/>
				<organisationUnit id="wCKnxepTMZi"/>
				<organisationUnit id="bYGUDxBvRdj"/>
				<organisationUnit id="AdiWNQZ5Q2x"/>
				<organisationUnit id="LdAg2FHKUSJ"/>
				<organisationUnit id="fbfoPASXzzN"/>
				<organisationUnit id="uPDGKHgHbCh"/>
				<organisationUnit id="c2F8w20XIxz"/>
				<organisationUnit id="XICSq5v6JK4"/>
				<organisationUnit id="haZRymePaSQ"/>
				<organisationUnit id="QA9TvueK4Lq"/>
				<organisationUnit id="urrDXDas5Lf"/>
				<organisationUnit id="MAzslZe4Ge8"/>
				<organisationUnit id="EirmDA6u2CC"/>
				<organisationUnit id="WmMbcoIUwwX"/>
				<organisationUnit id="VCX2BdwPjnt"/>
				<organisationUnit id="Wq7UN0GXTye"/>
				<organisationUnit id="hvpBgOcOlMT"/>
				<organisationUnit id="QOia6MZ4Tx8"/>
				<organisationUnit id="neEtRGDN8FB"/>
				<organisationUnit id="soaAWJ0ujYr"/>
				<organisationUnit id="McGW9P9r0ey"/>
				<organisationUnit id="qA9DtWAfge0"/>
				<organisationUnit id="wAcNHnitnEz"/>
				<organisationUnit id="Pt0n22aZLk8"/>
				<organisationUnit id="Rt9ZLwmFN8u"/>
				<organisationUnit id="Fh81mRsXeQf"/>
				<organisationUnit id="Eq0ZDhNtkkD"/>
				<organisationUnit id="vyLQJfLl8vs"/>
				<organisationUnit id="QTwuO8i6eqH"/>
				<organisationUnit id="VL71e4zl2pP"/>
				<organisationUnit id="VgEwonHeGpb"/>
				<organisationUnit id="Ct7Mtti7N7n"/>
				<organisationUnit id="GWVbgBIOn4Y"/>
				<organisationUnit id="CLbdwqXvjbG"/>
				<organisationUnit id="escUx17Rmml"/>
				<organisationUnit id="BlrOdy5uMaP"/>
				<organisationUnit id="UlLKZUv5Cyw"/>
				<organisationUnit id="SkZwaETvCHk"/>
				<organisationUnit id="YTxUgFsJ5Vc"/>
				<organisationUnit id="TwIMPcv2i5I"/>
				<organisationUnit id="MlHy8Oae2PE"/>
				<organisationUnit id="iErX5PZeEdS"/>
				<organisationUnit id="nNlGTDOqdUX"/>
				<organisationUnit id="soV1CvvHeTE"/>
				<organisationUnit id="jHU4EdE49cH"/>
				<organisationUnit id="FktqFReUJSJ"/>
				<organisationUnit id="iVvf1At11Xh"/>
				<organisationUnit id="bKz2WtBIQnE"/>
				<organisationUnit id="QNl1f4px3kZ"/>
				<organisationUnit id="oxforUZrpNq"/>
				<organisationUnit id="dbxhh9JkC1S"/>
				<organisationUnit id="X0TiHxAU62h"/>
				<organisationUnit id="Au2aTpdaE6o"/>
				<organisationUnit id="a9pmxXgOXkl"/>
				<organisationUnit id="zt12ltGUbeD"/>
				<organisationUnit id="RXWi46BGu46"/>
				<organisationUnit id="SpbwwOxXYCo"/>
				<organisationUnit id="FiHgbF6b47C"/>
				<organisationUnit id="FJN158QkPLL"/>
				<organisationUnit id="hrpeRfndUbE"/>
				<organisationUnit id="MgFefuk3sdC"/>
				<organisationUnit id="Tf5q77nIXDm"/>
				<organisationUnit id="aGFywIAxrcS"/>
				<organisationUnit id="ZDPxTykvW8X"/>
				<organisationUnit id="V0KhEEHqkRG"/>
				<organisationUnit id="rDQKR7hLM3d"/>
				<organisationUnit id="EXI6vRD2Dcm"/>
				<organisationUnit id="LyQcBx2Y1sz"/>
				<organisationUnit id="pT0QTARke6W"/>
				<organisationUnit id="zZ5qZY9kZWz"/>
				<organisationUnit id="R17ZWlBHCKg"/>
				<organisationUnit id="gy9NOhWdlXH"/>
				<organisationUnit id="hlgioAri0DI"/>
				<organisationUnit id="IMFJwIH6pAa"/>
				<organisationUnit id="KAjbY7ovXn4"/>
				<organisationUnit id="Y4TaefOjcxP"/>
				<organisationUnit id="s7RPb4JG4TH"/>
				<organisationUnit id="TNrR3b19ZX6"/>
				<organisationUnit id="ZSqx8Ru0Vmb"/>
				<organisationUnit id="lZYaoc4aVRy"/>
				<organisationUnit id="pu3uJ6RBTcs"/>
				<organisationUnit id="OQsLiImHXGM"/>
				<organisationUnit id="Su9s4KX5gUu"/>
				<organisationUnit id="nqNAozTburl"/>
				<organisationUnit id="uk1tGrPGZwH"/>
				<organisationUnit id="hAGffN7oqjR"/>
				<organisationUnit id="LvXxGaGuEqo"/>
				<organisationUnit id="uWmjUd7ewtE"/>
				<organisationUnit id="MyHVZG9xlAx"/>
				<organisationUnit id="S17mlh89qv6"/>
				<organisationUnit id="G2WeCGDmlMX"/>
				<organisationUnit id="Lds2gI2I4tU"/>
				<organisationUnit id="ntiSlGzX2QD"/>
				<organisationUnit id="DbepB9GzhSq"/>
				<organisationUnit id="Xdb9ZjHgiAA"/>
				<organisationUnit id="FXyCgLsZUur"/>
				<organisationUnit id="XWwRUSeVyCF"/>
				<organisationUnit id="MNzBRKyyIzB"/>
				<organisationUnit id="U4jva3JuvZr"/>
				<organisationUnit id="X9CI0tCrvXx"/>
				<organisationUnit id="o2osBuorUyE"/>
				<organisationUnit id="Z2T69j9ECBZ"/>
				<organisationUnit id="WYfCFKJk8H9"/>
				<organisationUnit id="bbVfwTe2pEk"/>
				<organisationUnit id="AwhbXEgzUnd"/>
				<organisationUnit id="hqImVafxNLP"/>
				<organisationUnit id="VxV2bUJrIGW"/>
				<organisationUnit id="mD27JnkqqKn"/>
				<organisationUnit id="orP7lqllhdo"/>
				<organisationUnit id="TVIbEdcRF1i"/>
				<organisationUnit id="DJAiNfthYHh"/>
				<organisationUnit id="Uhgv8OyTe6b"/>
				<organisationUnit id="a4yJUwEOIwz"/>
				<organisationUnit id="aVRhgTUwX7P"/>
				<organisationUnit id="iLwvo1zrHOA"/>
				<organisationUnit id="jLkdsKxoQML"/>
				<organisationUnit id="o8LIR9hneAC"/>
				<organisationUnit id="NqrhANCYGt4"/>
				<organisationUnit id="tw7bQSVWByl"/>
				<organisationUnit id="xiULnzxjoLd"/>
				<organisationUnit id="bCGIubyy1Ra"/>
				<organisationUnit id="JdglZ0gA03Y"/>
				<organisationUnit id="W24H3Z0gGLq"/>
				<organisationUnit id="DCNBzyXXmdd"/>
				<organisationUnit id="zhIBX46Z5Tq"/>
				<organisationUnit id="Vr08dmkw61C"/>
				<organisationUnit id="YhndxxxyYQ1"/>
				<organisationUnit id="U7esGNXuT4u"/>
				<organisationUnit id="iGU3ABwCNtR"/>
				<organisationUnit id="W8rb2BMd2AD"/>
				<organisationUnit id="DcS0VdIvCCi"/>
				<organisationUnit id="clUQZ9gcT4y"/>
				<organisationUnit id="U7fMCqB2ROn"/>
				<organisationUnit id="MQYtnI8iFaF"/>
				<organisationUnit id="MXvDg1YFDYI"/>
				<organisationUnit id="lMoZiaQZJFO"/>
				<organisationUnit id="bKbcpZwl9Va"/>
				<organisationUnit id="EGtHdiv7492"/>
				<organisationUnit id="w6iZd8fYU6K"/>
				<organisationUnit id="eT6LbIjsw7E"/>
				<organisationUnit id="CWScea94664"/>
				<organisationUnit id="akRgLi3qYtJ"/>
				<organisationUnit id="pdK3xynOARK"/>
				<organisationUnit id="EtI5sSR5iQk"/>
				<organisationUnit id="JMj3WADCEqR"/>
				<organisationUnit id="l5H0VJBeHYm"/>
				<organisationUnit id="PmhDLktJT5d"/>
				<organisationUnit id="GB5wS74Ox94"/>
				<organisationUnit id="FKSXuMu84SU"/>
				<organisationUnit id="QB7oXMAz6o1"/>
				<organisationUnit id="WY7llk97Ins"/>
				<organisationUnit id="yLUKlopsAPs"/>
				<organisationUnit id="Ic2HeWIhvvX"/>
				<organisationUnit id="jZSjnB1gw4T"/>
				<organisationUnit id="IYehlOuRCRz"/>
				<organisationUnit id="FMCTkIsbWxQ"/>
				<organisationUnit id="Ittf00HPx0M"/>
				<organisationUnit id="ajLqa9PCO8A"/>
				<organisationUnit id="yG7HBA0TJuB"/>
				<organisationUnit id="tZefRXayYWi"/>
				<organisationUnit id="WQVqEjkl76g"/>
				<organisationUnit id="AvYhalbeU7G"/>
				<organisationUnit id="cyWjuY6nmK3"/>
				<organisationUnit id="iUAqcdUW1WD"/>
				<organisationUnit id="CzclBblhhx7"/>
				<organisationUnit id="R015qic5Ikq"/>
				<organisationUnit id="B8XMUBjcV4a"/>
				<organisationUnit id="RutZSB6ARR4"/>
				<organisationUnit id="mtysU5lsEJx"/>
				<organisationUnit id="dyP43qY2qPo"/>
				<organisationUnit id="bsgyPx9YJP7"/>
				<organisationUnit id="zshAISYzyLP"/>
				<organisationUnit id="Ve0naPrBxCy"/>
				<organisationUnit id="S58KMXwdVLR"/>
				<organisationUnit id="YdWesJ8fnzk"/>
				<organisationUnit id="v9bqgTNJSBN"/>
				<organisationUnit id="eBKwlxFr6Cr"/>
				<organisationUnit id="Ub6f3sJtAl4"/>
				<organisationUnit id="alwkM6n2caH"/>
				<organisationUnit id="LjFwYB7Hzo7"/>
				<organisationUnit id="TPBZe5kTz15"/>
				<organisationUnit id="mwCIIb5rWhn"/>
				<organisationUnit id="eTMD4ehNiXE"/>
				<organisationUnit id="eqLga1VuKj5"/>
				<organisationUnit id="cqmTYRIHfMo"/>
				<organisationUnit id="iWDofgSjpex"/>
				<organisationUnit id="XRW3pEFdjQk"/>
				<organisationUnit id="vKVMMn1GEt1"/>
				<organisationUnit id="LVGFlIbXBPj"/>
				<organisationUnit id="j7bejHBbSLY"/>
				<organisationUnit id="crvhm1PcCP3"/>
				<organisationUnit id="KX2m5OUSlQ8"/>
				<organisationUnit id="zW3uF2QaQKx"/>
				<organisationUnit id="a9tcfNzl6eH"/>
				<organisationUnit id="MPbl3QO36vY"/>
				<organisationUnit id="OaBBBgGQW9h"/>
				<organisationUnit id="tZoFLgKhVwf"/>
				<organisationUnit id="JvdugAreDJA"/>
				<organisationUnit id="sNTDxFdsXS9"/>
				<organisationUnit id="X7cHNoqrJfe"/>
				<organisationUnit id="uMsR0cU1fxt"/>
				<organisationUnit id="JTFtcHzDwwF"/>
				<organisationUnit id="KQ5x04T7Wgd"/>
				<organisationUnit id="VcNSQq1hm9g"/>
				<organisationUnit id="PPjtcM4cz6F"/>
				<organisationUnit id="N5FWdPw2i0i"/>
				<organisationUnit id="LIFaoHuc7bX"/>
				<organisationUnit id="fOaYFprFoEq"/>
				<organisationUnit id="vSJgNODFJGb"/>
				<organisationUnit id="xbPM6OAmzb7"/>
				<organisationUnit id="TCzoRbwJZtd"/>
				<organisationUnit id="kFQA2Zd74qn"/>
				<organisationUnit id="LOelvON6nU1"/>
				<organisationUnit id="bLz1YWn7ebp"/>
				<organisationUnit id="IEcEyTsX3b1"/>
				<organisationUnit id="FhbhZpr3u9d"/>
				<organisationUnit id="YRwrYR3AyXM"/>
				<organisationUnit id="bHOL4KqbMwl"/>
				<organisationUnit id="IzESqNcIKq6"/>
				<organisationUnit id="qpAvRJ5oK9C"/>
				<organisationUnit id="cJKeMynVZmR"/>
				<organisationUnit id="VS31hXdU1io"/>
				<organisationUnit id="v9oqOwUA1d5"/>
				<organisationUnit id="l41MsJAKyUl"/>
				<organisationUnit id="suXU7cIZ2Z7"/>
				<organisationUnit id="E1nCXws7dRn"/>
				<organisationUnit id="sHtZv45eIht"/>
				<organisationUnit id="sF87kkCJtzn"/>
				<organisationUnit id="cHoG3VZavVF"/>
				<organisationUnit id="s3peBLINY3V"/>
				<organisationUnit id="yghrt3HdURd"/>
				<organisationUnit id="eLhixJCRMdo"/>
				<organisationUnit id="rWzwbul8R4P"/>
				<organisationUnit id="KqU56bgPBQd"/>
				<organisationUnit id="T222mw6Drqp"/>
				<organisationUnit id="Wk5YnE9ESXw"/>
				<organisationUnit id="VRkzeaEuucY"/>
				<organisationUnit id="UEPYh779FCy"/>
				<organisationUnit id="WSFgYKV9NhS"/>
				<organisationUnit id="sdFt8O7Jbch"/>
				<organisationUnit id="OhKoQWwMVVU"/>
				<organisationUnit id="sKD4SIRBWx7"/>
				<organisationUnit id="L9Ryx8YKXQ6"/>
				<organisationUnit id="GwXBR4hlbZp"/>
				<organisationUnit id="vzvO8d9T2wp"/>
				<organisationUnit id="swz57cPSPAc"/>
			</organisationUnits>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>eiTJi4KF9Q5</userGroupUid>
					<displayName>NAP Partner</displayName>
					<id>eiTJi4KF9Q5</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
			<indicators>
				<indicator id="aTihCwv0Hb6"/>
				<indicator id="QWxVhlKDzQp"/>
				<indicator id="OvrgnQjzUX3"/>
				<indicator id="kZ7dX8P8lMy"/>
				<indicator id="HM7FTy1jwRU"/>
			</indicators>
		</dataSet>
	</dataSets>
	<dataElements>
		<dataElement code="PR_61" created="2016-09-25T17:31:27.178" lastUpdated="2016-12-19T11:26:07.047" name="PR_patients on ART with suppressed viral load at 12 months after ART initiation {Gender, Age (&lt;15, >=15)} (V1)" id="QTMkh5aoEE7" shortName="PR_PLHIV with suppressed VL 12 months after ART"><aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>7.7. Number of people living with HIV on ART with viral load suppression (&lt;1,000 copies/ml) at 12 months after ART initiation			</formName>
			<categoryCombo id="cnYc6osmvtb"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_34" created="2016-09-28T14:59:10.916" lastUpdated="2016-12-15T12:18:59.767" name="PR_Other populations tested and know the result (V1)" id="nX6XrsoB4Mb" shortName="PR_Other populations tested and know the result">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of Other populations tested and know the result during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
4.13. Number of Other populations who received an HIV test during the reporting period and who know the result
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_67" created="2016-09-28T15:38:20.145" lastUpdated="2016-12-19T11:31:38.533" name="PR_PLHIV on ART during TB treatment {Gender, Age (&lt;15, >=15)} (V1)" id="JfovtGi353M" shortName="PR_PLHIV on ART during TB treatment"><aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the number of HIV positive new and relapsed TB patients started on TB treatment during the reporting period who are already on ART or who start on ART during TB treatment.</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
8.6. Number of HIV-positive new and relapsed TB patients on ART during TB treatment
			</formName>
			<categoryCombo id="cnYc6osmvtb"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_79" created="2016-09-28T16:30:30.152" lastUpdated="2016-12-15T12:18:59.906" name="PR_PLHIV associated with self- help groups {Gender} (V1)" id="FCVAKzenHej" shortName="PR_PLHIV associated with self- help groups">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count only the number of people living with HIV who are associated with self-help groups, but not non-infected family members.</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
10.2. Number of people living with HIV associated with self- help groups
			</formName>
			<categoryCombo id="b5fzyHksljT"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_71" created="2016-09-28T15:44:47.822" lastUpdated="2016-12-15T12:18:55.039" name="PR_pregnant women attending ANC tested positive for HIV (V1)" id="q5fIXsJgqD7" shortName="PR_pregnant women tested positive">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the number of pregnant woman attending antenatal care services who have received HIV testing during the reporting period. Specify specify for positive results.</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_POSITIVE</valueType>
			<formName>
9.3. Number of pregnant women attending ANC tested positive for HIV
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_3" created="2016-09-28T13:41:24.778" lastUpdated="2016-12-15T12:18:55.743" name="PR_Regular sexual partners of SW reached with HIV prevention (V1)" id="S8NlN7EltEU" shortName="PR_Regular sexual partners of SW reached">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
1.4. Number of regular sexual partners of sex workers reached with HIV prevention programmes
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_63" created="2016-09-28T15:31:42.717" lastUpdated="2016-12-15T12:19:00.097" name="PR_PLHIV in HIV care (V1)" id="kObeiRNVq4l" shortName="PR_PLHIV in care">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the # of PLHIV enrolled in HIV care (pre-ART, ART, PMTCT) within the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
8.2. Number of PLHIV enrolled in HIV care during the reporting period
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_16" created="2016-09-28T13:57:47.730" lastUpdated="2016-12-15T12:19:04.078" name="PR_FSW received STI treatment (V1)" id="JhQeibYkjtZ" shortName="PR_FSW received STI treatment">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of FSW who received STI treatment during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
3.1. Number of FSW who received STI treatment during the reporting period
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_76" created="2016-09-28T16:19:39.343" lastUpdated="2016-12-15T16:58:32.284" name="PR_HIV exposed infant received a virological test for HIV within 2 months of birth {Test result} (V1)" id="Sv2ANIPnqO9" shortName="PR_infant received DNA PCR">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the number of HIV exposed infants born within the reporting period who received an HIV test within 2 months of birth. Infants tested should only be counted once.</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
9.8. Number of HIV exposed infant received a virological test for HIV within 2 months of birth
			</formName>
			<categoryCombo id="TxoHRlyfBkK"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="ARTC_6" created="2016-09-25T17:29:13.449" lastUpdated="2016-12-19T12:23:37.851" name="ARTC_PLHIV LTF from 12 month cohort {Gender, Age (&lt;15, >=15)}" id="UoZqRCIsuzO" shortName="ARTC_PLHIV LTF from 12 month cohort"><aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>1.6. Number of ART patients Lost-to-followup from 12 month cohort						</formName>
			<categoryCombo id="cnYc6osmvtb"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>i2v56qNP1CK</userGroupUid>
					<displayName>NAP_ART - Antiretroviral Therapy (Adult and Child)</displayName>
					<id>i2v56qNP1CK</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_66" created="2016-09-25T17:33:29.025" lastUpdated="2016-12-15T12:18:56.259" name="PR_PLHIV diagnosed to have active TB (V1)" id="iCsnrL65qn8" shortName="PR_PLHIV with active TB">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of PLHIV diagnosed to have active TB</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>8.5. Number of PLHIV diagnosed to have active TB</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_33" created="2016-09-25T17:00:35.660" lastUpdated="2016-12-15T12:18:53.108" name="PR_Discordant couples tested HIV positive (V1)" id="ZugIon53GzJ" shortName="PR_Discordant couples tested positive">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
4.12. Number of Discordant couples who tested HIV positive
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_39" created="2016-09-28T15:10:44.706" lastUpdated="2016-12-15T12:19:01.188" name="PR_Condoms distributed for free to PWID (V1)" id="YolDRCldX2f" shortName="PR_Free condom distribution to PWID">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of Condoms distributed for free to PWID during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
5.4. Number of condoms distributed for free to PWID
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_59" created="2016-09-30T14:06:22.017" lastUpdated="2016-12-19T11:24:32.653" name="PR_patients on ART received Viral Load tests {Gender, Age (&lt;15, >=15)} (V1)" id="xGe5mkeW1qr" shortName="PR_patients on ART received Viral Load tests"><aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
7.5. Number of people living with HIV on ART received viral load measurement during the reporting period
			</formName>
			<categoryCombo id="cnYc6osmvtb"/>
			<user id="gTZVUfHCzRV"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_26" created="2016-09-28T14:20:36.043" lastUpdated="2016-12-15T12:18:58.848" name="PR_MSM received HIV test and knew result (V1)" id="OdQRNELMuSy" shortName="PR_MSM tested and knew the result">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of MSM received HIV test and knew their result during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
4.5. Number of MSM who received an HIV test during the reporting period and who know the result
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_78" created="2016-09-28T16:29:18.624" lastUpdated="2016-12-15T12:19:02.158" name="PR_people receiving community home based care (Support type) (V1)" id="MJIiMcZS8T3" shortName="PR_people receiving HBC">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>People living with HIV who receive at least one of the services of basic home base care package of support at least once during the last reporting period. 
Count ONLY non-duplicated number of PLHIVs, who are not on ART. NOT number of visits to household. 
DO NOT include family members. </description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
10.1. Number of people receiving community home based care
			</formName>
			<categoryCombo id="dH4EC0bN3Kf"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_35" created="2016-09-28T15:00:16.324" lastUpdated="2016-12-15T12:19:00.426" name="PR_Other populations tested HIV positive (V1)" id="kanG0xSqwT5" shortName="PR_Other populations tested positive">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of Other populations tested HIV positive during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
4.14. Number of Other populations who tested HIV positive
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="ARTC_3" created="2016-09-25T17:18:25.587" lastUpdated="2016-12-19T12:24:12.409" name="ARTC_PLHIV transfer-out from 12 month cohort {Gender, Age (&lt;15, >=15)}" id="HJdnUqXYXpt" shortName="ARTC_Transfer-out PLHIV from 12 month cohort"><aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>1.3. Number of Transfer-out patients from 12 month cohort					</formName>
			<categoryCombo id="cnYc6osmvtb"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>i2v56qNP1CK</userGroupUid>
					<displayName>NAP_ART - Antiretroviral Therapy (Adult and Child)</displayName>
					<id>i2v56qNP1CK</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_42" created="2016-09-25T17:03:01.459" lastUpdated="2016-12-15T12:18:54.646" name="PR_Sterile injecting equipment distributed to PWID  (V1)" id="jU2blK4m7Xb" shortName="PR_Sterile injecting equipment distributed">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
6.1. Number of sterile injecting equipment distributed to people who inject drugs during the reporting period
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_75" created="2016-09-28T16:17:48.008" lastUpdated="2016-12-15T12:19:01.949" name="PR_HIV exposed infant started on cotrimoxazole prophylaxis within 2 months of birth (V1)" id="sCNx0AhyjZP" shortName="PR_infant started on cotrimoxazole prophylaxis">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the number of HIV exposed infants born within the reporting period who were started on CTX within two months of birth</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
9.7. Number of HIV exposed infant started on cotrimoxazole prophylaxis within 2 months of birth
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_52" created="2016-09-28T15:23:05.875" lastUpdated="2016-12-15T12:18:55.554" name="PR_PLHIV who are not on ART receiving cotrimoxazole prophylaxis {Gender} (V1)" id="cSxlWoiwbeR" shortName="PR_PLHIV not on ART receiving cotri prophylaxis">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the number of PLHIV who are not on ART and receiving cotrimoxazole as prophylaxis against opportunistic infections at the end of reporting period (Cumulative figure at the end of the reporting period). Provision of cotrimoxazole for treatment of episodes of HIV-related infections are NOT included.</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
7.4. Number of people living with HIV who are not on ART receiving cotrimoxazole prophylaxis
			</formName>
			<categoryCombo id="b5fzyHksljT"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="ARTC_4" created="2016-09-25T17:20:44.510" lastUpdated="2017-01-27T09:27:21.750" name="ARTC_PLHIV on ART alive and on ART 12 months after initiation of ART {Gender, Age (&lt;15, >=15)}" id="eLvilmO2zM7" shortName="ARTC_PLHIV at 12 month ART retention "><aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>1.4. Number of ART patients alive and on ART 12 months after initiating ART from this cohort		</formName>
			<categoryCombo id="cnYc6osmvtb"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>i2v56qNP1CK</userGroupUid>
					<displayName>NAP_ART - Antiretroviral Therapy (Adult and Child)</displayName>
					<id>i2v56qNP1CK</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_8" created="2016-09-28T13:45:49.282" lastUpdated="2016-12-15T12:18:56.070" name="PR_Regular sexual partners of PWID reached with HIV prevention {Gender} (V1)" id="iMmYLKJJCwq" shortName="PR_Regular sexual partners of PWID reached">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
1.12. Number of regular sexual partners of people who inject drugs (PWIDs) reached with HIV prevention services through intervention during the reporting period
			</formName>
			<categoryCombo id="b5fzyHksljT"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_23" created="2016-09-28T14:17:26.326" lastUpdated="2016-12-15T12:18:50.794" name="PR_FSW tested HIV positive (V1)" id="TIBmrUEiCDD" shortName="PR_FSW tested HIV positive">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of FSW tested HIV positive during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>4.2. Number of FSW who tested HIV positive</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_49" created="2016-09-30T13:51:17.504" lastUpdated="2016-12-12T15:44:07.973" name="PR_Adult PLHIV receiving ART {Gender} (V1)" id="YbN2Nvy3RW7" shortName="PR_Adult PLHIV receiving ART">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the number of adults PLHIV receiving ART at the end of the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
7.2. Number of adults living with HIV receiving antiretroviral therapy
			</formName>
			<categoryCombo id="b5fzyHksljT"/>
			<user id="gTZVUfHCzRV"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_82" created="2016-09-25T16:38:41.700" lastUpdated="2016-12-15T12:18:52.590" name="PR_MSM reached with HIV prevention_DIC (V1)" id="kYsFdszAOBK" shortName="PR_MSM reached_DIC">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
1.6. Number of men who have sex with men reached with HIV prevention programmes (DIC)
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_43" created="2016-09-25T17:04:25.027" lastUpdated="2016-12-15T12:18:53.489" name="PR_Injecting equipment returned from PWID  (V1)" id="RLTPfPHxFdr" shortName="PR_Injecting equipment returned">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
6.2. Number of injecting equipment returned from people who inject drugs during the reporting period
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_74" created="2016-09-28T16:16:47.210" lastUpdated="2016-12-15T12:18:55.415" name="PR_HIV exposed infant initiated ARV prophylaxis at birth (V1)" id="fzMmvsYIBso" shortName="PR_infant who initiated ARV prophylaxis at birth">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>
Count the number of HIV exposed infants born within the reporting period who were started on ARV prophylaxis at birth</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
9.6. Number of HIV exposed infant who initiated ARV prophylaxis at birth
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_12" created="2016-09-28T13:55:11.384" lastUpdated="2016-12-15T12:18:57.247" name="PR_Out-of-school youth reached with HIV prevention {Gender} (V1)" id="CAh2XLYMv11" shortName="PR_Out-of-school youth reached">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
1.16. Number of Out-of-school youth reached with HIV prevention programmes
			</formName>
			<categoryCombo id="b5fzyHksljT"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="ARTC_5" created="2016-09-25T17:27:10.745" lastUpdated="2016-12-19T12:22:59.635" name="ARTC_PLHIV died from 12 month cohort {Gender, Age (&lt;15, >=15)}" id="UNKEfWslqRj" shortName="ARTC_PLHIV died from 12 month cohort"><aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>1.5. Number of ART patients who died from 12 month cohort							</formName>
			<categoryCombo id="cnYc6osmvtb"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>i2v56qNP1CK</userGroupUid>
					<displayName>NAP_ART - Antiretroviral Therapy (Adult and Child)</displayName>
					<id>i2v56qNP1CK</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_45" created="2016-09-25T17:05:29.761" lastUpdated="2016-12-15T12:18:54.455" name="PR_PWID who receive MMT for at least 6 months (V1)" id="liBLFGDnRXz" shortName="PR_PWID received MMT for at least 6 months">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
7.3. Number of people from cohort still in treatment 6 months after initiating MMT
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_21" created="2016-09-28T14:02:58.413" lastUpdated="2016-12-15T12:18:58.144" name="PR_Regular partners of KPs received STI treatment (V1)" id="CeCWMqFH11R" shortName="PR_Regular partners of KPs received STI treatment">
			<aggregationType>NONE</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of Regular partners of KPs received STI treatment during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
3.6. Number of Regular partners of KPs who received STI treatment during the reporting period
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_20" created="2016-09-25T16:55:13.134" lastUpdated="2016-12-15T12:18:54.266" name="PR_Prisoners received STI treatment (V1)" id="znQX33rHldw" shortName="PR_Prisoners received STI treatment">
			<aggregationType>NONE</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName> 
3.5. Number of Prisoners who received STI treatment during the reporting period
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_9" created="2016-09-28T13:46:57.998" lastUpdated="2016-12-15T12:18:56.398" name="PR_Prisoners reached with HIV prevention {Gender} (V1)" id="ubqnqfF96VP" shortName="PR_Prisoners reached">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
1.13. Number of prisoners reached with HIV prevention programmes
			</formName>
			<categoryCombo id="b5fzyHksljT"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="ARTC_1" created="2016-09-25T17:14:06.052" lastUpdated="2016-12-19T12:23:20.427" name="ARTC_PLHIV initiating ART in this clinic up to 12 months before the reporting year {Gender, Age (&lt;15, >=15)}" id="GOth1F2IQs1" shortName="ARTC_PLHIV initiated ART 12 months before"><aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>1.1. Number of patients initiating ART in this clinic up to 12 months before the beginning of the reporting year		</formName>
			<categoryCombo id="cnYc6osmvtb"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>i2v56qNP1CK</userGroupUid>
					<displayName>NAP_ART - Antiretroviral Therapy (Adult and Child)</displayName>
					<id>i2v56qNP1CK</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement created="2016-11-14T11:19:22.974" lastUpdated="2016-12-15T12:18:51.549" name="PR_HTS Service Delivery points (V1)" id="Ikt833V4F4P" shortName="PR_HTS Service Delivery points">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>NUMBER</valueType>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="ARTC_2" created="2016-09-25T17:15:20.565" lastUpdated="2016-12-19T12:24:29.078" name="ARTC_Transfer-in PLHIV initiating ART up to 12 months before the reporting year {Gender, Age (&lt;15, >=15)}" id="VCJE8MUGaWJ" shortName="ARTC_TI PLHIV initiated ART 12 months before"><aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>1.2. Number of Transfer-in patients initiating ART up to 12 months before the beginning of the reporting year	</formName>
			<categoryCombo id="cnYc6osmvtb"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>i2v56qNP1CK</userGroupUid>
					<displayName>NAP_ART - Antiretroviral Therapy (Adult and Child)</displayName>
					<id>i2v56qNP1CK</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement created="2017-02-03T16:57:19.297" lastUpdated="2017-02-03T16:57:19.297" name="PR_Received STI Treatment" id="SLESiRB17M6" shortName="Received STI Treatment">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>rw------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>NUMBER</valueType>
			<categoryCombo id="bqEc5oSCpbu"/>
			<user id="sjXEqVX56JY"/>
		</dataElement>
		<dataElement code="PR_50" created="2016-09-25T17:08:56.230" lastUpdated="2016-12-15T12:18:54.079" name="PR_Service delivery points providing child ART (V1)" id="mnacl7qipNk" shortName="PR_SDP providing child ART">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
2.3. Number of Service Delivery Points providing child ART
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_36" created="2016-09-28T15:04:18.769" lastUpdated="2016-12-15T12:19:00.997" name="PR_Condoms distributed for free to FSW (V1)" id="NMElSmi8HBu" shortName="PR_Free condom distribution to FSW">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of Condoms distributed for free to FSW during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>5.1. Number of condoms distributed for free to FSW</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement created="2016-09-30T13:58:46.221" lastUpdated="2016-12-15T12:19:03.191" name="PR_Child PLHIV receiving ART {Gender} (V1)" id="Blw0S7zEbaa" shortName="PR_Child PLHIV receiving ART">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
7.3. Number of children living with HIV receiving antiretroviral therapy
			</formName>
			<categoryCombo id="b5fzyHksljT"/>
			<user id="gTZVUfHCzRV"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_60" created="2016-09-30T14:08:04.687" lastUpdated="2016-12-19T11:27:18.775" name="PR_patients on ART with suppressed viral load {Gender, Age (&lt;15, >=15)}  (V1)" id="DhzrTQZGjvf" shortName="PR_PLHIV with suppressed viral load"><aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
7.6. Number of people living with HIV on ART with suppressed viral load (≤ 1,000 copies) during the reporting period
			</formName>
			<categoryCombo id="cnYc6osmvtb"/>
			<user id="gTZVUfHCzRV"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_44" created="2016-10-04T10:43:55.914" lastUpdated="2016-12-15T16:40:30.167" name="PR_PWID on MMT {Gender} (V1)" id="CyPLUGCkeD7" shortName="PR_PWID on MMT">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the number of PWID who are currently on MMT at the end of reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
7.1. Number of people who inject drugs receiving methadone maintenance therapy
			</formName>
			<categoryCombo id="b5fzyHksljT"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_65" created="2016-09-28T15:35:11.140" lastUpdated="2016-12-15T12:19:01.378" name="PR_PLHIV started TB treatment out of those having active TB (V1)" id="AEG52hibdRV" shortName="PR_PLHIV started TB treatment">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the # of PLHIV started on TB treatment and registered in the TB register.</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
8.4. Number of PLHIV started on TB treatment out of those having active TB
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_41" created="2016-09-25T17:02:00.589" lastUpdated="2016-12-15T12:18:51.738" name="PR_Condoms sold through social marketing (V1)" id="CvW6mYClFdh" shortName="PR_condom social marketing">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
5.6. Number of condoms sold through social marketing
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement created="2017-02-03T11:51:37.789" lastUpdated="2017-02-03T11:51:37.789" name="PR_Received HIV test and knew result" id="hWR80X5H8TZ" shortName="Received HIV test and knew result">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>rw------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>NUMBER</valueType>
			<categoryCombo id="vZCbpSLkh35"/>
			<user id="sjXEqVX56JY"/>
		</dataElement>
		<dataElement code="PR_17" created="2016-09-28T13:58:50.912" lastUpdated="2016-12-15T12:19:03.390" name="PR_Clients of FSW received STI treatment (V1)" id="DIdv0fJN53w" shortName="PR_Clients of FSW received STI treatment">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of Clients of FSW received STI treatment during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
3.2. Number of Clients of FSW who received STI treatment during the reporting period
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_37" created="2016-09-28T15:08:17.971" lastUpdated="2016-12-15T12:19:00.807" name="PR_Condoms distributed for free to Clients (V1)" id="ldV88ki2mwM" shortName="PR_Free condom distribution to Clients">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of Condoms distributed for free to Clients during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
5.2. Number of condoms distributed for free to Clients
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_73" created="2016-09-28T16:38:47.243" lastUpdated="2016-12-15T16:59:04.258" name="PR_HIV positive pregnant women received antiretrovirals (Prophylaxis/Treatment) {V1}" id="EbO55gv6CfR" shortName="PR_pregnant women received antiretrovirals">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the number of HIV-positive pregnant women who have received antiretroviral prophylaxis (Option B) or antiretroviral therapy (Option B+) to reduce the risk of mother-to-child transmission during pregnancy, delivery and after delivery in last year.
Report by disaggregation of type of regimen, Option B or Life long ART.  Specify also for Life long ART, whether pregnant woman is newly initiated ART during current pregnancy or already on ART before current pregnancy.</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
9.5. Number of HIV positive pregnant women who received antiretrovirals to reduce the risk of mother to child transmission
			</formName>
			<categoryCombo id="QFcK9t0dJKF"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_46" created="2016-09-25T17:06:35.544" lastUpdated="2016-12-15T12:18:53.703" name="PR_PWID starting MMT during prior 6 months before the reporting period (cohort) (V1)" id="lNEZ8oolH9Q" shortName="PR_PWID starting MMT prior 6 months">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
7.2. Number of people starting MMT during prior 6 months before the reporting period (cohort)
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_62" created="2016-09-28T15:30:11.838" lastUpdated="2016-12-15T12:19:00.616" name="PR_PLHIV screened for TB (V1)" id="oMrh1sKByCh" shortName="PR_PLHIV screened for TB">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the # of PLHIV enrolled in HIV care (pre-ART, ART, PMTCT) within the past 12 months, whose TB status was assessed and recorded at their last visit during the reporting period.</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
8.1. Number of PLHIV in HIV care whose TB status was assessed in the reporting period
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_31" created="2016-09-28T14:33:26.694" lastUpdated="2016-12-15T12:18:59.037" name="PR_Regular partners of KPs tested HIV positive (V1)" id="MfYAjScrOJn" shortName="PR_Regular partners of KPs tested positive">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of Regular partners of KPs tested HIV positive during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
4.10. Number of Regular partners of KPs who tested HIV positive
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_29" created="2016-09-28T14:23:54.763" lastUpdated="2016-12-15T12:18:56.588" name="PR_PWID tested HIV positive (V1)" id="y2SxGm7LfZr" shortName="PR_PWID tested HIV positive">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of PWID tested HIV positive during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>4.8. Number of PWID who tested HIV positive</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_18" created="2016-09-28T13:59:45.589" lastUpdated="2016-12-15T12:18:57.577" name="PR_MSM received STI treatment (V1)" id="jeLG6zII0lZ" shortName="PR_MSM received STI treatment">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of MSM received STI treatment during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
3.3. Number of MSM who received STI treatment during the reporting period
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_32" created="2016-09-25T16:57:06.718" lastUpdated="2016-12-15T12:18:52.918" name="PR_Discordant couples tested and know the result (V1)" id="yQAvDA7bupp" shortName="PR_Discordant couples tested and know the result">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
4.11. Number of Discordant couples who received an HIV test during the reporting period and who know the result
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_48" created="2016-09-25T17:07:45.064" lastUpdated="2016-12-15T12:18:53.891" name="PR_Service delivery points providing adult ART (V1)" id="wYzqTw73USi" shortName="PR_SDP providing adult ART">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
2.2. Number of Service Delivery Points providing adult ART
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_70" created="2016-09-28T15:43:07.167" lastUpdated="2016-12-15T12:19:02.722" name="PR_pregnant women attending ANC received HIV testing (V1)" id="ID2CihQ1Hwg" shortName="PR_pregnant women tested for HIV">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the number of pregnant woman attending antenatal care services who have received HIV testing during the reporting period. Specify specify for positive results.</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
9.2. Number of pregnant women attending ante-natal care services who received HIV testing
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_7" created="2016-09-25T16:50:39.047" lastUpdated="2016-12-15T12:18:52.729" name="PR_PWID reached with HIV prevention_DIC {Gender} (V1)" id="Ojs537tiF4x" shortName="PR_PWID reached_DIC">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
1.9. Number of people who inject drugs reached with HIV prevention programmes (DIC)
			</formName>
			<categoryCombo id="b5fzyHksljT"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_38" created="2016-09-28T15:09:22.630" lastUpdated="2016-12-15T12:18:55.227" name="PR_Condoms distributed for free to MSM (V1)" id="pOrnaZFlMGK" shortName="PR_Free condom distribution to MSM">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of Condoms distributed for free to MSM during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>5.3. Number of condoms distributed for free to MSM</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_28" created="2016-09-28T14:22:50.479" lastUpdated="2016-12-15T12:18:59.387" name="PR_PWID received HIV test and knew result (V1)" id="spx9Qtf6V8u" shortName="PR_PWID received HIV test and knew result">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of PWID received HIV test and knew result during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
4.7. Number of PWID who received an HIV test during the reporting period and who know the result
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_84" created="2016-10-03T16:14:59.528" lastUpdated="2017-02-02T12:30:39.135" name="PR_PWUD reached with HIV prevention {Gender, Site (Outreach, DIC)} (V1)" id="bVNykvZuGiA" shortName="PR_PWUD reached">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>1.10. Number of people who use drugs reached with HIV prevention programmes	</formName>
			<categoryCombo id="FHoEWWTz76r"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_80" created="2016-09-25T17:36:48.709" lastUpdated="2016-12-15T12:18:50.468" name="PR_orphans and vulnerable children affected by HIV receiving package of support {Gender} (V1)" id="JOYxgAyzY2v" shortName="PR_OVC affected by HIV receiving support package">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the number of Orphans and vulnerable children affected by HIV who received at least one of six types of support in the last reporting period. 
Count the number orphaned and vulnerable children aged 0 to 17 that received the minimum package of support (health care, food support, school support, emotional/ psychological support, shelter, vocational support). Orphans can have lost one or two parents.</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
10.3. Number of orphans and vulnerable children affected by HIV receiving package of support
			</formName>
			<categoryCombo id="b5fzyHksljT"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_13" created="2016-09-28T13:56:15.966" lastUpdated="2016-12-15T12:18:58.283" name="PR_People in workplace reached with HIV prevention {Gender} (V1)" id="qaU2h7TVY0q" shortName="PR_People in workplace reacheded">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of People in workplace reached with HIV prevention  by Gender</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
1.17. Number of people in workplace reached with HIV prevention programmes
			</formName>
			<categoryCombo id="b5fzyHksljT"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement created="2016-09-28T14:19:27.298" lastUpdated="2016-12-15T12:18:59.193" name="PR_Clients of FSW tested HIV positive (V1)" id="vH97S6IcS2V" shortName="PR_Clients of FSW tested HIV positive">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of Clients of FSW tested HIV positive during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
4.4. Number of Clients of FSW who tested HIV positive
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement created="2017-02-03T11:54:05.893" lastUpdated="2017-02-03T11:54:05.893" name="PR_Tested HIV positive" id="CcCBU45ormp" shortName="PR_Tested HIV positive">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>rw------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>NUMBER</valueType>
			<categoryCombo id="vZCbpSLkh35"/>
			<user id="sjXEqVX56JY"/>
		</dataElement>
		<dataElement code="PR_2" created="2016-09-28T13:40:15.557" lastUpdated="2016-12-15T12:18:55.931" name="PR_Clients of FSW reached with HIV prevention (V1)" id="WhJLqeaQahd" shortName="PR_Clients of FSW reached">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
1.3. Number of clients of female sex workers reached with HIV prevention programmes
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement created="2017-02-03T11:54:56.601" lastUpdated="2017-02-03T11:54:56.601" name="PR_Condoms distributed for free {CD Pop}" id="acUPgt186Lx" shortName="Condoms distributed for free">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>rw------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>NUMBER</valueType>
			<categoryCombo id="Biy5aTdPWlK"/>
			<user id="sjXEqVX56JY"/>
		</dataElement>
		<dataElement code="PR_47" created="2016-09-30T13:49:40.864" lastUpdated="2016-12-19T11:29:25.113" name="PR_PLHIV newly diagnosed and enrolled in care {Gender, Age (&lt;15, >=15)} (V1)" id="R5lhjdPrQBM" shortName="PR_PLHIV newly diagnosed and enrolled in care"><aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the number of PLHIV newly diagnosed and enrolled in care during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
7.1. Number of PLHIV newly diagnosed and enrolled in care
			</formName>
			<categoryCombo id="cnYc6osmvtb"/>
			<user id="gTZVUfHCzRV"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_64" created="2016-09-28T15:33:32.435" lastUpdated="2016-12-15T12:18:51.188" name="PR_PLHIV newly enrolled in HIV care who have active TB disease (V1)" id="khLYhkitCBU" shortName="PR_newly enrolled PLHIV with active TB disease">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the # of PLHIV and newly enrolled in HIV care during the reporting period who have active TB disease</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
8.3. Number of people newly enrolled in HIV care who have active TB disease
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_4" created="2016-09-25T16:37:50.541" lastUpdated="2017-02-02T12:21:24.046" name="PR_MSM reached with HIV prevention {Site (Outreach, DIC)} (V1)" id="DTI66gwkiYc" shortName="PR_MSM reached">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>1.5. Number of men who have sex with men reached with HIV prevention programmes</formName>
			<categoryCombo id="Jh28ScBA0EJ"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_40" created="2016-09-28T15:11:41.966" lastUpdated="2016-12-15T12:19:01.569" name="PR_Condoms distributed for free to Other populations (V1)" id="tLGgZY0I2wB" shortName="PR_Free condom distribution to Other populations">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of Condoms distributed for free to Other populations during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
5.5. Number of condoms distributed for free to Other populations
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_22" created="2016-09-28T14:14:36.218" lastUpdated="2016-12-15T12:18:58.471" name="PR_FSW received HIV test and knew result (V1)" id="fWAPN0Pp2kd" shortName="PR_FSW tested and knew HIV result">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of FSW received HIV test and knew their result during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
4.1. Number of FSW who received an HIV test during the reporting period and who know the result
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_69" created="2016-09-28T15:42:05.957" lastUpdated="2016-12-15T12:19:01.759" name="PR_pregnant women attending ANC (V1)" id="ZDAZGsuUnQ7" shortName="PR_pregnant women attending ANC">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the number of pregnant woman attending antenatal care services.</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
9.1. Number of pregnant women attending ante-natal care services
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_72" created="2016-09-28T15:56:59.736" lastUpdated="2016-12-15T12:18:51.000" name="PR_pregnant women attending ANC received HIV result with post-test counselling (HIV status at ANC entry) (V1)" id="zi3WetNBHV7" shortName="PR_pregnant women tested/post-test counselling">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the number of pregnant women who have received HIV test and test result with post-test counselling including the number of pregnant women with previously known HIV positive status attending ante-natal care for a new pregnancy during the reporting period.
Specify on pregnant women with unknown HIV status and known HIV status.</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
9.4. Number of pregnant women attending ante-natal care services who received HIV test result with post-test counselling
			</formName>
			<categoryCombo id="NqwELWWVq9l"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_14" created="2016-09-25T16:52:27.209" lastUpdated="2016-12-15T12:18:51.877" name="PR_Discordant couples reached with HIV prevention {Gender} (V1)" id="XBXPvAEah7s" shortName="PR_Discordant couples reached">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
1.18. Number of discordant couples reached with HIV prevention programmes
			</formName>
			<categoryCombo id="b5fzyHksljT"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_81" created="2016-09-25T16:36:47.406" lastUpdated="2016-12-15T12:18:52.071" name="PR_FSW reached with HIV prevention_DIC (V1)" id="vcdXhsHqvly" shortName="PR_FSW reached_DIC">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
1.2. Number of female sex workers reached with HIV prevention programmes (DIC)
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_68" created="2016-09-28T15:39:34.695" lastUpdated="2016-12-19T11:30:13.144" name="PR_PLHIV newly enrolled in HIV care who are started TB preventive therapy {Gender, Age (&lt;15, >=15)}  (V1)" id="E7b1UHTMYUD" shortName="PR_newly enrolled PLHIV started on IPT"><aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the number of PLHIV newly enrolled in HIV care who are started on treatment for latent TB infection (e.g. Isoniazid Preventive Therapy) during the reporting period.</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
8.7. Number of people newly enrolled in HIV care who are started TB preventive therapy
			</formName>
			<categoryCombo id="cnYc6osmvtb"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_24" created="2016-09-28T14:18:40.016" lastUpdated="2016-12-15T12:18:56.969" name="PR_Clients of FSW received HIV test and knew result (V1)" id="lc6osae9cDU" shortName="PR_Clients of FSW tested and knew the result">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of Clients of FSW received HIV test and knew result during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
4.3 Number of Clients of FSW who received an HIV test during the reporting period and who know the result
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_30" created="2016-09-28T14:26:19.241" lastUpdated="2016-12-15T12:18:59.578" name="PR_Regular partners of KPs tested and knew the result (V1)" id="NNHaihm4MlE" shortName="PR_Regular partners tested and knew the result">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of Regular partners of KPs tested and know the result during the reporting period and knew the result</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
4.9. Number of Regular partners of KPs who received an HIV test during the reporting period and who know the result
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_11" created="2016-09-28T13:51:57.726" lastUpdated="2016-12-15T12:18:57.387" name="PR_Uniformed services personnel reached with HIV prevention {Gender} (V1)" id="f2ZUEH7r6HN" shortName="PR_Uniformed services personnel reached">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
1.15. Number of uniformed services personnel reached with HIV prevention programmes
			</formName>
			<categoryCombo id="b5fzyHksljT"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_15" created="2016-09-25T16:53:34.013" lastUpdated="2016-12-15T12:18:53.299" name="PR_STI Service Delivery points (V1)" id="O9FQ50jWFUk" shortName="PR_STI SDP">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>2.1. Number of SDP providing STI</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_5" created="2016-09-28T13:44:25.617" lastUpdated="2016-12-15T12:19:03.879" name="PR_Female sexual partners of MSM reached with HIV prevention  (V1)" id="hjUjlCTBNtH" shortName="PR_Female sexual partners of MSM reached">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
1.7. Number of female sexual partners of men who have sex with men reached with HIV prevention programmes
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_10" created="2016-09-28T13:48:00.182" lastUpdated="2016-12-15T12:18:57.954" name="PR_Mobile and migrant population reached with HIV prevention {Gender} (V1)" id="xAxxqcY9clI" shortName="PR_Mobile and migrant population reached">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
1.14. Number of mobile and migrant population reached with HIV prevention programmes
			</formName>
			<categoryCombo id="b5fzyHksljT"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_27" created="2016-09-28T14:21:37.128" lastUpdated="2016-12-15T12:18:58.660" name="PR_MSM tested HIV positive (V1)" id="TLP6c6XzB0P" shortName="PR_MSM tested HIV positive">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of MSM who tested HIV positive during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>4.6. Number of MSM who tested HIV positive</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_19" created="2016-09-28T14:00:38.576" lastUpdated="2016-12-15T12:18:56.778" name="PR_PWID received STI treatment (V1)" id="h53qCNAqyMS" shortName="PR_PWID received STI treatment">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Number of PWID received STI treatment during the reporting period</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
3.4. Number of PWID who received STI treatment during the reporting period
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="yFZe8HI1sWB"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_77" created="2016-09-25T17:35:20.826" lastUpdated="2016-12-15T12:18:57.769" name="PR_identified HIV positive infants initiated on ART by 12 months of age (V1)" id="YG7Np97VQk5" shortName="PR_HIV+ infants initiated ART by 12 months of age">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>Count the number of HIV exposed infants who were identified as HIV positive and started on ART by 12 months of age.</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<formName>
9.9. Number of identified HIV positive infants initiated on ART by 12 months of age
			</formName>
			<categoryCombo id="D8oB11bVBQZ"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
		<dataElement code="PR_6" created="2016-09-25T16:49:08.251" lastUpdated="2017-02-02T12:22:41.038" name="PR_PWID reached with HIV prevention {Gender, Site (Outreach, DIC)} (V1)" id="oSFDteByUM7" shortName="PR_PWID reached">
			<aggregationType>SUM</aggregationType>
			<domainType>AGGREGATE</domainType>
			<publicAccess>--------</publicAccess>
			<description>1.8. Number of people who inject drugs reached with HIV prevention programmes</description>
			<zeroIsSignificant>false</zeroIsSignificant>
			<valueType>INTEGER_ZERO_OR_POSITIVE</valueType>
			<categoryCombo id="FHoEWWTz76r"/>
			<user id="X8wdGJnrPMz"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>ES3WAsJWxhQ</userGroupUid>
					<displayName>NAP_PR - Progress Report</displayName>
					<id>ES3WAsJWxhQ</id>
				</userGroupAccess>
			</userGroupAccesses>
		</dataElement>
	</dataElements>
	<categories>
		<category created="2013-09-03T08:37:12.128" lastUpdated="2017-02-09T06:26:24.048" name="default" id="k2FduGyisvE">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<dataDimension>false</dataDimension>
			<categoryOptions>
				<categoryOption id="uQjEoFQojw4"/>
			</categoryOptions>
		</category>
		<category created="2016-09-28T16:27:01.096" lastUpdated="2016-09-28T16:27:01.096" name="PR_Support type" id="HQTuQF6out8">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<dataDimension>true</dataDimension>
			<user id="yFZe8HI1sWB"/>
			<categoryOptions>
				<categoryOption id="PGpQfYMZ9o6"/>
				<categoryOption id="taYMxm0fp4k"/>
				<categoryOption id="zJuwti8GZlS"/>
			</categoryOptions>
		</category>
		<category code="Gender" created="2013-09-03T08:32:31.955" lastUpdated="2016-07-24T12:31:11.820" name="Gender" id="SDwv85gOWUS">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<publicAccess>rw------</publicAccess>
			<dataDimension>true</dataDimension>
			<user id="KkNUjCJu16A"/>
			<categoryOptions>
				<categoryOption id="P5ZqzZTcqAT"/>
				<categoryOption id="IqTiDJxDQ0U"/>
			</categoryOptions>
		</category>
		<category created="2017-02-02T22:53:44.246" lastUpdated="2017-02-03T17:31:34.565" name="HTS Population" id="gA47HLjLvtr">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<publicAccess>rw------</publicAccess>
			<dataDimension>false</dataDimension>
			<user id="sjXEqVX56JY"/>
			<categoryOptions>
				<categoryOption id="aUdIDNj3lbQ"/>
				<categoryOption id="njsFqbMFsVU"/>
				<categoryOption id="HtfhiGDQEn4"/>
				<categoryOption id="Arz0ov0DozS"/>
				<categoryOption id="mTCjNrKjzle"/>
				<categoryOption id="th3FmenStBg"/>
				<categoryOption id="wLS9T6zaF2r"/>
			</categoryOptions>
		</category>
		<category code="NAP Partners" created="2016-09-06T16:30:22.787" lastUpdated="2016-12-15T10:15:59.259" name="NAP Partners" id="ZuNqO6M8HRx">
			<dataDimensionType>ATTRIBUTE</dataDimensionType>
			<publicAccess>--------</publicAccess>
			<dataDimension>true</dataDimension>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>eiTJi4KF9Q5</userGroupUid>
					<displayName>NAP Partner</displayName>
					<id>eiTJi4KF9Q5</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
			<categoryOptions>
				<categoryOption id="Yer3hZ14ymO"/>
				<categoryOption id="J47app0MQzg"/>
				<categoryOption id="lpdzaJUUaeN"/>
				<categoryOption id="Fj3f7ZIuop9"/>
				<categoryOption id="jrcC9NA4SA9"/>
				<categoryOption id="Ul03GKteAck"/>
				<categoryOption id="wBV4zO62SD5"/>
				<categoryOption id="qLqqfDS5Hz4"/>
				<categoryOption id="iZfwmG1Z7DT"/>
				<categoryOption id="ybQsISqBzfw"/>
				<categoryOption id="gTqlwxQUZ79"/>
				<categoryOption id="jjwEQ0tKj4J"/>
				<categoryOption id="eOvL3PH3iyi"/>
				<categoryOption id="na1doEOLtk6"/>
				<categoryOption id="Bif0lb33wPu"/>
				<categoryOption id="GFhHTmhXmaf"/>
				<categoryOption id="RhMS3tvoY16"/>
				<categoryOption id="hJmY3HjufR5"/>
				<categoryOption id="whBuujU4aoq"/>
				<categoryOption id="zMzbfWYg3Y5"/>
				<categoryOption id="axMImMQ27je"/>
				<categoryOption id="NiZ5ztH8RP1"/>
				<categoryOption id="QLTLcWE18le"/>
				<categoryOption id="zCuK513Girw"/>
				<categoryOption id="tQ43js9vqcE"/>
				<categoryOption id="gWyFBR02sAN"/>
			</categoryOptions>
		</category>
		<category created="2017-01-31T15:05:11.452" lastUpdated="2017-02-02T22:50:40.128" name="Site (Outreach, DIC)" id="QY8OHf4PgXV">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<publicAccess>rw------</publicAccess>
			<dataDimension>false</dataDimension>
			<user id="yFZe8HI1sWB"/>
			<categoryOptions>
				<categoryOption id="l36Z26WYKLU"/>
				<categoryOption id="ahCjbhUfYKq"/>
			</categoryOptions>
		</category>
		<category created="2017-02-03T16:55:58.993" lastUpdated="2017-02-03T16:55:58.993" name="STI Treatment Population " id="w3gzkZbqCQF">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<publicAccess>rw------</publicAccess>
			<dataDimension>false</dataDimension>
			<user id="sjXEqVX56JY"/>
			<categoryOptions>
				<categoryOption id="aUdIDNj3lbQ"/>
				<categoryOption id="njsFqbMFsVU"/>
				<categoryOption id="HtfhiGDQEn4"/>
				<categoryOption id="wLS9T6zaF2r"/>
				<categoryOption id="kUjXcOC9JlF"/>
				<categoryOption id="Arz0ov0DozS"/>
				<categoryOption id="th3FmenStBg"/>
			</categoryOptions>
		</category>
		<category created="2016-09-28T15:49:40.964" lastUpdated="2016-09-28T15:49:40.964" name="HIV status at ANC entry" id="q17qCkp3A6t">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<dataDimension>true</dataDimension>
			<user id="yFZe8HI1sWB"/>
			<categoryOptions>
				<categoryOption id="Gw2h6i2rl9m"/>
				<categoryOption id="nk4NKAQHNm3"/>
			</categoryOptions>
		</category>
		<category created="2016-07-23T09:54:37.894" lastUpdated="2016-07-24T12:31:07.726" name="Age(&lt;15,≥15)" id="kj96phvw2zI">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<publicAccess>--------</publicAccess>
			<dataDimension>true</dataDimension>
			<user id="VdzanTrExaQ"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
			<categoryOptions>
				<categoryOption id="XN5z2ZGOvof"/>
				<categoryOption id="IMVA0wiuEPi"/>
			</categoryOptions>
		</category>
		<category created="2016-10-03T16:04:43.553" lastUpdated="2016-10-03T16:04:43.553" name="PR_Prophylaxis/Treatment" id="JePGNWpXV6q">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<dataDimension>true</dataDimension>
			<user id="yFZe8HI1sWB"/>
			<categoryOptions>
				<categoryOption id="GG0aQnngWeN"/>
				<categoryOption id="N5JnbCixa7h"/>
				<categoryOption id="ESrP58Fifcg"/>
				<categoryOption id="y7tzPyAGERY"/>
				<categoryOption id="v03cyi8xxig"/>
			</categoryOptions>
		</category>
		<category created="2016-07-23T09:54:38.828" lastUpdated="2017-02-03T17:31:52.045" name="Condom Pop" id="ofkpLxSGTw8">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<publicAccess>--------</publicAccess>
			<dataDimension>false</dataDimension>
			<user id="VdzanTrExaQ"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
				<userGroupAccess>
					<userGroupUid>GHx28GgASo1</userGroupUid>
					<displayName>NAP_NAP - National AIDS Program Team Report</displayName>
					<id>GHx28GgASo1</id>
				</userGroupAccess>
			</userGroupAccesses>
			<categoryOptions>
				<categoryOption id="aUdIDNj3lbQ"/>
				<categoryOption id="HtfhiGDQEn4"/>
				<categoryOption id="njsFqbMFsVU"/>
				<categoryOption id="Arz0ov0DozS"/>
				<categoryOption id="th3FmenStBg"/>
				<categoryOption id="wLS9T6zaF2r"/>
			</categoryOptions>
		</category>
		<category created="2016-09-28T16:21:01.802" lastUpdated="2016-09-28T16:21:01.802" name="HIV test result" id="NknZrqhTAUE">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<dataDimension>true</dataDimension>
			<user id="yFZe8HI1sWB"/>
			<categoryOptions>
				<categoryOption id="MaLeG16BYHv"/>
				<categoryOption id="U9rsQ4sjUVs"/>
			</categoryOptions>
		</category>
	</categories>
	<categoryCombos>
		<categoryCombo created="2016-09-28T16:27:29.041" lastUpdated="2016-09-28T16:27:29.153" name="PR_support type" id="dH4EC0bN3Kf">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<skipTotal>false</skipTotal>
			<user id="yFZe8HI1sWB"/>
			<categories>
				<category id="HQTuQF6out8"/>
			</categories>
		</categoryCombo>
		<categoryCombo created="2013-09-03T08:37:12.136" lastUpdated="2013-09-03T08:37:12.140" name="default" id="D8oB11bVBQZ">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<skipTotal>false</skipTotal>
			<categories>
				<category id="k2FduGyisvE"/>
			</categories>
		</categoryCombo>
		<categoryCombo created="2016-07-23T10:16:45.239" lastUpdated="2017-02-07T11:41:34.301" name="Condom Pop" id="Biy5aTdPWlK">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<publicAccess>--------</publicAccess>
			<skipTotal>false</skipTotal>
			<user id="VdzanTrExaQ"/>
			<userGroupAccesses>
				<userGroupAccess>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
			<categories>
				<category id="ofkpLxSGTw8"/>
			</categories>
		</categoryCombo>
		<categoryCombo created="2017-02-02T12:18:46.265" lastUpdated="2017-02-02T12:18:46.406" name="Site (Outreach, DIC), Gender" id="FHoEWWTz76r">
			<dataDimensionType>ATTRIBUTE</dataDimensionType>
			<publicAccess>rw------</publicAccess>
			<skipTotal>false</skipTotal>
			<user id="sjXEqVX56JY"/>
			<categories>
				<category id="QY8OHf4PgXV"/>
				<category id="SDwv85gOWUS"/>
			</categories>
		</categoryCombo>
		<categoryCombo created="2016-09-28T16:21:22.633" lastUpdated="2016-09-28T16:21:22.748" name="HIV test result" id="TxoHRlyfBkK">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<skipTotal>false</skipTotal>
			<user id="yFZe8HI1sWB"/>
			<categories>
				<category id="NknZrqhTAUE"/>
			</categories>
		</categoryCombo>
		<categoryCombo created="2017-02-02T22:54:03.247" lastUpdated="2017-02-07T11:41:47.057" name="HTS Population" id="vZCbpSLkh35">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<publicAccess>rw------</publicAccess>
			<skipTotal>false</skipTotal>
			<user id="sjXEqVX56JY"/>
			<categories>
				<category id="gA47HLjLvtr"/>
			</categories>
		</categoryCombo>
		<categoryCombo created="2016-09-28T15:50:10.955" lastUpdated="2016-09-28T15:50:11.064" name="HIV status at ANC entry" id="NqwELWWVq9l">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<skipTotal>false</skipTotal>
			<user id="yFZe8HI1sWB"/>
			<categories>
				<category id="q17qCkp3A6t"/>
			</categories>
		</categoryCombo>
		<categoryCombo created="2016-10-03T16:05:18.300" lastUpdated="2016-10-03T16:05:18.437" name="PR_Prophylaxis/Treatment" id="QFcK9t0dJKF">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<skipTotal>false</skipTotal>
			<user id="yFZe8HI1sWB"/>
			<categories>
				<category id="JePGNWpXV6q"/>
			</categories>
		</categoryCombo>
		<categoryCombo code="NAP Partners" created="2016-09-06T16:31:42.691" lastUpdated="2017-02-02T19:59:50.645" name="NAP Partner" id="KDVKpw0xbC2">
			<dataDimensionType>ATTRIBUTE</dataDimensionType>
			<publicAccess>r-------</publicAccess>
			<skipTotal>false</skipTotal>
			<user id="sjXEqVX56JY"/>
			<userGroupAccesses>
				<userGroupAccess>
					<access>r-------</access>
					<userGroupUid>eiTJi4KF9Q5</userGroupUid>
					<displayName>NAP Partner</displayName>
					<id>eiTJi4KF9Q5</id>
				</userGroupAccess>
				<userGroupAccess>
					<access>rw------</access>
					<userGroupUid>MAST74C2jxQ</userGroupUid>
					<displayName>8. National AIDS Programme</displayName>
					<id>MAST74C2jxQ</id>
				</userGroupAccess>
			</userGroupAccesses>
			<categories>
				<category id="ZuNqO6M8HRx"/>
			</categories>
		</categoryCombo>
		<categoryCombo created="2017-02-02T12:12:25.249" lastUpdated="2017-02-02T12:12:25.486" name="Site (Outreach, DIC)" id="Jh28ScBA0EJ">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<publicAccess>rw------</publicAccess>
			<skipTotal>false</skipTotal>
			<user id="sjXEqVX56JY"/>
			<categories>
				<category id="QY8OHf4PgXV"/>
			</categories>
		</categoryCombo>
		<categoryCombo created="2017-02-03T16:56:19.966" lastUpdated="2017-02-03T16:56:20.391" name="STI Treatment Population " id="bqEc5oSCpbu">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<publicAccess>rw------</publicAccess>
			<skipTotal>false</skipTotal>
			<user id="sjXEqVX56JY"/>
			<categories>
				<category id="w3gzkZbqCQF"/>
			</categories>
		</categoryCombo>
		<categoryCombo created="2013-09-03T08:40:55.550" lastUpdated="2016-07-24T12:31:37.474" name="Gender" id="b5fzyHksljT">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<skipTotal>false</skipTotal>
			<categories>
				<category id="SDwv85gOWUS"/>
			</categories>
		</categoryCombo>
		<categoryCombo created="2016-07-23T10:16:44.502" lastUpdated="2016-07-24T12:44:35.146" name="Age(&lt;15,≥15),Gender" id="cnYc6osmvtb">
			<dataDimensionType>DISAGGREGATION</dataDimensionType>
			<publicAccess>rw------</publicAccess>
			<skipTotal>false</skipTotal>
			<user id="VdzanTrExaQ"/>
			<categories>
				<category id="kj96phvw2zI"/>
				<category id="SDwv85gOWUS"/>
			</categories>
		</categoryCombo>
	</categoryCombos>
	<categoryOptionCombos>
		<categoryOptionCombo lastUpdated="2016-10-03T16:05:18.436" created="2016-10-03T16:05:18.435" name="ART_Already on ART before the current pregnancy" id="QbDA03JwRoa">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="QFcK9t0dJKF"/>
			<categoryOptions>
				<categoryOption id="v03cyi8xxig"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-03T16:56:20.293" created="2017-02-03T16:56:20.293" name="Clients" id="cxkHaciya3K">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="bqEc5oSCpbu"/>
			<categoryOptions>
				<categoryOption id="njsFqbMFsVU"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-07-24T12:44:35.142" created="2016-07-24T12:44:35.139" name="≥15, Female" id="LDF2UNpTsRc">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="cnYc6osmvtb"/>
			<categoryOptions>
				<categoryOption id="IqTiDJxDQ0U"/>
				<categoryOption id="IMVA0wiuEPi"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-09-28T16:21:22.745" created="2016-09-28T16:21:22.744" name="HIV positive" id="ElInD24GfWD">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="TxoHRlyfBkK"/>
			<categoryOptions>
				<categoryOption id="MaLeG16BYHv"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-09-28T16:27:29.152" created="2016-09-28T16:27:29.151" name="Medical support" id="VsPybf542rg">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="dH4EC0bN3Kf"/>
			<categoryOptions>
				<categoryOption id="zJuwti8GZlS"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-02T12:18:46.404" created="2017-02-02T12:18:46.404" name="Drop-in Center, Female" id="A38YUM8S5Xs">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="FHoEWWTz76r"/>
			<categoryOptions>
				<categoryOption id="IqTiDJxDQ0U"/>
				<categoryOption id="ahCjbhUfYKq"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-09-28T16:27:29.148" created="2016-09-28T16:27:29.148" name="Psychological/social support&#x9;" id="jCMuCA5niRY">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="dH4EC0bN3Kf"/>
			<categoryOptions>
				<categoryOption id="PGpQfYMZ9o6"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-03T16:56:20.341" created="2017-02-03T16:56:20.330" name="Regular Partner" id="WPr6B82sD0P">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="bqEc5oSCpbu"/>
			<categoryOptions>
				<categoryOption id="Arz0ov0DozS"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-07T11:41:47.044" created="2017-02-07T11:41:47.026" name="PWID" id="KqSUkcVm24b">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="vZCbpSLkh35"/>
			<categoryOptions>
				<categoryOption id="wLS9T6zaF2r"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-09-28T15:50:11.062" created="2016-09-28T15:50:11.062" name="known HIV+ pregnant women attending ANC for a new pregnancy during the reporting period" id="jRG7qB2SWVH">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="NqwELWWVq9l"/>
			<categoryOptions>
				<categoryOption id="nk4NKAQHNm3"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2013-09-03T08:37:12.138" created="2013-09-03T08:37:12.138" name="default" id="L3NbebDrkmD">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="D8oB11bVBQZ"/>
			<categoryOptions>
				<categoryOption id="uQjEoFQojw4"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2013-09-03T09:10:55.575" created="2013-09-03T09:10:55.575" name="Male" id="QZ6kUGMVdF7">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="b5fzyHksljT"/>
			<categoryOptions>
				<categoryOption id="P5ZqzZTcqAT"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-10-03T16:05:18.431" created="2016-10-03T16:05:18.431" name="OptionB_During labour" id="Qyv7M737UJ0">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="QFcK9t0dJKF"/>
			<categoryOptions>
				<categoryOption id="N5JnbCixa7h"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-09-28T16:27:29.150" created="2016-09-28T16:27:29.150" name="Food, material or financial support" id="oWKZDipBlGT">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="dH4EC0bN3Kf"/>
			<categoryOptions>
				<categoryOption id="taYMxm0fp4k"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-02T22:54:03.449" created="2017-02-02T22:54:03.448" name="Clients" id="AAEcCu7kqlR">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="vZCbpSLkh35"/>
			<categoryOptions>
				<categoryOption id="njsFqbMFsVU"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-02T22:54:03.462" created="2017-02-02T22:54:03.462" name="Discordant Couple" id="mEcYLTWuHZo">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="vZCbpSLkh35"/>
			<categoryOptions>
				<categoryOption id="mTCjNrKjzle"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-07-24T12:44:35.134" created="2016-07-24T12:44:35.131" name="&lt;15, Female" id="qz1azeoZlBM">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="cnYc6osmvtb"/>
			<categoryOptions>
				<categoryOption id="IqTiDJxDQ0U"/>
				<categoryOption id="XN5z2ZGOvof"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-12-13T09:33:50.006" created="2016-12-13T09:33:49.998" name="Regular Partner" id="M9GFOoe7482">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="Biy5aTdPWlK"/>
			<categoryOptions>
				<categoryOption id="Arz0ov0DozS"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-12-13T09:33:50.016" created="2016-12-13T09:33:50.008" name="Other Pop" id="LrRXMtvUKAf">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="Biy5aTdPWlK"/>
			<categoryOptions>
				<categoryOption id="th3FmenStBg"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-09-28T15:50:11.061" created="2016-09-28T15:50:11.060" name="pregnant women with unknown HIV status received testing result and post-test counselling during the reporting period" id="D9LiO3zZyv6">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="NqwELWWVq9l"/>
			<categoryOptions>
				<categoryOption id="Gw2h6i2rl9m"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-03T16:56:20.303" created="2017-02-03T16:56:20.303" name="MSM" id="jdJtig3i31o">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="bqEc5oSCpbu"/>
			<categoryOptions>
				<categoryOption id="HtfhiGDQEn4"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-02T22:54:03.451" created="2017-02-02T22:54:03.451" name="MSM" id="Y8wr2RUgY69">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="vZCbpSLkh35"/>
			<categoryOptions>
				<categoryOption id="HtfhiGDQEn4"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-02T12:18:46.401" created="2017-02-02T12:18:46.401" name="Drop-in Center, Male" id="iNZfN3vXZSx">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="FHoEWWTz76r"/>
			<categoryOptions>
				<categoryOption id="P5ZqzZTcqAT"/>
				<categoryOption id="ahCjbhUfYKq"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-10-03T16:05:18.429" created="2016-10-03T16:05:18.429" name="OptionB_>14 wks" id="vZ1OtdDZbYm"><ignoreApproval>false</ignoreApproval>
			<categoryCombo id="QFcK9t0dJKF"/>
			<categoryOptions>
				<categoryOption id="GG0aQnngWeN"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-03T16:56:20.259" created="2017-02-03T16:56:20.259" name="FSW" id="tUilBoYA0Pa">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="bqEc5oSCpbu"/>
			<categoryOptions>
				<categoryOption id="aUdIDNj3lbQ"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-02T22:54:03.445" created="2017-02-02T22:54:03.444" name="FSW" id="QiuJ4qKRQSn">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="vZCbpSLkh35"/>
			<categoryOptions>
				<categoryOption id="aUdIDNj3lbQ"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-07-24T12:44:35.138" created="2016-07-24T12:44:35.135" name="≥15, Male" id="RUWE1hJRgXM">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="cnYc6osmvtb"/>
			<categoryOptions>
				<categoryOption id="P5ZqzZTcqAT"/>
				<categoryOption id="IMVA0wiuEPi"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-12-13T09:33:49.996" created="2016-12-13T09:33:49.988" name="Clients" id="Bxz2kmuB2u3">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="Biy5aTdPWlK"/>
			<categoryOptions>
				<categoryOption id="njsFqbMFsVU"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-02T12:12:25.479" created="2017-02-02T12:12:25.477" name="Outreach" id="o9znll7VZw5">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="Jh28ScBA0EJ"/>
			<categoryOptions>
				<categoryOption id="l36Z26WYKLU"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-02T22:54:03.459" created="2017-02-02T22:54:03.459" name="Regular Partner" id="zc8vljxBLGI">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="vZCbpSLkh35"/>
			<categoryOptions>
				<categoryOption id="Arz0ov0DozS"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-07T11:41:34.274" created="2017-02-07T11:41:34.262" name="PWID" id="QNK9kbH75Ro">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="Biy5aTdPWlK"/>
			<categoryOptions>
				<categoryOption id="wLS9T6zaF2r"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-10-03T16:05:18.432" created="2016-10-03T16:05:18.432" name="OptionB_After delivery" id="UcGpC73Un3J">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="QFcK9t0dJKF"/>
			<categoryOptions>
				<categoryOption id="ESrP58Fifcg"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-02T12:12:25.483" created="2017-02-02T12:12:25.483" name="Drop-in Center" id="ZDy8D2Ra3mz">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="Jh28ScBA0EJ"/>
			<categoryOptions>
				<categoryOption id="ahCjbhUfYKq"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-03T16:56:20.309" created="2017-02-03T16:56:20.307" name="Imprisoned" id="mj19WZIPh68">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="bqEc5oSCpbu"/>
			<categoryOptions>
				<categoryOption id="kUjXcOC9JlF"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-10-03T16:05:18.434" created="2016-10-03T16:05:18.434" name="ART_Newly initiate on ART during current pregnancy" id="TWRw4g6PamW">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="QFcK9t0dJKF"/>
			<categoryOptions>
				<categoryOption id="y7tzPyAGERY"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-12-13T09:33:49.965" created="2016-12-13T09:33:49.956" name="FSW" id="xGPWig6LWVG">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="Biy5aTdPWlK"/>
			<categoryOptions>
				<categoryOption id="aUdIDNj3lbQ"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-02T12:18:46.398" created="2017-02-02T12:18:46.397" name="Outreach, Female" id="y3TzJygofeu">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="FHoEWWTz76r"/>
			<categoryOptions>
				<categoryOption id="l36Z26WYKLU"/>
				<categoryOption id="IqTiDJxDQ0U"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-07-24T12:44:35.129" created="2016-07-24T12:44:35.126" name="&lt;15, Male" id="W53t4KbEjbi">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="cnYc6osmvtb"/>
			<categoryOptions>
				<categoryOption id="P5ZqzZTcqAT"/>
				<categoryOption id="XN5z2ZGOvof"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-09-28T16:21:22.747" created="2016-09-28T16:21:22.746" name="HIV negative" id="UScYpKCFAfr">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="TxoHRlyfBkK"/>
			<categoryOptions>
				<categoryOption id="U9rsQ4sjUVs"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-03T16:56:20.306" created="2017-02-03T16:56:20.306" name="PWID" id="vK2fdIn1dtL">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="bqEc5oSCpbu"/>
			<categoryOptions>
				<categoryOption id="wLS9T6zaF2r"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2016-12-13T09:33:49.976" created="2016-12-13T09:33:49.968" name="MSM" id="DJTgNyow2p7">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="Biy5aTdPWlK"/>
			<categoryOptions>
				<categoryOption id="HtfhiGDQEn4"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2013-09-03T09:10:55.583" created="2013-09-03T09:10:55.583" name="Female" id="jzBTmGmlQ9S">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="b5fzyHksljT"/>
			<categoryOptions>
				<categoryOption id="IqTiDJxDQ0U"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-03T16:56:20.371" created="2017-02-03T16:56:20.370" name="Other Pop" id="JTpB1xkdocU">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="bqEc5oSCpbu"/>
			<categoryOptions>
				<categoryOption id="th3FmenStBg"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-02T22:54:03.468" created="2017-02-02T22:54:03.467" name="Other Pop" id="hkz2Ply2dMR">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="vZCbpSLkh35"/>
			<categoryOptions>
				<categoryOption id="th3FmenStBg"/>
			</categoryOptions>
		</categoryOptionCombo>
		<categoryOptionCombo lastUpdated="2017-02-02T12:18:46.394" created="2017-02-02T12:18:46.393" name="Outreach, Male" id="vl78jeqXtDu">
			<ignoreApproval>false</ignoreApproval>
			<categoryCombo id="FHoEWWTz76r"/>
			<categoryOptions>
				<categoryOption id="P5ZqzZTcqAT"/>
				<categoryOption id="l36Z26WYKLU"/>
			</categoryOptions>
		</categoryOptionCombo>
	</categoryOptionCombos>
	<indicatorTypes>
		<indicatorType lastUpdated="2013-09-05T11:42:21.811" created="2013-09-05T11:42:21.811" name="Calculated totals" id="dVwM44YVPZp">
			<number>true</number>
			<factor>1</factor>
		</indicatorType>
	</indicatorTypes>
</metadata>

Follow ups