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

# Gets bundle of DiagnosticReport resource.

`GET /DiagnosticReport`

Fetches a bundled resource containing all the lab, radiology, cardiology or pathology reports. The observations and/or documents are contained in the resource.  
 
 FHIR Resource for Report and Note Exchange: DiagnosticReport 
 *	Radiology Report 
 *	Cardiology Report 
 *	Pathology Report 
 
 FHIR Resource for Lab Results Reporting: Observation, DiagnosticReport 
 *	Tests 
 *	Values/Results

## Query parameters

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

## Response `200`

Success.

- object
  - `resourceType` string
  - `type` string
  - `total` integer
  - `link` ListOfLink — unresolved $ref
  - `entry` ListOfEntryOfDiagnosticReport — 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)
