Smile and HAPI-FHIR added support for the _includeHistory parameter to their bulk exporter in HAPI 8.6.0. Docs.
As far as I can tell from the docs:
- FHIRPath is typically agnostic to resource versions/history, except if you specify it as part of the canonical URL
- SQL on FHIR is likewise
- And so is Pathling
We have some use-cases where this could come in handy. Off the top of my head, for example "number of careplans closed by month".
Are there any plans for any of the abovementioned packages to support such a use-case and/or do they already support it somewhere I'm missing?
Perhaps somewhat related to #2519
FYI @jkiddo
Smile and HAPI-FHIR added support for the
_includeHistoryparameter to their bulk exporter in HAPI 8.6.0. Docs.As far as I can tell from the docs:
We have some use-cases where this could come in handy. Off the top of my head, for example "number of careplans closed by month".
Are there any plans for any of the abovementioned packages to support such a use-case and/or do they already support it somewhere I'm missing?
Perhaps somewhat related to #2519
FYI @jkiddo