.. _feature_docref: Fetch DocumentReference - $docref ================================= .. note:: The features described on this page are available in the following :ref:`Firely Server editions `: * Firely Scale - 🌍 / πŸ‡ΊπŸ‡Έ * Firely CMS Compliance - πŸ‡ΊπŸ‡Έ 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" ] }, ... ] }