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 patient gender identity field to bulk results uploader #8224

Open
mehansen opened this issue Oct 23, 2024 · 0 comments
Open

Add patient gender identity field to bulk results uploader #8224

mehansen opened this issue Oct 23, 2024 · 0 comments

Comments

@mehansen
Copy link
Collaborator

blocks #7461

Description

Add the ability to submit patient gender identity in the CSV bulk results uploader. This is the final field needed to fully support HIV and HIV AOE in the bulk results uploader.

Proposed solution

  • add new patient_gender_identity field to results bulk upload
  • add validation to accept only these values:
"F", "female",
"M", "male",
"NB", "non binary",
"TM", "trans man",
"TW", "trans woman",
"O", "other",
"R", "refused"
  • all of the accepted values should get mapped appropriately in the FHIR bundle (same spot that’s used for patient gender identity for single-entry)
  • I think the field should be optional since it’s optional for single-entry, but we could potentially make it required for certain conditions (can discuss in sync)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant