-
Notifications
You must be signed in to change notification settings - Fork 15
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
Remove the DocumentReference from the EICR templates for the FHIR Converter #608
Remove the DocumentReference from the EICR templates for the FHIR Converter #608
Conversation
Codecov Report
@@ Coverage Diff @@
## main #608 +/- ##
=======================================
Coverage 96.46% 96.46%
=======================================
Files 45 45
Lines 2516 2516
=======================================
Hits 2427 2427
Misses 89 89
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Looks good, thanks for investigating Brady!
…ic in common version
…l instead of typing
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.
Nice! What a pain
PULL REQUEST
Summary
During the LAC UAT data run for testing it was found that a single EICR message after it was converted into FHIR was too large for the Azure network to handle when passing into the standardization functionality in the pipeline. To help prevent this error in the future we are removing one of the largest sections in the EICR FHIR Messages. This is the DocumentReference resource that contained a full zip of the actual EICR message in it. This is NOT required in the ECR FHIR Specifications as defined by HL7 and seems beyond redundant for our purposes. We still may run into this same error if there is an extremely large EICR message, however, this will help prevent it from happing for the majority of EICR messages.
Related Issue
Fixes #CDCgov/phdi-azure#129