---
title: "Read a patient"
method: GET
path: "/Patient/{id}"
tags: ["Patient"]
---

# Read a patient

`GET /Patient/{id}`

Retrieves a single `Patient` resource by id.

## Path parameters

- `id` string, required

## Response `200`

Patient resource

## Other responses

- `401` — Unauthorized - missing or invalid bearer token.
- `403` — Forbidden - the token lacks the required scope.
- `404` — The requested resource was not found.

---

[API](https://skmtc.dev/mdhub/apis/mdhub-api.md) · [All operations](https://skmtc.dev/mdhub/apis/mdhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mdhub/mdhub-api/revisions/ee7fca23d80b/schema)
