Fetch DocumentReference - $docref

Note

The features described on this page are available in the following 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:

  1. The on-demand parameter is not supported, $docref will only operate on already existing DocumentReference resources

  2. The profile parameter is not supported

Configuration

To include the plugin in your pipeline, add the following extra Include:

"PipelineOptions": {
   "Branches": [
      {
         "Path": "/",
         "Include": [
            ...
            "Vonk.Plugin.DocRefOperation"
         ]
      },
      ...
   ]
}