---
title: "Gets Organization resource for given organizationId."
method: GET
path: "/Organization/{id}"
tags: ["Organization"]
---

# Gets Organization resource for given organizationId.

`GET /Organization/{id}`

Fetches an Organization by id. 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

## Path parameters

- `id` string, required

## Response `200`

Success.

- object
  - `resourceType` string
  - `id` string, required
  - `identifier` ListOfIdentifiers — unresolved $ref
  - `active` boolean
  - `name` string, required
  - `telcom` ListOfContactPoint — unresolved $ref
  - `address` ListOfAddress — unresolved $ref

## Other responses

- `400` — Unexpected error occurred.
- `401` — Login credentials denied Access.
- `403` — Access denied for this resource with the given credentials.
- `404` — Resource 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)
