HIV with dynamics¶
Name: HIV with dynamics
Description: Framework for an HIV model with vital dynamics and new infections
Contents¶
Compartments¶
Compartment: Source¶
Code name:
sourceIs source
Does not appear in the databook
Description:
Data entry guidance:
Compartment: Susceptible¶
Code name:
susDoes not appear in the databook
Description:
Data entry guidance:
Compartment: Undiagnosed¶
Code name:
undxDoes not appear in the databook
Description:
Data entry guidance:
Compartment: Diagnosed¶
Code name:
dxDoes not appear in the databook
Description:
Data entry guidance:
Compartment: Linked to care¶
Code name:
linkedDoes not appear in the databook
Description:
Data entry guidance:
Compartment: Treated¶
Code name:
txDoes not appear in the databook
Description:
Data entry guidance:
Compartment: Lost to follow-up¶
Code name:
lostDoes not appear in the databook
Description:
Data entry guidance:
Compartment: Dead (HIV/AIDS)¶
Code name:
dead_hivIs sink
Does not appear in the databook
Description:
Data entry guidance:
Compartment: Dead (other)¶
Code name:
dead_otherIs sink
Does not appear in the databook
Description:
Data entry guidance:
Characteristics¶
Characteristic: Population size¶
Code name:
aliveValue can be used for calibration
Includes:
Susceptible
Undiagnosed
Diagnosed
Linked to care
Treated
Lost to follow-up
Virally suppressed (comp)
Appears in the databook
Databook values will be used for model initialization
Description:
Data entry guidance:
Characteristic: All PLHIV¶
Code name:
all_peopleValue can be used for calibration
Includes:
Undiagnosed
Diagnosed
Linked to care
Treated
Lost to follow-up
Virally suppressed (comp)
Appears in the databook
Databook values will be used for model initialization
Description:
Data entry guidance:
Characteristic: Aware of their status¶
Code name:
all_dxValue can be used for calibration
Includes:
Diagnosed
Linked to care
Treated
Lost to follow-up
Virally suppressed (comp)
Appears in the databook
Databook values will be used for model initialization
Description:
Data entry guidance:
Characteristic: Ever in care¶
Code name:
all_ever_linkedValue can be used for calibration
Includes:
Linked to care
Treated
Lost to follow-up
Virally suppressed (comp)
Appears in the databook
Databook values will be used for model initialization
Description:
Data entry guidance:
Characteristic: Currently in care¶
Code name:
all_curr_linkedValue can be used for calibration
Includes:
Linked to care
Treated
Virally suppressed (comp)
Appears in the databook
Databook values will be used for model initialization
Description:
Data entry guidance:
Characteristic: Currently treated¶
Code name:
all_txValue can be used for calibration
Includes:
Treated
Virally suppressed (comp)
Appears in the databook
Databook values will be used for model initialization
Description:
Data entry guidance:
Parameters¶
Parameter: Annual number of births¶
Code name:
birth_rateUnits/format: number
Value restrictions: At least 0
Contributes to transitions from:
“Source” to “Susceptible”
Default value: None
Appears in the databook
Description:
Data entry guidance:
Parameter: Estimated number of new HIV infections annually¶
Code name:
num_acqUnits/format: number
Value restrictions: At least 0
Default value: None
Appears in the databook
Used to compute:
“Acquisition rate”
Description:
Data entry guidance:
Parameter: Acquisition rate¶
Code name:
acq_rateUnits/format: probability
Value restrictions: 0-1.0000
Contributes to transitions from:
“Susceptible” to “Undiagnosed”
Default value: None
Does not appear in the databook
This parameter’s value is computed by a function:
num_acq/max(sus,num_acq)Depends on:
“Susceptible”
“Estimated number of new HIV infections annually”
Description:
Data entry guidance:
Parameter: Annual number of tests done¶
Code name:
num_testUnits/format: number
Value restrictions: At least 0
Default value: None
Appears in the databook
Used to compute:
“Annual number tested positive”
Description:
Data entry guidance:
Parameter: Test yield¶
Code name:
test_yieldValue can be used for calibration
Units/format: probability
Value restrictions: 0-1.0000
Default value: None
Does not appear in the databook
This parameter’s value is computed by a function:
undx/(undx+sus)Depends on:
“Susceptible”
“Undiagnosed”
Used to compute:
“Annual number tested positive”
Description:
Data entry guidance:
Parameter: Annual number tested positive¶
Code name:
pos_testUnits/format: number
Value restrictions: At least 0
Default value: None
Does not appear in the databook
This parameter’s value is computed by a function:
num_test*test_yieldDepends on:
“Annual number of tests done”
“Test yield”
Used to compute:
“Test sensitivity”
Description:
Data entry guidance:
Parameter: Test sensitivity¶
Code name:
diagValue can be used for calibration
Units/format: probability
Value restrictions: 0-1.0000
Contributes to transitions from:
“Undiagnosed” to “Diagnosed”
Default value: None
Does not appear in the databook
This parameter’s value is computed by a function:
pos_test/max(undx,pos_test)Depends on:
“Undiagnosed”
“Annual number tested positive”
Description:
Data entry guidance:
Parameter: Average time taken to be linked to care (years)¶
Code name:
link_timeValue can be used for calibration
Units/format: duration
Value restrictions: At least 0
Contributes to transitions from:
“Diagnosed” to “Linked to care”
“Lost to follow-up” to “Linked to care”
Default value: None
Appears in the databook
Description:
Data entry guidance:
Parameter: Annual number newly initiated onto treatment¶
Code name:
num_initiateUnits/format: number
Value restrictions: At least 0
Default value: None
Appears in the databook
Used to compute:
“Initiation rate”
Description:
Data entry guidance:
Parameter: Initiation rate¶
Code name:
initiateValue can be used for calibration
Units/format: probability
Value restrictions: 0-1.0000
Contributes to transitions from:
“Linked to care” to “Treated”
Default value: None
Does not appear in the databook
This parameter’s value is computed by a function:
num_initiate/max(linked,num_initiate)Depends on:
“Linked to care”
“Annual number newly initiated onto treatment”
Description:
Data entry guidance:
Parameter: Loss-to-follow-up rate¶
Code name:
lossValue can be used for calibration
Units/format: probability
Value restrictions: 0-1.0000
Contributes to transitions from:
“Linked to care” to “Lost to follow-up”
“Treated” to “Lost to follow-up”
“Virally suppressed (comp)” to “Lost to follow-up”
Default value: None
Appears in the databook
Description:
Data entry guidance:
Parameter: Treatment failure rate¶
Code name:
fail_rateValue can be used for calibration
Units/format: probability
Value restrictions: 0-1.0000
Contributes to transitions from:
“Virally suppressed (comp)” to “Treated”
Default value: 0.16
Appears in the databook
Description:
Data entry guidance:
Parameter: Death rate for those with untreated HIV¶
Code name:
death_hivUnits/format: probability
Value restrictions: 0-1.0000
Contributes to transitions from:
“Undiagnosed” to “Dead (HIV/AIDS)”
“Diagnosed” to “Dead (HIV/AIDS)”
“Linked to care” to “Dead (HIV/AIDS)”
“Lost to follow-up” to “Dead (HIV/AIDS)”
Default value: 0.053
Appears in the databook
Description:
Data entry guidance:
Parameter: Death rate for those with on unsuppressive ART¶
Code name:
death_hivtxUnits/format: probability
Value restrictions: 0-1.0000
Contributes to transitions from:
“Treated” to “Dead (HIV/AIDS)”
Default value: 0.0258534
Appears in the databook
Description:
Data entry guidance:
Parameter: Death rate for those with on suppressive ART¶
Code name:
death_hivvsUnits/format: probability
Value restrictions: 0-1.0000
Contributes to transitions from:
“Virally suppressed (comp)” to “Dead (HIV/AIDS)”
Default value: 0.01219
Appears in the databook
Description:
Data entry guidance:
Parameter: Background mortality rate¶
Code name:
death_otherUnits/format: probability
Value restrictions: 0-1.0000
Contributes to transitions from:
“Susceptible” to “Dead (other)”
“Undiagnosed” to “Dead (other)”
“Diagnosed” to “Dead (other)”
“Linked to care” to “Dead (other)”
“Treated” to “Dead (other)”
“Lost to follow-up” to “Dead (other)”
“Virally suppressed (comp)” to “Dead (other)”
Default value: 0.015
Appears in the databook
Description:
Data entry guidance:
Interactions¶
Cascades¶
Cascade: HIV care cascade¶
Description:
Stages:
All PLHIV
All PLHIV
Aware of their status
Aware of their status
Ever in care
Ever in care
Currently in care
Currently in care
Currently treated
Currently treated
Virally suppressed
Virally suppressed