Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ANC HIV testing for diagnosed women #131

Open
pineapple-cat opened this issue Jun 13, 2023 · 2 comments
Open

Add ANC HIV testing for diagnosed women #131

pineapple-cat opened this issue Jun 13, 2023 · 2 comments
Assignees
Labels
bug Something isn't working
Projects

Comments

@pineapple-cat
Copy link
Collaborator

pineapple-cat commented Jun 13, 2023

How do we deal with women in ANC that are diagnosed but did not disclose their status? Should this be different for a 1-month time step vs a 3-month time step?

*5Nov2016: women who are already diagnosed but who do not disclose get tested;
    u=rand('uniform'); if registd=1 and tested ne 1 and u<0.7 then do; * tested=1;tested_anc_prevdiag=1; end;
@pineapple-cat
Copy link
Collaborator Author

"I don’t think we would expect the non-disclosure of HIV to last beyond the first ANC test, since they will be 're-diagnosed' at that point."

SAS code should have and caldate{t} = dt_start_pregn+0.25 added to the list of conditions.

@mmcleod89 mmcleod89 added this to To do in HIVpy via automation Nov 30, 2023
@mmcleod89 mmcleod89 added the bug Something isn't working label Nov 30, 2023
@mmcleod89
Copy link
Collaborator

Double check against the SAS code
Check in particular the use of HIV_STATUS instead of e.g. diagnosis. At the moment I think only HIV- women are being tested, but it should be undiagnosed women + the proportion of diagnosed women who don't disclose. (Otherwise the tests will always be negative)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: To do
HIVpy
To do
Development

No branches or pull requests

2 participants