---
title: "Gets bundle of DocumentReference resource."
method: GET
path: "/DocumentReference"
tags: ["DocumentReference"]
---

# Gets bundle of DocumentReference resource.

`GET /DocumentReference`

Fetches a bundled resource containing the valid Document References for the patient mentioned in the request. 
 
 FHIR Resource: DocumentReference 
  
 *	Consultation Note 
 *	Discharge Summary Note 
 *	History & Physical Note 
 *	Procedures Note 
 *	Progress Note 
 *	Imaging Narrative 
 *	Laboratory Report Narrative 
 *	Pathology Report Narrative

## Query parameters

- `_id` string, nullable
- `patient` string, nullable
- `type` string, nullable
- `date` string, nullable
- `category` string, nullable
- `_revinclude` string, nullable

## Response `200`

Success.

- object
  - `resourceType` string
  - `type` string
  - `total` integer
  - `link` ListOfLink — unresolved $ref
  - `entry` ListOfEntryOfDocumentReference — unresolved $ref

## Other responses

- `400` — Unexpected error occurred.
- `401` — Login credentials denied Access.
- `403` — Access denied for this resource with the given credentials.
- `404` — PatientId not Found.
- `500` — Internal exception.

---

[API](https://skmtc.net/nextgen/apis/r4-fhir.md) · [All operations](https://skmtc.net/nextgen/apis/r4-fhir/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nextgen/r4-fhir/revisions/c77712e3de0c/schema)
