As receiver, I want to be able to retrieve the list of deliveries that include reports submitted as FHIR bulk submissions, so I can get accurate reports of my received data.
Description/Use Case
The deliveries API and deliveries detail API need to provide accurate data on FHIR bulk submissions, so it shows all the reports delivered including those from a FHIR bulk submission. This is similar to having the system receive an HL7 batch or CSV file with multiple lines and sending those reports to receivers.
Risks/Impacts/Considerations
The queries for the API may need tweaking to support this.
Dev Notes:
This is similar to having the system receive an HL7 batch or CSV file with multiple lines and sending those reports to receivers, so look at what those responses contain and make sure the FHIR bulk submission version of it looks similar.
Acceptance Criteria
A receiver is capable of retrieving delivery history (the list of deliveries) that includes FHIR bulk submissions.
A receiver is capable of retrieving delivery details for a given report that was part of a FHIR bulk submission (how does this show up in the response?).
User Story:
As receiver, I want to be able to retrieve the list of deliveries that include reports submitted as FHIR bulk submissions, so I can get accurate reports of my received data.
Description/Use Case
The deliveries API and deliveries detail API need to provide accurate data on FHIR bulk submissions, so it shows all the reports delivered including those from a FHIR bulk submission. This is similar to having the system receive an HL7 batch or CSV file with multiple lines and sending those reports to receivers.
Risks/Impacts/Considerations
Dev Notes:
Acceptance Criteria