---
title: "Search Organization by certain parameters"
method: GET
path: "/fhir/v2/Organization"
tags: ["Insurance"]
---

# Search Organization by certain parameters

`GET /fhir/v2/Organization`

## Query parameters

- `_count` string
- `_lastUpdated` string, date
- `active` string
- `identifier` string
- `name` string
- `page` string
- `type` 'pay' | 'prov', required

## Response `200`

Success

## Other responses

- `400` — BAD REQUEST - The request was bad, often due to a missing required parameter
- `401` — NOT AUTHORIZED - Authentication error; this token is not allowed access to the API
- `403` — FORBIDDEN
- `404` — NOT FOUND
- `422` — UNPROCESSABLE ENTITY - Request could not be processed; typically a validation error
- `429` — TOO MANY REQUESTS - Request was rate limited (1000 calls/min default); please retry
- `500` — SERVER ERROR - Internal Server Error

---

[API](https://skmtc.net/modmed/apis/ema-proprietary-api-authentication.md) · [All operations](https://skmtc.net/modmed/apis/ema-proprietary-api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modmed/ema-proprietary-api-authentication/versions/2c8b6a756f84/schema)
