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

# Gets bundle of Practitioner resource.

`GET /Practitioner`

Fetches a bundled resource of Practitioners. Practitioner is a person who is directly or indirectly involved in the provisioning of healthcare.  
 
 FHIR Resource: Practitioner 
 *	Practitioner

## Query parameters

- `_id` string, nullable
- `name` string, nullable
- `identifier` string, nullable

## Response `200`

Success.

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