-
Notifications
You must be signed in to change notification settings - Fork 2
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
Expand Feature Comparison Support #88
Conversation
7217829
to
a61168c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #88 +/- ##
==========================================
+ Coverage 94.24% 94.58% +0.34%
==========================================
Files 21 21
Lines 1025 1146 +121
==========================================
+ Hits 966 1084 +118
- Misses 59 62 +3 ☔ View full report in Codecov by Sentry. |
a61168c
to
c85b6b9
Compare
f1152ab
to
bf812a2
Compare
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.
@ericbuckley @alhayward I adjusted the Do y'all think this is sufficient for now? Otherwise my thought was to just make the race field a |
acbec9d
to
92364db
Compare
92364db
to
9cf0c53
Compare
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 all the extra tests, that really helped clear up questions I had about behavior.
Description
NBS has requested that we add additional fields for feature comparisons. We won't need to block on any of these features, but we do need to have the ability to compare them in the second half of the algorithm.
Related Issues
closes #55
Additional Notes
recordlinker.models.pii.PIIRecord
recordlinker.models.pii.Feature
, and additionally add 3 morerecordlinker.models.pii.PIIRecord.field_iter
torecordlinker.models.pii.PIIRecord.feature_iter
recordlinker.models.pii.PIIRecord.field_iter
to extract the 6 features aboverecordlinker.linking.fhir_record_to_pii_record
to extract the 6 features from a FHIR payloaddocs/
directory to explain the process of adding a new FeatureHL7 FHIR resources
<--------------------- REMOVE THE LINES BELOW BEFORE MERGING --------------------->
Checklist
Please review and complete the following checklist before submitting your pull request:
Checklist for Reviewers
Please review and complete the following checklist during the review process: