Skip to content

Update IP to track HIV or with known status

Kaftan edited this page Aug 17, 2023 · 2 revisions

This code block tracks who has been tested positive for HIV and updates the corresponding Individual Property.

{
    "Event_Coordinator_Config": {
        "Intervention_Config": {
            "Actual_IndividualIntervention_Config": {
                "Target_Property_Key": "Known_Positive",
                "Target_Property_Value": "True",
                "class": "PropertyValueChanger"
            },
            "Trigger_Condition_List": [
                "Refer_to_ART",
                "ARTStaging9",
                "HIV_Positive_at_ANC",
                "ARTStaging1",
                "OnART1"
            ],
            "class": "NodeLevelHealthTriggeredIV"
        },
        "class": "StandardInterventionDistributionEventCoordinator"
    },
    "Event_Name": "Update IP to track HIV+ with known status",
    "Nodeset_Config": {
        "class": "NodeSetAll"
    },
    "Start_Year": 1960.5,
    "class": "CampaignEventByYear"
}

Clone this wiki locally