HL7-DaVinci / CRD

Coverage Requirements Discovery (CRD) Reference Implementation (RI)
Apache License 2.0
31 stars 21 forks source link

Additional prefetch capabilities #280

Open RobertScalfani opened 2 years ago

RobertScalfani commented 2 years ago

http://build.fhir.org/ig/HL7/davinci-crd/hooks.html#additional-prefetch-capabilities https://jira.mitre.org/browse/DMEERX-1176

This PR adds additional Prefetch capabilities so that a set of prefetches received from the request generator by CRD can now include prefetch queries instead of being required to be the full populated prefetch resources. It will then take the received queries and execute them, adding them to the set of prefetched bundles.

Ex) Instead of sending a full DeviceRequest prefetch bundle resources, this could be sent with:

Note: what's described here and in the IG seems inconsistent with the description in the excel tasking doc.