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:

  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"
         ]
      },
      ...
   ]
}

License

The $docref operation is licensed. To use it, you may need to renew your license.