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:
The
on-demand
parameter is not supported, $docref will only operate on already existing DocumentReference resourcesThe
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"
]
},
...
]
}