{description: 'This operation is used to return all the references to documents related to a patient. The operation takes the input parameters: - patient id - start date - end date - document type and returns a [Bundle](http://hl7.org/fhir/bundle.html) of type \"searchset\" containing [Argonaut DocumentReference Profiles](http://fhir.org/guides/argonaut/StructureDefinition-argo-documentreference.html) for the patient. If the server has or can create documents that are related to the patient, and that are available for the given user, the server returns the DocumentReference profiles needed to support the records. The principle intended use for this operation is to provide a provider or patient with access to their available document information. The server SHOULD return at least all references for documents that it has made available in a document indexing system. This is the same as a simple query (`GET [base]/DocumentReference?patient=[id]`). This operaton differs from a simple query in that DocumentReferences may be created ''on-the-fly'' in response to this operation. For example, in some cases the documents themselves may not exist but can be generated when needed so a reference to them can be generated using this operation. If no documents exist and an ''on-demand'' document cannot be created then the operation will return an empty search bundle.', package_name: fhir.argonaut.r2, name: Argonaut Get DocumentReferences, type: '[\"DocumentReference\"]', package_version: 1.0.0, class: operation, kind: operation, url: 'http://fhir.org/guides/argonaut/OperationDefinition/docref', version: null}