-
Notifications
You must be signed in to change notification settings - Fork 54
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
Conversation
Quality Gate passedIssues Measures |
There was a problem hiding this 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> |
There was a problem hiding this comment.
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!
There was a problem hiding this 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!
BACKEND PULL REQUEST
Related Issue
Changes Proposed
patient_gender_identity
column as an optional field on the bulk results uploaderTesting
"Gender identity"},"subject":{"reference":"Patient/
to confirm that the patient's gender identity is mapped in the uploaded FHIR bundle