You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a recent RS meeting, James mentioned that for FHIR messages corresponding to corrected test events, we're making a new UUID for the diagnosticReport.identifier.value field. We should reference the UUID for the original test event instead.
Proposed solution
In this part of the FHIR converter, we need to pass in the original test event ID in the event that something is a correction. This might need to be done further up in the conversion step in the event that we're using the UUID of the test event in multiple places. In other words, check that in cases where we use the original test event ID that it's replaced globally and not just in this part of the converted bundle.
Additional context
Check with James that once this fix goes through the UUID association works for the correction flow (ie submit a correction and have them check that the FHIR bundle they get refers back to the original)
The text was updated successfully, but these errors were encountered:
Description
In a recent RS meeting, James mentioned that for FHIR messages corresponding to corrected test events, we're making a new UUID for the
diagnosticReport.identifier.value
field. We should reference the UUID for the original test event instead.Proposed solution
In this part of the FHIR converter, we need to pass in the original test event ID in the event that something is a correction. This might need to be done further up in the conversion step in the event that we're using the UUID of the test event in multiple places. In other words, check that in cases where we use the original test event ID that it's replaced globally and not just in this part of the converted bundle.
Additional context
Check with James that once this fix goes through the UUID association works for the correction flow (ie submit a correction and have them check that the FHIR bundle they get refers back to the original)
The text was updated successfully, but these errors were encountered: