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

CSV Bulk Results Uploader supports HIV test results #7455

Closed
3 tasks
mpbrown opened this issue Mar 18, 2024 · 1 comment
Closed
3 tasks

CSV Bulk Results Uploader supports HIV test results #7455

mpbrown opened this issue Mar 18, 2024 · 1 comment
Assignees
Labels

Comments

@mpbrown
Copy link
Collaborator

mpbrown commented Mar 18, 2024

Why should we do this?

  • Current experience: The CSV Bulk Results Uploader currently does not allow users to upload diseases outside the existing respiratory suite of conditions: COVID, flu and RSV.
  • Why we want to make this change: Users should have the ability to use the CSV Bulk Results Uploader for any diseases supported by SimpleReport single-entry.

User story

As a user of the CSV Bulk Results Uploader in the SimpleReport web application, I want to be able to upload CSV results for the same diseases that are available in single-entry so that I can accurately upload the data and ensure that it is properly categorized.

Action Requested

Allow users with a way to upload test results for respiratory diseases (including COVID-19, influenza A and B, and flu) or HIV when uploading CSV results.

Update backend to support HIV test results and HIV AOE questions
AOE questions to support:

  • patient gender
  • gender identity of sexual partners

Acceptance Criteria

Tickets created marked as needs refinement to be reviewed by team.

  • Bulk results uploader supports an HIV test result
  • Additional AOE fields for HIV are excluded from data sent to COVID pipeline
  • AOE columns are optional and validated correctly

Additional Context

  • Should we update the example csv? @jayna-SkylightDigital to make another ticket for this after decision is reached
  • Decide on a specific format for dealing with multiple values for gender of sexual partners (split substrings by comma, making sure the field itself is enclosed in quotes)
  • Another ticket will be created to update the guidance copy
  • Use abbreviations for multiple values with patient gender and gender identity of sexual partners fields:
    "F", FEMALE,
    "M", MALE,
    "NB", NON_BINARY,
    "TM", TRANS_MAN,
    "TW", TRANS_WOMAN,
    "O", OTHER,
    "R", REFUSED
@mpbrown mpbrown self-assigned this Mar 18, 2024
@mehansen
Copy link
Collaborator

Would like to get product input on:
name of columns for new AOE questions (patient gender identity and gender identity of sexual partners)
heads up that we have an existing column in the CSV bulk upload that is called patient_gender

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants