.. _feature_docref: Fetch DocumentReference - $docref ================================= The $docref operations allows a client to search for DocumentReference resources representing documents relating to a patient. $docref is being implemented as defined in the `US Core `_ and `International Patient Access `_ ImplementationGuide. Currently the following limitations exist: #. The ``on-demand`` parameter is not supported, $docref will only operate on already existing DocumentReference resources #. The ``profile`` parameter is not supported Configuration ------------- To include the plugin in your pipeline, add the following extra Include: .. code-block:: JavaScript "PipelineOptions": { "Branches": [ { "Path": "/", "Include": [ ... "Vonk.Plugin.DocRefOperation" ] }, ... ] } License ------- The $docref operation is licensed. To use it, you may need to renew your license.