Stream: dotnet
Topic: Does Vonk support $everything
Santosh Jami (Aug 08 2020 at 21:35):
I want to generate the CCD of the patient by retrieving all the resources of the Patient from the Vonk FHIR server? What is the best way to achieve this operation? Does Vonk support $everything? If not any other suggested approach for getting all the related resources to the Patient and generate the CCD on the fly. Thanks
René Spronk (Aug 09 2020 at 10:24):
Vonk (by default/by design) doesn't support $everything. It's however relatively easy to create / install a plugin that supports the operation.
Santosh Jami (Aug 09 2020 at 18:12):
Thanks @René Spronk . Any input as to which plugin to install for the same?
I will look into creation of plugin, as this is the first time I am creating custom plugin for Vonk. I am more worried of the time it will take to complete this operation, if the patient in context has large number of resources.
Christiaan Knaap (Aug 10 2020 at 08:54):
$everything is based on the resources linked to the patient in the Patient CompartmentDefinition. That may be a lot more than you actually need to fill in the CCD. It may be more efficient to use one or more FHIR searches on the patient using the _include and _revinclude parameters to get just those resources that you need.
Santosh Jami (Aug 15 2020 at 10:04):
Thanks @Christiaan Knaap . Yes _include and _revinclude are good for now. That is what we are implementing.
cc: @Cibi Siddharth
Last updated: Apr 12 2022 at 19:14 UTC