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 to bulk upload #8270

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

mpbrown
Copy link
Collaborator

@mpbrown mpbrown commented Nov 6, 2024

BACKEND PULL REQUEST

Related Issue

Changes Proposed

  • Adds patient_gender_identity column as an optional field on the bulk results uploader

Testing

Copy link

sonarqubecloud bot commented Nov 6, 2024

Copy link
Collaborator

@bobbywells52 bobbywells52 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested in dev5 and works for me!

@@ -54,7 +55,17 @@ public class TestResultRow implements FileRow {
final ValueOrError patientCounty;
final ValueOrError patientPhoneNumber;
final ValueOrError patientDob;

/**
* This field "patient_gender" refers to the patient's sex assigned at birth. <br>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this note!

Copy link
Collaborator

@emyl3 emyl3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compared this fhir bundle (when we do a bulk upload) with the one created when we submit a single entry test event and the gender identity has the same shape!

LGTM!

@mpbrown mpbrown added this pull request to the merge queue Nov 8, 2024
Merged via the queue into main with commit b28f0c0 Nov 8, 2024
39 checks passed
@mpbrown mpbrown deleted the mike/8224-csv-patient-gender-identity branch November 8, 2024 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add patient gender identity field to bulk results uploader
3 participants