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

# Gets bundle of Organization resource.

`GET /Organization`

Fetches a Bundled resource of Organizations. Organization is a formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action.  
 
 FHIR Resource: Organization 
 *	Organization

## Query parameters

- `_id` string, nullable
- `name` string, nullable
- `address` string, nullable
- `address-city` string, nullable
- `address-postalcode` string, nullable
- `address-state` string, nullable
- `address-country` string, nullable

## Response `200`

Success.

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